AVPlayer not finishing when streaming via AirPlay
问题 I am observing the following Notification to know when my HLS stream in AVPlayer has been played until the end: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didPlayToEnd:) name:AVPlayerItemDidPlayToEndTimeNotification object:_player.currentItem]; This works fine when playing inside the app but when I stream via AirPlay, the notification is not sent. On my Apple TV it looks like the video has played up until shortly before the end of the video and then paused. So