riquezjp / kitchenTV

Kitchen TV; weather, clock, live news feeds & video for Raspberry pi using PHP/javascript
GNU General Public License v3.0
26 stars 12 forks source link

volume reset bug #11

Open riquezjp opened 7 years ago

riquezjp commented 7 years ago

The youtube video volume will sometimes reset to 100% for no apparent reason.

It does not happen when the page changes or refreshes, it happens during the middle of the video playing, the volume will jump to 100% but the interface still shows 0 or 20 or whatever. The interface is now broken & you cannot change volume. You need to refresh to correct the issue.

I am not sure if this is a problem with the YT API & its googles fault or if its something with the javascript.

The problem seems to happen very randomly (ha) meaning it may not happen at all all day or it may happen every 30 mins.

Usually I have my volume button set to 20 or 0

JoshuaKimsey commented 7 years ago

I noticed this issue as well, only for me it seemed to reset to a lower volume than a higher one. I wonder if it isn't an issue with the YT iFrame instead of an issue on our end.