How to allow video autoplay in a Google Chrome kiosk app in version 66 or later

前端 未结 2 1906
清酒与你
清酒与你 2020-12-10 11:27

As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when the playback volume is not muted.

This change

2条回答
  •  庸人自扰
    2020-12-10 11:54

    This function is often useful on kiosks, where you want to autoplay sound from one specified site. In that case, you can just to to:

    1. Settings
    2. Advanced
    3. Privacy and Security
    4. Site Settings
    5. Sound

    And enable autoplay for particular website. It should override its default behaviour and play the sound immediately after displaying site.

提交回复
热议问题