Generally, we recommend avoiding autoplay. However, if you insist on autoplay functionality, thr Nuevo plugin features automatic detection of autoplay support in the browser.
If autoplay supported - the player will play
If autoplay allowed only when <video> or <audio> is muted - the player will play muted content, muted button will appear over player to easily unmute content.
If autoplay still not allowed, the player will be paused, a big play icon will appear over player window.
Muted autoplay on mobile devices (iOS, Android) usually requires "playsinline" (iOS) and "preload" (Android) attributes of the <video> or <audio> element.
For the live video it is suggested to set video attribute "preload="auto".