remove the autoplay in video tag. use code like this
<video class="embed-responsive-item" controls>_x000D_
<source src="http://example.com/video.mp4">_x000D_
Your browser does not support the video tag._x000D_
</video>
_x000D_
it is 100% working