Questions tagged [react-native-video]

React Native video component

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

338 questions
0
votes
1 answer

Video not playing (stuck) in react-native-video

I am using react-native-cli and in my app react-native-video doesn't work. While running on external device (android) it shows a blank space without error On running on android simulator, the video screen appears with the first frame but the video…
0
votes
0 answers

ract-native-video, video in mkv format goes black but the sound is heard

I am developing an application capable of playing an IPTV list. All the contents are in mkv format and most are reproduced correctly but in some the image remains black while the sound is heard. This is the metadata of the video: { "audioTracks":…
0
votes
0 answers

React native video callback onPlaybackRateChange returns 1 even when video is paused

I have a simple video component:
0
votes
0 answers

How to create custom controller in 'react-native-video'?

I'm making audio player using 'react-native-video'. (feat. audio only option) I want to play audio file using audio only option. But I need some image, so I use poster option. However, I just know if use poster option, I can't use controls option in…
0
votes
1 answer

How to play a video only for given time intervals in react-native-video

I am trying to make a video trimming component in react native. I have implemented a Trimmer component with react-native-animated. you can see it in action in the following gif: the next step for me to create an illusion in this UI to give feedback…
AlkanV
  • 451
  • 6
  • 17
0
votes
1 answer

React native video unable to play m3u8 file

Problem I'm trying to stream a m3u8 file in a react native app (for android TV) and I'm getting this error: LOG {"error": {"errorCode": "22004", "errorException": "com.google.android.exoplayer2.ExoPlaybackException: Source error",…
0
votes
0 answers

Invariant Violation: [2013,"RCTView",{"flexGrow":"<>"}] is not usable as a native method argument

I am using react native video player Invariant Violation: [2013,"RCTView",{"flexGrow":"<>"}] is not usable as a native method argument This error has been occurred. version that I am using: "react-native-video":…
Juhi Kukreja
  • 137
  • 4
  • 11
0
votes
0 answers

Custom video control keep making video stutter

Current behavior / Bug As soon as I pause/play the video on custom video control or slide on slider the video keep stutter to 1 or 2 seconds later sometim even 3-5 seconds Video Clip…
faijiuy
  • 55
  • 1
  • 9
0
votes
1 answer

Does anybody know a video player I can use for my React Native project?

Good Morning, I'm creating an app/website that allows people to watch and create videos and I'm looking for a video player module that I can import into my project to use. Can you guys give me some recommendations on which video player is the best…
0
votes
0 answers

'Unable to resolve module react-native' when install react-native library

I'm trying to create some audio and video playback. I've tried to install several library like react-native-video, react-native-video-player but it keeps throw error 'Unable to resolve module react-native-video-player from…
nmnhon
  • 43
  • 3
0
votes
0 answers

How to preview video from react-native-image-picker in react native cli

I'm working on a react native CLI, pure JavaScript eCommerce mobile application that requires users to upload a short video of 30 seconds. The design is that you upload and preview the video before sending it to the API. What is the best package to…
0
votes
0 answers

UI stuck when loading video using react native video v6 (iOS)

I have rendered my video element like this, but UI stucks when video element try to load the data from URL. I need it should not stuck, It can load and take time. But should not stuck. const renderMessageVideo = (props) => { …
0
votes
2 answers

How to play 2 videos in react native and that can play/pause by one button?? I am using react-native-video

I want to play 2 videos with play pause by one button. both Video will pause on same time and will play on same time when we clicked on button. I am using react-native-video.
Sandy
  • 13
  • 3
0
votes
1 answer

How to clear gradle to reinstall npm package (React Native Android)

I have an issue with an npm package react-native-video where it says 'no variant found for :react-native-video.' I've tried uninstalling and reinstalling, deleting node_modules and yarn.lock and clearing gradle, invalidating caches and restarting…
Joel Hager
  • 2,990
  • 3
  • 15
  • 44
0
votes
0 answers

Cannot pause videos

I have a flat list where each item rendered is a
pfinferno
  • 1,779
  • 3
  • 34
  • 62