Is there a way to use a YouTube video link in the <video>
's source
tag so that I do not have to download the video file and upload it to my server?
I wan to play a YouTube video as a background on my site so I do not want to use iframe
embeds because this technique would require some quirky hacks to hide the video player controls and prevent users interacting with the video (pausing, starting, etc.).
Having the video embedded in the <video>
tag would be the best approach.