10

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!

sKhan
  • 9,694
  • 16
  • 55
  • 53
Hamza aziz
  • 101
  • 1
  • 1
  • 3

1 Answers1

7

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

sKhan
  • 9,694
  • 16
  • 55
  • 53