jon
jon

Reputation: 73

video stop after few seconds while playing video from URL using MPMoviePlayerController with error in the console

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

Answers (1)

Ali Raza
Ali Raza

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

Related Questions