sla*_*rIQ 9 video xcode mp4 mpmovieplayercontroller ipad
我想让MPMovieplayerController工作.我加载一个视频一切顺利我甚至看到第一帧然后它自动暂停,如果我按播放它再次暂停.在模拟器中它完美地工作,但在ipad设备上它给出了问题.我甚至可以通过视频搜索,我看到我寻求的帧,但没有播放.这是控制台的一些输出:
2010-06-08 22:16:13.145 app[3089:207] Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations.
[Switching to thread 12803]
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/VCH263.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/H264H2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/MP4VH2.videodecoder" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.2 (7B367)/Symbols/System/Library/VideoDecoders/JPEGH1.videodecoder" (file not found).
2010-06-08 22:16:15.145 app[3089:207] setting file:///private/var/mobile/Applications/46CE5456-6338-4BBF-A560-DCEFF700ACE0/tmp/MediaCache/
Run Code Online (Sandbox Code Playgroud)
使用模拟器BTW时,我不会收到这些警告.
有谁知道如何解决这一问题 ?
发现解决方案只是重新启动ipad,它再次工作奇怪,但就是这样:)