Questions tagged [expo-av]
173 questions
0
votes
0 answers
How to change screen orientation with back button in expo?
I am trying to make video player using expo-video-player, I implemented the screen rotation when entering to full screen. But with back button it saves it s previous orientation when trying to exit from video player.
I have written code for…
0
votes
0 answers
react native app doesn't load my video which is made by ffmpeg
I'm working on react native expo project and using expo-av to play video.I'm experimenting on my iphone and it's working almost fine. I copy and paste the sample code on expo av doc and Big Buck Bunny video is loaded successfully and able to play.…

yabbee
- 11
- 1
- 3
0
votes
1 answer
Expo-AV - Prevent muted video from pausing users music etc
We've got an mp4 video which has no audio track in it playing as a muted background video e.g.
0
votes
0 answers
How to fix missing video and black video playback in expo-camera recording - React Native
after recording a 7-second video, I save it and then store it on my server.
however, when playing the video back it has no video, only audio.
video link: https://storage.googleapis.com/clipdrop-prod/tfZJe6V5ImfAYD_k9GMnKK6JD.mp4?avoidCache=1
here is…

Dean Van Greunen
- 5,060
- 2
- 14
- 28
0
votes
0 answers
React Native app for audio track not working on background mode
I’m developing a react native focused on reproducing audios using expo and expo-av but I’m having problems skipping to the next audio when the app is in background mode. I have an useEffect that monitors my audio status and recognizes it has…

Thiago Ururay
- 482
- 3
- 15
0
votes
0 answers
Where does expo-av recorded file store in mobile phones?
I am trying to have access to the actual file that the expo-av creates after every recording but I can not access it from any file explorer app and my goal is to upload it on a server and in a db. This question is related to this question too but…

apanay22
- 567
- 1
- 5
- 10
0
votes
0 answers
how to stream a video from a streamable google storage bucket with expo-av video element on react native
I need to stream a video with the expo-av video component on react native.
The issue I'm having is that it has to download the entire video before it starts playing
Video component
0
votes
1 answer
React Native sound on interval skipping
I'm trying to get React Native to whistle 3 times before a timer, so for example, whistle 3 seconds in a row, then let the timer go, then whistle again, but for some reason it is only doing it twice, it's skipping the middle whistle and sometimes…

Luis
- 44
- 1
- 5
- 17
0
votes
0 answers
Expo app completely unresponsive when using Expo Camera and navigating away while recording
Using expo-camera and have set up video recording. App also uses react-navigation. When recording (i.e. calling camera.recordAsync()), if I navigate away, the app becomes completely unresponsive. Expo Go's interface also is completely unresponsive…

Charlie
- 21
- 3
0
votes
1 answer
Autoplay of an array videos in expo-av causes app freezes
I was trying to create an app that loads videos from an ARRAY on loop. I am using UseState to change the URI index after the video ends.
The player works perfectly for around 1-2 hours then it freezes the video and throws onError() which gives…

Rishabh Garg
- 53
- 7
0
votes
1 answer
ConnectyCube expo react native support for RNChat
Is there a chance to get an RNChat example which runs on latest expo react native for supporting the great expo plugins like expo av player or expo haptics?
Edit:
Build fails
=== BUILD TARGET React-Codegen OF PROJECT Pods WITH CONFIGURATION Debug…

genericatz
- 433
- 5
- 16
0
votes
1 answer
Get FlatList to trigger onEndReached earlier
I’m using FlatList to build a TikTok-style video player, i.e. one list item covers the entire screen.
I’m fetching metadata about 10 videos at a time from a REST API (via useSWRInfinite), then populating my FlatList and using expo-av’s Video…

Tom Söderlund
- 4,743
- 4
- 45
- 67
0
votes
0 answers
Sound is not updating according to slider expo av
I am trying to update the song, when i move the slider the song pauses which is good then after releasing the slider and hitting play the song restarts instead of starting from that position
here is the code: (I divided the code to get rid of the…

stacksflow
- 23
- 5
0
votes
0 answers
Expo Av- saving recording on app closed on iOS
I am developing a recording app with expo av. I would like to save the recording in case the user closes the app completely while recording. I managed to solve that problem on Android by calling stopRecording in componentWillUnmount
…

Grzegorz Brzęczyszczykiewicz
- 1,630
- 1
- 20
- 45
0
votes
0 answers
Expo AV - Unable to play sound from local file on disk
Using Expo AV's Audio, I can play a sound from a remote server just fine. However, when I download the same file on the Simulator's local storage, I'm unable to play the sound anymore.
Here's the part of the code where I load the sound:
const path =…

Hadi Farhat
- 63
- 5