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 need to send a header referer to play video unable to do this. Any help will be appreciated. TIA.
``` > Could not resolve all files for configuration ':react-native-vlc-media-player:androidApis'. > Failed to transform android.jar to match attributes {artifactType=android-platform-attr, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for PlatformAttrTransform: C:\Users\ksrje\AppData\Local\Android\Sdk\platforms\android-28\android.jar. ``` I just...
### Changes - set static object value for previous `rtsp-tcp` then, add `input-repeat` which came from source `initOptions` ### Impact Areas - iOS, media options Fix https://github.com/razorRun/react-native-vlc-media-player/issues/125
Used version 1.0.34 - latest Has this issue: Root cause: https://github.com/razorRun/react-native-vlc-media-player/blob/master/ios/RCTVLCPlayer/RCTVLCPlayer.m#L106
as per documentation im trying rate but its not working any hint] @razorRun
### Steps to Reproduce 1. Download razorRun's [test repo](https://github.com/razorRun/react-native-vlc-media-player-test) 2. Run `npm i` and `npx react-native run-android` ### Expected Behaviour A video file ought to play. See https://www.wowza.com/developer/rtsp-stream-test ### Result...
Hi @razorRun, first of all, I want to thank you for your efforts and hard work in creating this library; it's very helpful. Actually, my problem involves sending a video...
Callback `onProgress` not working with iOS, work fine on Android, Please help me resolved issue, I spent more than 3 days with it ``` - react-native-vlc-media-player": "1.0.53 - react-native": "^0.71.7...
Hello, I am getting the following error when i try to create a custom expo development build with this project as a plugin. `Couldn't find DSO to load: libhermes.so caused...
Is there any plan or guidance on how to upgrade the libvlc version to 4.0. The current version is using the v3.6.0 `org.videolan.android:libvlc-all:3.6.0-eap9` libvlc version - [https://mvnrepository.com/artifact/org.videolan.android/libvlc-all](https://mvnrepository.com/artifact/org.videolan.android/libvlc-all) We are facing...