I need to host some videos on my website. I was looking how youtube does it, but i don't understand the video source. Below is the video tag in youtube. The source is a blob, why? What does the url mean? How does it work? How can i do the same thing?
<div class="html5-video-container" data-layer="0">
<video tabindex="-1" class="video-stream html5-main-video"
style="width: 640px; height: 360px; left: 0px; top: 0px; opacity: 1;"
src="blob:https://www.youtube.com/9effef84-87ae-43c0-abae-8005d399e1fd">
</video>
</div>
Thank you in advance.