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

Muted player unmutes based on cross-site setting #105

Open
CrazyLittle opened this issue Jun 24, 2014 · 4 comments
Open

Muted player unmutes based on cross-site setting #105

CrazyLittle opened this issue Jun 24, 2014 · 4 comments
Labels

Comments

@CrazyLittle
Copy link

$.cookie('lastVolume') = “0”

It appears that the youtube player volume leaks outside of SIO, so if you mute SIO and then go to youtube, it mutes youtube, and vice versa - unmute youtube and SIO unmutes on next play.

To reproduce:

  1. Mute SIO
  2. Go to Youtube, play a video (it will be muted as well), un-mute the youtube video.
  3. Wait for SIO to play another youtube song, SIO will be un-muted even though $.cookie('lastVolume') = “0” and the volume bar shows mute.
@martindale
Copy link
Member

Tagging in @unusualbob and @eXon because they are most likely to be able to replicate / have insight into this.

@naterchrdsn
Copy link
Contributor

experienced this bug when idling on mute for about 10 minutes or so, without going to YouTube in another tab.

The player was muted, and it randomly came back on at the previous volume setting

@zbeekman
Copy link
Contributor

zbeekman commented Feb 5, 2015

@naterchrdsn Are you sure you weren’t experiencing #106?

@naterchrdsn
Copy link
Contributor

yes, I had both youtube and s.io open at one point and noticed this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants