AVPlayer pause live stream on iOS 9.3

时间:2016-04-21 22:15:33

标签: ios avplayer http-live-streaming avplayeritem

Im having difficulties trying to resume live stream playback from previously paused moment.

On iOS 9.2 and below player continued to play from paused moment. On iOS 9.3 and above, when i resume playing, i receive "playerBufferEmpty" and AVPlayerItemTimeJumpedNotification, and as a result playback doesnt continue from the paused moment.

This looks like an issue in AVPlayer since everything works on iOS versions 9.2 and below. I also tried playerItem.canUseNetworkResourcesForLiveStreamingWhilePaused , but it doesnt help.

Are there any changes in AVPlayer/AVPlayerItem regarding this from iOS 9.2 to iOS 9.3?

Thanks!

0 个答案:

没有答案