objective-c - ios开发 模拟器无法播放视频真机可以
某草草
某草草 2017-05-02 09:19:28
0
2
633

同样的代码在真机下就可以播放视频,在模拟器下就不行,直接黑屏,啥都没有

某草草
某草草

reply all(2)
伊谢尔伦

Since there is no more specific information, it is difficult to locate the problem. One possible reason is that the video playback library you use only supports real devices and does not support simulators. Because the CPU architecture corresponding to the real machine is armv7/armv7s/arm64, etc., and the CPU architecture corresponding to the simulator is i386/x86_64, etc.

迷茫

As SamirChen said, try using the soft solution. Soft decoding has better errors and effects in most cases, as well as some smoothness, but it consumes a lot of power

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!