An AVPlayerItem can occupy only one position in a player's queue at a time

后端 未结 5 374
梦如初夏
梦如初夏 2020-12-11 04:59

Im getting this error when trying to play a video from my temp directory:

NSString *tmpDir = [NSTemporaryDirectory() stringByAppendingString:@\"/\"];
NSStrin         


        
5条回答
  •  [愿得一人]
    2020-12-11 05:34

    All. follow this answer to find the solution to this problem. devforums.apple.com/message/467199

    I am on IOS 5 beta 2.

提交回复
热议问题