How to play a web file in an iOS video player

I want to provide support for the webm file in iOS, but iOS does not support this format for video playback. I even tried to play it using the HTML5 tag, but safari does not support the webm format in the HTML5 tag, which means that I also can not get it to work through UIWebView. But I saw an application that supports this format in a media player, which means that it must be in some way.

Thanks in advance for your help!

+6
source share
1 answer

Have you tried integrating MediaVLCKit using VLC?

According to VLC for iOS device . The application claims to be able to play a true cornucopia of various video formats, including .mkv, .vob, .wmv and WebM.

PFA Link for VLC for iOS 2.5.1 , which also includes the MediaVLCKit library.

Hope this works :)

+4
source

Source: https://habr.com/ru/post/979037/


All Articles