Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

Does exist a mature React Native Video library/component?

$
0
0

Recently, I face a project that needs a mature React Native library/component that plays several video format types like MKV, MKV x265 and etc that the react-native-video couldn't support them. because the react-native-video uses AVFoundation and AVFoundation doesn't support many video formats.

So after many searches, I realized there is an awesome kit that name is VLCKit and it could be added to a React Native component and awesomely it can play any video format types.

But I don't know Objective-C and time is short to learn iOS development based on Objective-C.

After all and many mining on Google, I find react-native-media-player that implements the VLCKit and extract a pure component that I can use it and make my view component but this implementation doesn't have subtitle controlling.

It's really a serious question: does exist a mature React Native library/component that could play many modern video format types and encoding and also having control on volume, subtitle, and etc...

If anybody knows an unsung library that my desired features please introduce it to me as an answer.


Note: mature means:

  • show mkv, mkv x265, mp4 and etc.
  • at least have control over subtitle (soft-sub, external-sub)
  • having control on volume

Viewing all articles
Browse latest Browse all 16750

Trending Articles