Auto play is not working without muted attribute, when I try to open url in mobile device. How to play video without using muted attribute
<video autoplay="autoplay" loop="loop" muted defaultMuted playsinline oncontextmenu="return false;" preload="auto" id="myVideo">
<source src="assets/video/1.mp4" type="video/mp4">
</video>
This code worked for me on Ios and Android phone
You Try this one link also they have provide more Information about Why The Change?:
https://developers.google.com/web/updates/2016/07/autoplay