Reputation: 13
I have list of live streams, and showing these streams in horizontally, When i swipe other Stream would come respectively for all Streams. My problem is when I swipe to second stream i don't want delay, Second stream should already playing,
I Can also purchase any third-party for this problem, Or another solution would be appreciable.
Upvotes: 1
Views: 72
Reputation:
If you are using MPMovieplayerController,you can't play multiple video at a time. You can use AVFoundation.framework for this purpose.MediaPlayer.framework uses low level AVFoundation framework to play videos.It is clearly explained in this blog
Upvotes: 4