草庐IT

AVPlayerItemDidPlayToEndTimeNotif

全部标签

ios - AVPlayerItemDidPlayToEndTimeNotification 在项目未完成播放时发布

我正在使用AVPlayer播放来自网络的轨道。在我的播放列表中总是有几首轨道。因此,为了定义当前轨道到达终点时将采取的操作,我使用KVO机制并为发布的AVPlayerItemDidPlayToEndTimeNotification注册一个观察者。if(_player.currentItem.status==AVPlayerItemStatusReadyToPlay){[selfplay];[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(itemReachedEnd:)name:AVPlayerI

ios - AVPlayerItemDidPlayToEndTimeNotification 未触发

我正在使用AVPlayer从url播放视频。AVPlayerItemDidPlayToEndTimeNotification未触发。我已经把断点检查了。下面是我的代码片段:-@IBActionfuncplayButtonClicked(sender:UIButton){leturl:NSURL=NSURL(string:self.currentSelectedContent.link)!moviePlayer=AVPlayer(URL:url)playerViewController=AVPlayerViewController()playerViewController.player