I'm using AVQueuePlayer
to play a couple of streams in order. But often the AVQueuePlayer
decides to skip to the next song without sending AVPlayerItemDidPlayToEndTimeNotification
. Also no error is logged in the player. The streaming protocol used is Http Live Streaming. Could this behavoir be due to a problem with the streams? Has anyone else encountered it?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Have you checked the status of the item that didn't play? It may have failed, for some reason.