ios - MPMoviePlayerViewController does not play MP4 stream -
I'm not sure what the problem is, but when I try to host the Mk4 video on the Aakami server, Code> MPMoviePlayerViewController fails to play it I added notifications for monitor playback status and it switches from play to quickly shut down. If I print the error, I get the following:
MP4PlayerplaybackDefinish regionUserInfokki = 1; Error = "Error Domain = Media Player Errmin Code = -11850 \" Operation Stopped \ "UserInfo = 0x1e5a6750 {NSLocalypated Description = Operation has stopped}"; Above the message, it is not very helpful to understand what the real problem might be. It is important to keep in mind that I am able to play the same URL in Safari and my app is able to play YouTube videos without any problems.
The issue was very trivial - I was passing in a wrong streaming URL :(. Thanks.
Comments
Post a Comment