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
. Al开发者_如何学Goso 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?
Have you checked the status of the item that didn't play? It may have failed, for some reason.
精彩评论