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 should not appear in gallery.
Also if the video is…
So I am using react-native-video and react-native-track-player parallelly, Normally both are working fine, but to use some extra functionalities of video player like buffering I have to use Exo player , but using exo player manually is making…
I would like to use react-native-video in my app. However, what I've done doesn't work :
I created a new project using expo init Project1
Then I installed react-native-video : npm install --save react-native-video
I used then this : react-native…
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 methods for that, and wondering if there is another…
I am building a react-native app for android and I am receiving an error when trying to play different videos using react-native-video.
The error says:
[errorException] =>…
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-native-video
I use react-native-video and react-native-video-player libraries. And my question is next - how to unmount video?
I have a list of videos (I make request to take all of them but show only 5 at first, than i press button "Show more" and load 5 more…
I am trying to play a video in react-native-video, but I hear only sound. I checked that the file is valid (tried with few), all the callbacks are triggered during the playback. To narrow the problem down I made the following example:
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 have used ExoPlayer to play the video.
I am using…
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 accept an url) then it is showing blank screen.
Any…
I'm using react-native-video for steaming hls url. It works fine with box react-native run-android but after building a bundleRelease the live streaming video is not playing
In my app I am using a ViewPager (@react-native-community/viewpager) to display several pages. Some of these pages contain videos that I am displaying using react-native-video. If I start a video on one page and then scroll to the next page the…