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?
Asked
Active
Viewed 1,095 times
1
-
Did it send a `AVPlayerItemFailedToPlayToEndTimeNotification`? – kpozin Apr 25 '13 at 14:18
1 Answers
0
Have you checked the status of the item that didn't play? It may have failed, for some reason.

Jane Sales
- 13,526
- 3
- 52
- 57