How to play webm file in iOS video player

Hamza aziz picture Hamza aziz · Dec 3, 2014 · Viewed 9.8k times · Source

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!

Answer

sKhan picture sKhan · Jun 12, 2015

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 :)