我正在尝试使用AVPlayer播放.mp4格式的电影文件。在我的代码中,每次请求电影播放时,我都会创建AVPlayer。一切正常,除非由于AVPlayer未能播放一次电影,然后在每次下一个播放请求中都会失败,直到再次启动应用程序。
我键值观察AVPlayerItem的状态属性以检测AVPlayer故障。
有没有人遇到类似的问题?
先谢谢。
我从AVPlayerItem的错误属性中得到此错误:
Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo=0x17946d540 {NSUnderlyingError=0x178642dc0 "The operation couldn’t be completed. (OSStatus error -12983.)", NSLocalizedFailureReason=An unknown error occurred (-12983), NSLocalizedDescription=The operation could not be completed}