Questions tagged [react-native-video]

React Native video component

React Native video component - https://github.com/react-native-community/react-native-video

338 questions
-1
votes
1 answer

video plays in debug mode, while doesn't play in apk release using react-natve-video package

Platform: Android package.json "react": "18.1.0", "react-native": "0.70.6", "react-native-video": "^5.2.1" Implementation
-1
votes
2 answers

HLS stream is not working with react-native-video

I am trying to embed live stream using react-native-video packages, but HLS link is not working, please help
-1
votes
1 answer

React Native does not play local videos

I'm trying to play a video playlist. But if I debug on my device the video is not loaded, only if i aply videos from over the network or if i use 'require' like this:
-1
votes
1 answer

how can i remove black screen at the end of video?

I want to remove black screen at the end of video in react Native video , there is no props in docs for that , any solution for that ?
-1
votes
1 answer

How to load video from firebase storage in React Native?

Current behavior Every time when I put the source on my code, from firebase, doesn't play any video. But, when I put some other link like this one: 'https://www.w3schools.com/tags/movie.mp4', it's work fine. I can load and show images normally…
-3
votes
2 answers

When I link react-native-video show me a error

When I link react-native-video show me a error
-5
votes
0 answers

Why can't I reference video files in m3u8 format

Why can't I reference video files in m3u8 format hope somebody tells me how to resolve this problem, Thanks a lot My React native version is 0.72.3 it seems like react native can not resolve a file whose format is m3u8,when i require a mp4,it…
1 2 3
22
23