Search code examples
iphonempmovieplayercontroller

iPhone - Is it possible to have two videos to be played simulataniously


I've having video being played and on the top of it, i'm having a button. The video player view size is 480 pixels width and 320 pixels height. On click of it I want to play another video as "inset". This video size will be 48 pixels wide and 32 pixels height.

Is it possible to play two videos like that? Will apple accept such kind of videos?


Solution

  • Yes you can play two videos at a time by using two AVplayer or 1 MPMoviePlayerControllers and 1 AVplayer. Hope this will help