Hi all-
I noticed that video playback has stopped functioning in some recent update (currently running M64 in my testing). I assume this is related:
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes Unfortunately, this doesn't work well for we few headless users, and I am not seeing any easy workarounds. Most of my testing relies on playing back some dynamic content and recording the results to video. Without predictable playback behavior, the videos are not particularly useful.
So far, I've tried:
* Using --ignore-autoplay-restrictions
* Using --no-user-gesture-required
* Using both of the above simultaneously
* Adding &autoplay=1 to youtube URLs
Additionally, I observe a large number of "400 Service Worker Fallback Required" messages on the network domain for GET requests to the
googlevideo.com/videoplayback API -- I have no idea if this is related or not. I'm not seeing anything in Console API that hints at what could be broken, or how I can work around it. Has anyone else run into this or can suggest what I might try to get a more desirable result?
Kind thanks,
Charley