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

I'm loading a .mov video from a web server using the following code: ``` (this.vlcPlayer = ref)} style={[styles.video]} source={{ uri: this.state.videoURI }} /> ``` When the component begins rendering, I...

I'm streaming a .mp4 from a local server, I was wondering, how can I add subtitles? using

Hi. The prop 'paused' does not working. The video always plays automatically and cannot be paused and resumed. "react-native": "0.63.3" "react-native-vlc-media-player": "^1.0.28" Hope you will fix it in next release...

Hi To use your nice lib I need to get aspect ratio of the video. Indeed if we don't know it how do you compute height of the component ?...

Hi, Is there a way to get video dimension onLoad event? Something similar react-native-video library https://github.com/react-native-video/react-native-video#onload

I want to play an iOS video on my Apple TV device using Airplay. So, is it possible to set the **allowsExternalPlayback** value to **true**, which will allow the VLC...

every time I tried to play a m3u files it closes the app, without any warning / error. this is what adb logcat says ![image](https://user-images.githubusercontent.com/48603039/109402707-57987d80-792e-11eb-9f83-299d3461dac3.png)

VLC media player seemed like a suitable choice for a video player for me considering longer load times for react-native-video for some files. However, I could not seem to work...

Does not play aac audio file on Android not from url, nor from local storage. On IOS plays like a charm. On Android I get error ``` { type: 'Error',...

I'm playing videos from an streaming url and looks laggy or dropping frames. I don't think it is internet because I'm playing them locally. is there a config that could...