react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player

Results 126 react-native-vlc-media-player issues
Sort by recently updated
recently updated
newest added

whenever you give the VLCPlayer a m3u8 link , it crashes the app. tested with both VLCPlayer And VLCPlayerView , no errors were given before crash. tries to load then...

Plesae help me! I can't use onBuffering in IOS. ---------------------------------------- here my code: const loadingBuff = (event) => { if (event.bufferRate == 100){ setLoading(false) } }; ======================== onBuffering={loadingBuff}

It seems this library overrides the FFmpeg version of the library react-native-ffmpeg. I've tested my project back and fourth before and after installing react-native-vlc-media-player and when it's installed I encounter...

Hi, I have this error as below. Any ideas how to solve that? Downgrade to 1.0.17 not help(I saw last issue with same situation) Can't load vlcjni library: java.lang.UnsatisfiedLinkError: JNI_ERR...

**New feature requests and bug fixes** At the moment I am a bit tied up with other work. As a matter of fact, I don't get much time to develop...

documentation
help wanted
question

I tried 1 - 10 then 1 - 100 the volume does not change library versions: `react-native: 0.63.3` `react-native-vlc-media-player: 1.0.30`

hello all good, now Apple requires compiling apps on Xcode 12 and SDK 14 https://developer.apple.com/news/?id=ib31uj1j when upgrading to Xcode 12 this error occurred while compiling the app, is there any...

I am trying to display this video rtmp://stmv1.voxtvhd.com.br/armonytv/armonytv o rtsp: //stmv1.voxtvhd.com.br/armonytv/armonytv o rtsp: //stmv1.voxtvhd.com.br/armonytv/armonytv But after a minute the video freezes, what can it be?

The player does not work in background mode. ` `

Hi there Could you please add **onLoadEnd** event to the library? It would be preally awesome ^_^