Well, this is supported. There are no extra steps necessary to do this. One issue I see is that you have random hashtags in your elements...?? Here is a full example of a video element in HTML:
<video id="video" preload="auto" muted>
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>