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

Hello! First, thanks a lot for the project. I'm using react-native-tvos (react-native 0.71) and I don't know if that's making any difference. After installing [react-native-vlc-media-player](https://github.com/razorRun/react-native-vlc-media-player), I can't start the application...

hello everyone, We are facing a rather odd issue in our video streams. The streams already have the Audio and Text tracks and we validated that by loading them on...

Tried using this with a Typescript based project and it didn't work. I tried creating a typescript file but the player crashes the app with no error thrown on start.

I'm testing the latest versions of the library and it works correctly with online videos, but it doesn't work with videos stored locally.

`` the actual video is playing great, but none of the autoplay, repeat, showControls works! any idea how to solve this?

An error occurred when running Android. How can I solve it?

hi i am trying to repeat my current video multiple times currently I'm using repeat prop but its working only on one video i had 5 videos in my faltlist...

The onSlidingComplete event handler is being called correctly and there are no errors in the onPlayerError event handler, but the video is still not changing with seek, only the slider...

New PR to be able to create a beta version. Original PR: https://github.com/razorRun/react-native-vlc-media-player/pull/163 I started to migrate to swift for the ios version, added a example to be able to...

Trying to load local videos, it takes a long time for the video to instantiate on debug mode. An 11s video takes over 20-30s to load up initially. Is there...