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

Updating props like paused or muted will cause the player to fully reset and begin loading the media again. This may only occur when using the new architecture.

question

I am trying to use react-native-vlc-media-player to play a low-latency (~300ms) RTSP stream in a react native app. My IP camera defaults to TCP, but can be forced into UDP...

question

When try run `npx expo prebuild --clean` i receive error ` ✖ Prebuild failed Error: [android.appBuildGradle]: withAndroidAppBuildGradleBaseMod: Failed to match "/applyNativeModulesAppBuildGradle\(project\)/i" in contents: apply plugin: "com.android.application" apply plugin: "org.jetbrains.kotlin.android" apply...

question

resizeMode only has props, it doesn't implement in native code

bug

Hi @team, I'm using a library to stream a camera, but events like onLoad, onProgress, and onPlaying are not being triggered. Conceptually, I want to stream the camera in portrait...

question