Title pretty much says it all. I have a video which automatically starts playing when arriving on the page.
In the HTML code I have put muted=\"muted\". And here comes
looks like this muted stopped working in chrome 64. still works in 63.
This work fine for me.
<video oncanplay="this.muted=true" id="video" width="640px" height="350px" autoplay="autoplay" loop="loop" controls="controls">
<source src="intouchables.f4v" type="video/mp4">
Your browser does not support the video tag.
</video>
<video preload= "true" autoplay = "autoplay" loop = "loop" muted>
<source src = "video/Real-Estate.mp4" type = "video/mp4">
</video>