easefun / polyv-ios-client-demo

Polyv iOS SDK demo
37 stars 10 forks source link

播放视频时,crash #21

Closed sunlei4076 closed 7 years ago

sunlei4076 commented 7 years ago

提示如下 NSInvalidArgumentException An AVPlayerItem cannot be associated with more than one instance of AVPlayer CoreFoundation ___exceptionPreprocess

sunlei4076 commented 7 years ago

http://stackoverflow.com/questions/12041260/an-avplayeritem-cannot-be-associated-with-more-than-one-instance-of-avplayer 能使用这个方法解决吗

bqlin commented 7 years ago

出现这个问题是因为我们使用的播放器是继承于MPMoviePlayerController,因此是不能同时存在两个播放器对象的。

sunlei4076 commented 7 years ago

是因为我这边没有销毁便又初始化另一个播放器的原因吗

bqlin commented 7 years ago

可能是。