Reputation: 73
im using MPMoviePlayerController to play video for givin URL , some times after few seconds of playing the video stop and prit this message to the console
Took background task assertion (6) for playback stall.
what could be the error
Thanks
Upvotes: 3
Views: 4055
Reputation: 613
There is no error actually media player is downloading your video after completing the download it will show this message
Ending background task assertion (6) for playback stall
and then video will be played automatically
Upvotes: 7