Silent video causes background audio (e.g., Spotify) to pause #4513
Unanswered
getinnocuous
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
"react-native-video": "^6.12.0"
Description
I'm using the
<Video />
component to play a .mp4 file that has no audio (it's a converted GIF). Here's how it's being rendered:Issue
When this component mounts, it causes any audio playing in the background (e.g., Spotify) to pause, even though the video is muted and
disableAudioSessionManagement={true}
is set.Is there a recommended way to prevent this behavior so background audio is not interrupted?
Beta Was this translation helpful? Give feedback.
All reactions