Is It Possible To Play Multiple Video Files Simultaneously On An Ipad In Either Html5 Or Native App?
In either HTML5 or written natively in Objective-c, I need to generate a grid of video thumbnails that are automatically playing when the page or view loads on an iPad. I have bee
Solution 1:
You actually answered your own question already by the given quote. But just to make it clear to everyone, once again from my answer to a very similar question.
That is not possible. Only one movie/stream can be played at a time when using MPMoviePlayerController / MPMoviePlayerViewController.
From MPMoviePlayerController Class Reference
Note: Although you may create multiple MPMoviePlayerController objects and present their views in your interface, only one movie player at a time may play its movie.
Post a Comment for "Is It Possible To Play Multiple Video Files Simultaneously On An Ipad In Either Html5 Or Native App?"