【发布时间】:2012-09-07 00:57:45
【问题描述】:
我无法让我的应用(音乐和视频流播放器)在 iOS 6 模拟器上运行。
当我开始播放音乐或视频时,它崩溃并在此线程上显示错误:com.apple.coremedia.networkbuffering
这在日志信息中:
2012-09-13 17:45:09.260 app[32563:c07] [MPAVController] Autoplay: Disabling autoplay for pause
2012-09-13 17:45:09.260 app[32563:c07] [MPAVController] Autoplay: Disabling autoplay
2012-09-13 17:45:09.305 app[32563:c07] [MPAVController] Autoplay: Enabling autoplay
2012-09-13 17:45:09.307 app[32563:c07] handlePlaybackNowPlayingNotification
2012-09-13 17:45:09.308 app[32563:c07] [MPAVController] Autoplay: Likely to keep up or full buffer: 0
2012-09-13 17:45:09.308 app[32563:c07] [MPAVController] Autoplay: Skipping autoplay, not enough buffered to keep up.
2012-09-13 17:45:09.318 app[32563:c07] [MPAVController] Autoplay: Enabling autoplay
2012-09-13 17:45:09.320 app[32563:c07] [MPCloudAssetDownloadController] Prioritization requested for media item ID: 0
我将 MPMoviePlayerController 与基于 http 的流一起使用,它在 iOS 4 或 iOS 5 上运行良好
关于如何修复它的任何想法?
【问题讨论】:
-
我也有类似的问题。
-
如果您在 iOS 的核心中发现了 bug,StackOverflow 不太可能帮到您。 Apple Dev 论坛或报告错误更有可能为您提供修复。
-
只是一个注释。我在模拟器中遇到了同样的问题,但在设备上运行良好。
-
你们在 ios 6 上获得 MPMoviePlayerController 问题的解决方案了吗?如果是,请发布答案。
标签: ios streaming ios-simulator mpmovieplayercontroller ios6