Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 500
Hamza aziz Avatar asked Dec 03 '14 10:12

Hamza aziz


1 Answers

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

like image 128
sKhan Avatar answered Sep 22 '22 07:09

sKhan