react-native-media-kit icon indicating copy to clipboard operation
react-native-media-kit copied to clipboard

Video(and audio) component for react-native apps, supporting both iOS and Android. A unified and elegant player controller is provided by default. The API is similar with HTML video.

Results 41 react-native-media-kit issues
Sort by recently updated
recently updated
newest added

The slider disabled check is wrong. Normally, you won't notice this, but, I was automatically hiding the controls after a few seconds of inactivity and then re-showing them again, and...

cannot support ogg format.

Simple typo bug. See https://github.com/twistle/react-native-media-kit/commit/a089efeb7b63bff37a093bf87507cb14b2356209

MediaPlayerController.createTrackRenderersBuilder infers the stream type from the file name presumably at the end of the url. Users should be able to override this setting if their URLs are dynamic or...

I want to play two video files at same time on one screen. It can play two local video files on iPhone. But it not works on Android. Android allows...

The 'play icon' in Android not display

Adding resizeMode would be much appreciated. Something like this: https://github.com/brentvatne/react-native-video/blob/master/Video.js#L143

Hi, I have mp4 file and it plays very well , but I also want to enable close captions/subtitles and I have accompanying .srt file which I would like to...

你好,使用XCODE 7.3 用真机调试,直接拷贝的例子里代码,在真机上一直转圈,是什么原因?

How to add http headers source to URL request? Video server has Referer & Host check :(