I\'m actually using the MPMoviePlayerController for play video in my iPad app.
MPMoviePlayerController
Actually, I can easly play 1 video but I\'m trying to play in the same time 2
If you want to play more than one video at the same time you have to use AVPlayer frameworks. MPMovie only allowed you play one video at a time.
AVPlayer
MPMovie
See AVPlayer documentation.