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…
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":…
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…
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…
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",…
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":…
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…
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…
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…
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…
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) => {
…
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.
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…