Would there be any way to include the youtube video without using the iframe provided by the API in the Incoporation method?
I'd like to insert into a tag, for example.
I have the following code below:
<video id="meuVideo" controls autoplay constrolsList="nodownlaod">
<source src="https://www.youtube.com/watch?v=IsPf1ZzNG9A&list=RDIsPf1ZzNG9A&start_radio=1"type="video/mp4">
</video>