The app I'm making consist pictures and videos sharing, and my goal is to autoplay the video once it is focused, also pauses it after it is out of the view inside the FlatList.
Here is a demo of what it looks like now:
I have 2 questions with…
I have two videos from https://www.npmjs.com/package/react-native-video
I do not have the controls active, my intention is to activate and deactivate the videos by pressing buttons. I do it with states, my problem is that when I press a button to…
How can I create a fast video consumption feature like Instagram Reels, I have created a simple video player with the help of react-native-video but after every video, it takes time to load that video.
How can I do something like prefetch the video…
I'm working on a react-native app using expo-av to show videos, and whne I put in source the uri: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4', from google samples, it acutally works, but if I try to put a…
I have a video that I'm using react native video for, and depending on whether or not the component is in full screen, it displays it in a modal. How do I pass the ref to avoid it 'reloading' the resource between state changes? Is there…
I need to play youtube videos in the react native app
I am using this
npm i react-native-youtube
npm i react-native-video
But these are not working fine for me. As i am playing videos i am getting youtube logo and options that indicates that this…
Bug
I'm using react-native-video package for adding video player to my app. This error keeps getting thrown by react-native-video on Android. This happens when I play a video and seek it or sometimes when the video loads.
{"error":…
In my app i've list of videos like instagram and what i want to is to preload first frame of video so when user opens app they don't have to wait until it load.
I am using react-native-video. I can not cached video because its utilising too much…
I am using react-native-video, When I play video from any resource(url or local both) then in notification center music control show. But there is nothing information show in the notification. How can I add Image and title into the notification…
how can we encrypt video downloaded from url so that it wont be available from mobile file explorer like youtube save video feature
i tried this article but it didn't tells how to encrypt video
how-to-download-private-videos-in-react-native-app
i am…
So basically what I said in the title, I am simply trying to change a prop that im passing to the component of Post if the item currently being rendered is in the viewport.
I am getting double the output like its firing twice, and its not even…
I'm developing a video streaming app and I need to trim, merge audio & video stuff like that, But for Now, I've to get frames of video and show in the trimmer so that user can trim the video as per his need. How can I achieve this? If anybody done…
I am using react-native-video for displaying hls video.
Video link:- https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8
As the video is in hls, I need to change the quality of the videos either manually or auto But I can't achieve this using…