User-1112034352 posted
Suppose I have a video on the azure website. I want to display it in a html5 video tag. But I also want security.
I could "encode" it, but I'm not sure what that accomplishes. I think it prevents an eavesdropper from getting hold of the video. On the other hand, if the wrong person gets hold of the URL of the video, I assume he can see it, encoding or not.
I assume that the html5 video tag decodes it, so he can create a web page to view it.
Is that true?