1
I am finding with some frequency (HIGH) "URL’s" usually from videos that start with "blob:" and the "URL" usually, however, when trying to load this link I come across the error that this URL is not valid. Taking as an example the TAG and its SRC below:
<video preload="" src="blob:https://player.vimeo.com/0910c487-95db-474b-a452-909659339de3"></video>
I’m getting pretty frustrated with this new URL system.
Question on our sister site: https://stackoverflow.com/q/30864573/1452488
– Woss
Could translate the answer taken as correct from this link please, the google translator is not being efficient.
– Diego Queiroz
Could translate the answer taken as correct from this link please, the google translator is not being efficient.
– Diego Queiroz
I translated a short excerpt from a reply at this link but you get a sense of what it’s all about: "A URL
blob:
does not refer to information existing on the server, refers to information that the browser currently has in memory, for the current page. They will not be available: on other pages, other browsers and other computers."– Sam
I understand, thank you.
– Diego Queiroz