react-native-video Questions
6
I am trying to include a YouTube video in my react native project. Since I already tried react-native-youtube and did not work at all I tried installing react-native-video.
However, I am getting t...
Theorize asked 1/2, 2020 at 15:17
2
In upgrading my app to react-native 0.59, I also upgraded react-native-video to it's latest version 4.4.1. What is currently happening is when trying to play videos with this library, it takes a wh...
Fornof asked 14/6, 2019 at 10:13
5
I am using react-native-video package to get video player in which i can play my youtube videos.
I tried this but only a empty space was coming instead of a video player.
import Video from 'react...
Dogcatcher asked 26/9, 2018 at 5:13
4
Solved
Context: I'm trying to create a React Native App with react-native-video. The iOs installation instruction starts with npx pod-install.
Running:
npx pod-install
Returns:
npx: installed 1 in 1....
Darbydarce asked 17/6, 2020 at 8:29
1
On android when I navigate to another screen (using stack navigator or bottom tab navigator ) the video (using react-native-video) is paused, or even unmounted because when i get back to the video ...
Uribe asked 15/8, 2021 at 15:44
4
Solved
I'm currently using react-native-video and playing HLS video streams through the package.
Anyone know how i can download the video onto the phone gallery?
Looking into the package there isn't any ...
Viveca asked 24/4, 2020 at 3:19
5
long time listener first time caller.
I am so far unsuccessful in getting background music from something like Spotify to stay alive in my react-native app as soon as I navigate to a screen that is...
Existent asked 22/8, 2020 at 17:1
0
I am trying to developed VideoFeed screen where user can view the number of video one by one.
I have used flatlist to render the video and used react-native-video library to play vide.
In android I...
Cacka asked 23/9, 2022 at 8:8
6
How can i play youtube video on react-native-video,
i don't want to play video in react-native-youtube or in webview,
Radioelement asked 8/8, 2019 at 12:56
4
Solved
I want to use react-native-video in my project. After installing this package I got this error every time (Only in android). I have added all the additional codes that are given in the documentatio...
Dehydrogenate asked 23/1, 2022 at 11:42
1
Solved
selectedVideoTrack prop not working in android phone. Here is the Video componenet
<Video
source={{uri: uri}}
ref={videoPlayer}
poster={thumbnail}
style={orientation === 'PORTRAIT' ? styles...
Lance asked 14/2, 2022 at 15:3
3
Solved
I have been trying to play single video from a slider containing of multiple videos and images..
What i used and tried is in below.
1. react-native-video, 2. react-native-snap-carousel
How to pau...
Swiftlet asked 19/6, 2020 at 11:0
1
Solved
The error code when video load error
{"error": {"errorException": "com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format...
Adaptive asked 12/10, 2021 at 15:51
1
Solved
I am using react-native-video
And it have a props called poster which is working fine. But my requirement is to get that thumbnail from video (first frame of video). If I don't use poster (which ac...
Professorate asked 15/6, 2021 at 11:59
3
I'm trying to use the exoplayer for my React Native app using the React Native video package.
I have an app with both a HLS stream and a mp4 videos, these videos and are stored on my server (https)...
Leucas asked 22/5, 2018 at 13:50
1
Solved
I use react-native-video to render a video player for my app.
I try to change the source of the video. This is my code run well.
<Video
source={{uri: _getVideo().video_url}}
style={Styles.ba...
Emblements asked 3/3, 2020 at 4:56
2
Solved
I am trying to implement something in react native:
I have a url of video which i'm showing in react native video component, how can i give a button to download that same video in mobile but it sho...
Cecilius asked 22/1, 2020 at 18:31
1
Is there any solutions for playing video in React-Native-Web
React-Native-Web: https://github.com/necolas/react-native-web
React-Native-Video: https://github.com/react-native-community/react-nat...
Klement asked 13/12, 2019 at 8:2
3
Solved
I have a flatlist showing videos. I want that when a video goes out of the view it should be paused. I am maintaining the pause state in each of the Posts component.
class Posts extends React.Pure...
Reverent asked 23/2, 2019 at 9:1
0
I'm trying to implement local video caching into my video-streaming application.
I'm using:
react-native-video for video playback
rn-fetch-blob for downloading files
I've managed to start the ...
Abruzzi asked 5/5, 2019 at 18:2
3
Solved
I am using the streaming url from CloudFront.
Sample URL:
https://d14nt81hc5bide.cloudfront.net/qyYj1PcUkYg2ALDfzAdhZAmb
On Android , it is working fine but in iOS it says:
domain = AVFoundationE...
Fm asked 26/3, 2019 at 14:56
1
I am unable to get react-native-video to play mp4 files in the background, It will play mp3s and audio files but it refuses to continue playing the video. I have set the background modes in xcode t...
Carlin asked 27/10, 2018 at 18:23
1
© 2022 - 2024 — McMap. All rights reserved.