react-native-vlc-media-player
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
I am using this library to play **RTSP** video streams on my mobile application. My **VLC Player** component code is given below, ` { console.log('VLC Playing....... '); this.startTimer(this.state.obj.startDateTime, this.state.obj.endDateTime); }}...
can i play WebM videos with this library ?
Hi I am facing the following error after installing react-native-vlc-media-player. My react native version is "react-native": "0.69.2". App has not been started due to this error. The complete error message...
Hello everyone, I have been using this library for my application for the past two years and when I updated it to the newest version it seems that the `initOptions`...
Player works very well, but the media controls are not showing
i tried to update android/app/build.gradle ``` android { compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } } ``` and more ways but its not working someone can help me plz Error...
I am trying to live stream using RTSP, the url is wokring fine in the actual media player but it's not working and show error: EXC_BAD_ACCESS when trying to stream...
The repeat property does not work in the react-native-vlc-media-player playback component. Tested on devices with Android version 13.
After adding this module and starting up my react application, this error is thrown. Is there anyone who encountered this before? If so, how did you fix this? Thank you!
onBuffering is not able to log the buffering time on iOS , the same code is working in android properly. Repercussion: in iOS the rtmp live streaming getteing stopped just...