setTimeout(function(){
document.getElementById("video_cq").play();
}, 2000)
<div class="embed-responsive embed-responsive-16by9">
<video id="video_cq" class="embed-responsive-item video" poster="common/img/thumbnail-video.png" muted playsinline>
<source type="video/mp4" src="cq.mp4">
</video>
</div>