I would like to see if you can help me with a couple of questions.
The first one I need to do something similar to this:
It's a button to start a video.
This is my video code, in the src tag I enter the video route.
<video width="640" height="480" controls id="content_video preload="auto">
<source src=""></source>
</video>
My second question is that you can modify the controls attribute to remove the option to download the video.