How to play webm file in iOS video player
I want to give support of webm file in iOS , but iOS doesn't support this format to play a video. i Even tried to play it through HTML5 video tag but safari doesn't support webm format in HTML5 video tag that means i also cant make it work through UIWebView. But i have seen an app that is supporting this format in their media player , that means there should be some way.
Thanks in advance for help!
Have you tried integrating MediaVLCKit
by VLC?
As per VLC for an iOS device : The app claims to be able to play a veritable cornucopia of different video formats, including .mkv, .vob, .wmv, and WebM .
PFA link for VLC for iOS 2.5.1 which includes MediaVLCKit library as well.
Hope this works :)
链接地址: http://www.djcxy.com/p/82764.html上一篇: 需要解释K&R fahr的组装说明
下一篇: 如何在iOS视频播放器中播放webm文件