Play two consecutive videos in ios app (objective-c)

116 Views Asked by At

I have two video files with sound and I need to play them consecutive. I know I can use AVQueuePlayer to play them consecutive in a layer but I would rather use MPmediaPlayer because of its fetures - nice design, implemented stop, play, fullscreen mode bugless etc... Is it possible to play two consecutive videos (without gap) using default MPmediaPlayer? Thank you. Have a nice day!

0

There are 0 best solutions below