-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
playing a list of sources in a background tab stops when the player changes (Chrome autoplay policy ?) #1072
Comments
I'm curious to know if you get this problem in
This is one of the oldest problems I've had with ReactPlayer. The old If you still want to use |
Hi, thanks for your reply. |
Looks good! Very similar to an old (dead) project of mine, and the original reason I created ReactPlayer – https://github.com/cookpete/rplayr |
Okay ! That is funny ! PS if by any chance you were interested in being involved in my project, tell me :) |
@cookpete : maybe a good news, the bug has been assigned at Chromium ! Let’s keep a look at this! |
This has been fixed by the Chromium team. Will be shipped with Chrome 96 (planned for the 16th November 2021) |
I filled a bug report for Firefox too. |
Fixed in Firefox 96, stable release planned for 2022-01-11 ! |
Hi, i'm using your (wonderful) player in a music app i'm working on.
It is basically a playlist that plays tracks and automatically skip to the next one when it is finished or has an error.
My problem is that when the tab is not active, the next track does play only if the player has NOT changed.
track A : Youtube
track B : Youtube
track C : Soundcloud
track D : Soundcloud
track E : Youtube
How should I handle this ?
Whitelisting the app doesn't work either (for Chrome, chrome://settings/content/sound)
Thanks a lot.
The text was updated successfully, but these errors were encountered: