Reputation: 15894
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?
Upvotes: 0
Views: 463
Reputation:
Yes you can play two videos at a time by using two AVplayer
or 1 MPMoviePlayerControllers
and 1 AVplayer
.
Hope this will help
Upvotes: 2