_itemFailedtoplayToEnd: { kind = 1; new = 2; old = 0; }
以下是我的代码,
NSURL *fileURL = [NSURL URLWithString:_vIDeoUrl];NSLog(@" fileURL: %@",fileURL);_movIEPlayer = [[MPMovIEPlayerController alloc] initWithContentURL:fileURL];_movIEPlayer.movIESourceType = MPMovIESourceTypestreaming;UIWindow *backgrounDWindow = [[UIApplication sharedApplication] keyWindow];[_movIEPlayer.vIEw setFrame:backgrounDWindow.frame];[backgrounDWindow addSubvIEw:_movIEPlayer.vIEw];[_movIEPlayer preparetoPlay];[_movIEPlayer play];
我该如何解决这个问题?
解决方法 我遇到了同样的问题,查看了很多主题并且没有找到可行的解决方案. 但我发现你的电影网址的url标题响应内容类型的问题.. 如果您尝试将SetContentUrl与来自另一台服务器的其他网址一起使用,我猜这将解决问题. 总结以上是内存溢出为你收集整理的在MPMoviePlayerController中播放视频时出现ios – _itemFailedToPlayToEnd错误全部内容,希望文章能够帮你解决在MPMoviePlayerController中播放视频时出现ios – _itemFailedToPlayToEnd错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)