Can anyone explain what the blob:
indicates in the URL in this video tag?
<video class=""
style="width: 640px; height: 360px; left: 0px; top: 0px; transform: none; opacity: 1;"
src="blob:https://www.youtube.com/5c42620b-a028-451b-9b64-424996802355">
</video>
That is a youtube video with shaka player which plays DASH content without browser plugins using Media Source Extensions.
The blob url is generated by
createObjectURL
. for example: