Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Ad Audio for Previous Video Continues Playing in Background After Switching to another Video #4132

Open
RMabroukS opened this issue Sep 1, 2024 · 2 comments
Labels
bug Missing info Some information from template are missing Missing repro Issue reproduction is missing Platform: iOS

Comments

@RMabroukS
Copy link

Version

6.4.5

What platforms are you having the problem on?

iOS

System Version

17.5

On what device are you experiencing the issue?

Real device, Simulator

Architecture

New architecture with interop layer

What happened?

I started playing a video, and an ad was displayed shortly after. While the ad was playing, I opened another video. However, the audio from the ad of the previous video continued playing in the background, even after the new video started.

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:

@RMabroukS RMabroukS added the bug label Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • reproduction
  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

@github-actions github-actions bot added Platform: iOS Missing info Some information from template are missing Missing repro Issue reproduction is missing labels Sep 1, 2024
@Dawwie
Copy link

Dawwie commented Sep 6, 2024

I'm having the same issue. Looks like something similar has been fixed before -> #3587

My implementation

<Video
  source={{
    uri,
  }}
  onLoadStart={onLoadStart}
  onLoad={onLoad}
  onError={onError}
  style={style}
  ignoreSilentSwitch={IgnoreSilentSwitchType.IGNORE}
  controls
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Missing info Some information from template are missing Missing repro Issue reproduction is missing Platform: iOS
Projects
None yet
Development

No branches or pull requests

2 participants