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
When I trying record a video while playback some video. I recorded the video without recorded the microphone. I want to record a video while playing any kind of video...
### Environment ``` "react": "17.0.2", "react-native": "0.65.1", "react-native-vlc-media-player": "^1.0.39" ``` ### Step `npx react-native init project` `yarn android` 运行成功 `yarn add react-native-vlc-media-player` `yarn react-native link react-native-vlc-media-player` `yarn android` 运行失败 ###...
It is so weird, I put the `(e) => console.log(e)` function for **onPlaying** callback function. and I got the following objects for **Android** and **iOS** platform: - **Android**: ``` {...
It can auto play in android api 28, but cant auto play in api 30. and load video slower than api 28. 安卓api28下可以自动播放, 但是在30中却不能, 而且在api 30中加载相比28要慢很多。 如果可以的话, 请更新一下吧!
I want to obtain the video frame data in real time, process the image, and then display it on the page. Is there a way to obtain the video frame...
Hi guys, I'm working on a project that is using this package to stream videos. I'm trying to mute the video, but it isn't working. Does someone has implemented that...
I wanted to use rn vlc player with React Navigation and got this error below on `pod install` `Can't merge user_target_xcconfig for pod targets: ["MobileVLCKit", "RNReanimated"]. Singular build setting CLANG_CXX_LANGUAGE_STANDARD...
## My Environment * Plugin version: 1.0.29 * Platform: iOS only * OS version: iOS 14 * Device manufacturer / model: iOS devices * React Native version (`react-native -v`): 0.63.4...
I use this package for live stream, it is work fine but on IOS video always play, my live stream was stopped. Event not effects with IOS and work fine...
Hi, I'm not using Cocoa pods in my project, Is there a way to install the library without it? I'm now using RN "0.59.10" and when I try to build...