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'm trying to stream a RTSP IP Camera but the Lib is not compatible with RN 70+ and i can't even render a component via Expo Go. It appears the...
Using expo, I've done the mentioned steps on README but I'm still getting this error. 
app-> build.gradle-> compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } lambda The message is not supported
Hey! i'm trying to work with the autoAspectRatio and videoAspectRatio props, they work fine on android but on ios the videoAspectRatio one doesn't work and the autoAspectRatio props works like...
Hey guys, is it possible to change the subtitleUri? For example if we have language selection and allow users to change the subtitle, will the video player reload with the...
Hi, I am using the library and I can't figure out how to add the slider on the VLCPlayerView... This is my code ```javascript ); ``` This is how it...
I can't start watching the broadcast, I get an error: E/VLC/LibVLC: Can't load vlcjni library: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__sfp_handle_exceptions" referenced by "/data/app/~~0iD7HmnfGFQUdQJ3xy15BQ==/com.appname-oo202GHf6hsrXlxBu6GMFQ==/lib/arm64/libvlc.so"...
any plans to update this library to support TurboModules?
Hi! We updated this package to its last version bc it crashed on Android 12 & 13 and that problem got solved, but that caused that the app crashes whenever...
Hi, VLCPlayer is working for me on all Android devices I've tested except for those running on Android 6 (6.1 on the tablet I have here). Any help would be...