As an example, say I have a video
object set on my website with the following attributes:
<video controls="" preload="auto" id="_video"></video>
and the original source being ./video/video.mp4
(for example).
How can I go about protecting the original source files location through converting it to a BLOB url?
I have seen a few posts stating that it needs to be done within through JavaScript, but none of them actually go to the extent of explaining how to do it, or where you can find out.
So, how would you do it; and what is the best way of doing it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…