pixeltailgames / cinema

:movie_camera: Gamemode for Garry's Mod featuring multiplayer video streaming
http://www.pixeltailgames.com/cinema/
87 stars 63 forks source link

Cinema cannot play in garry mod x86-64 version, maybe found the reason why and possible way to fix it #152

Closed Jacky10X closed 5 years ago

Jacky10X commented 5 years ago

As of Chromium version 71, the autoplay is disabled by default unless player interacts the screen but there is no way to interacts the screen. And the possible way to fix it is change the #autoplay-policy in Chromium's flags to "No user gesture is required.".

Autoplay Policy Changes source: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

Edit: just notice it is garry mod issue not the cinema issue