codebicycle / videospeed

HTML5 video speed controller (for Firefox). WebExtensions port of Video Speed Controller Chrome extension.
419 stars 46 forks source link

blank white video but audio works #190

Open bugrasan opened 2 years ago

bugrasan commented 2 years ago

when playinging a video on docs.microsoft.com [1] with enabled videospeed, then the video is blank white, however the audio works fine. if the host www.microsoft.com is added to disabled sites list, the video works fine again.

[1] e.g. https://docs.microsoft.com/en-us/learn/modules/sustainable-software-engineering-overview/7-energy-proportionality

it seems that the 'vsc-controller' overlay is causing the problem. when deleting it, the video is visible again.

gediminasel commented 2 years ago

Yep, it uses div:first-child attribute to style the video stream, but vsc-controller becomes the first child when added. Not sure what a good fix for this could be. Same issue with the Chrome version 0.7.2 and 0.8.2-beta. You should report it there if it's not already reported.

JoshuaIyalagha commented 2 years ago

Similar issue. If you "hide", the screen should show again Screen Shot 2022-11-01 at 9 01 40 PM

xnileshx commented 2 years ago

Same issue with https://learn.microsoft.com Has there been any update on this? Looks like the only workaround is as @JoshuaIyalagha mentioned to enable " Hide controller by default " under extension settings.