Posts

Post not yet marked as solved
0 Replies
360 Views
I have developed a sample ios application using AVPlayer as an underlying framework. I have successfully implemented picture in picture playback using AVPictureInPictureController as well.But the problem arises, when I switch to the next content in the playlist after the initial content finishes playing in PictureInPictureMode. At this point, the player automatically switches to the full screen mode and the delegate method : pictureInPictureControllerWillStopPictureInPicture is called.I want the next content to continue playing in PIP mode.Can anyone tell me under what conditions, the delegate method:pictureInPictureControllerWillStopPictureInPicture is called?
Posted
by iosEnable.
Last updated
.