python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Video streaming in react-native using custom API
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 sam...
PietroPutelli
Votes: 0
Answers: 0
How to display a thumbnail of a local video
Do you know a lib / a way to display a thumbnail of a local video ?
I select a video from my device with react-native-image-picker and i would like to display a thumbnail of this video in a View or fl...
l4rnaud
Votes: 0
Answers: 3
Video in full Screen not working in Android react-native-video
<Video
source={{ uri: "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" }}
resizeMode="cover"
repeat
controls
...
Rover
Votes: 0
Answers: 0
OnBuffer event is not calling in react-native-video player
I am using react-native-video library.
I have added following line in android/settings.gradle to use exoplayer as mentioned in its docs.
include ':react-native-video'
project(':react-native-video').pr...
Piyush
Votes: 0
Answers: 1