MPMoviePlayerViewController观察'_serverConnectionDiedNotification'

当使用MPMoviePlayerViewController时,我收到了一个错误通知,如下所示,应用程序崩溃。

_serverConnectionDiedNotification。 信息 – 通知=错误域= AVFoundationErrorDomain代码= -11819“无法完成操作”UserInfo = 0x5dfcb0 {NSLocalizedRecoverySuggestion =稍后再试,NSLocalizedDescription =无法完成操作},AVPlayer =,currentTime = 0.00

2012-05-27 15:32:41.777 AnswerMania [3885:707] *终止应用程序由于未捕获的exception'NSInvalidArgumentException',原因:'一个AVPlayerItem不能与多个AVPlayer实例关联'

这并不总是发生。 我已经观察到所有的MpMoviePlayerController通知,但是这个错误是不能被观察到的。 它与服务器连接有关吗? serverConnectionDiedNotification如何被观察?

日历提醒在播放video时出现类似的问题。 这是解决了我不使用应用程序audio会话:

moviePlayer.useApplicationAudioSession = NO; 

编辑:它是有关以下错误,没有看到_serverConnectionDiedNotification:

 AVPlayerItem cannot be associated with more than one instance of AVPlayer