react-native-yz-vlcplayer
react-native-yz-vlcplayer copied to clipboard
VLC Player for react-native
Would be great, if you could use English-Language for all the descriptions. (https://translate.google.de/translate?hl=&sl=zh-CN&tl=en&u=https%3A%2F%2Fgithub.com%2Fxuyuanzhou%2Freact-native-yz-vlcplayer) Thanks for your hard work.
Please does this player support links like: source={{uri:"rtsp://< user >:< password >@< ip cam > / < path-to-streaming-channel >"}}
Hello, Has anyone ever managed to set a video filter like saturation or contrast? Thank you.
react-native-yz-vlcplayer/android/src/main/java/com/yuanzhou/vlc/vlcplayer/ReactVlcPlayerView.java:314: 错误: 找不到符号 ArrayList options = initOptions.toArrayList(); ^ 符号: 方法 toArrayList() 位置: 类型为ReadableArray的变量 initOptions /Users/wenbo/Desktop/智慧社区/cwpapp_native/node_modules/react-native-yz-vlcplayer/android/src/main/java/com/yuanzhou/vlc/vlcplayer/ReactVlcPlayerView.java:353: 错误: 找不到符号 ArrayList options = mediaOptions.toArrayList(); ^ 符号: 方法 toArrayList() 位置: 类型为ReadableArray的变量 mediaOptions
I am currently working on an application to view an RTSP stream that a device is serving up on its own wifi network. I am able to connect to the...
VlcSimplePlayer 我在播放本地资源的携带 file:// 或者不携带 都是不能播放 ;尝试以为是本地资源的问题 然后直接用手机自带的播放器是可以播放资源的; 源码: { this.player = video }} autoplay={true} //url={'file://' + this.state.currentUrl} url={this.state.currentUrl} initType={2} autoAspectRatio={true} isLive={true} autoplay={true} autoReloadLive={true} hwDecoderEnabled={1} hwDecoderForced={1} style={[styles.backgroundVideo,]} /> 打印本地的资源路径: /storage/emulated/0/HANJUTV/143/143-2/out.mp4 请帮我看一下哪里有问题...
Please add support react native 0.59, changing build.gradle like https://github.com/ramsundark5/react-native-yz-vlcplayer/blob/master/android/build.gradle
The player in iOS devices flickers to a blank screen when the network bandwidth is low. However, this issue is not seen when on Android devices, or even iOS emulator....
嗨,我有问题想请教,按照你的步骤进行操作,讲道理android应该没问题,但是run-android的时候报错Could not resolve all files for configuration ':react-native-yz-vlcplayer:debugCompileClasspath'. 请问如何解决?