|
|
|
Ask HN: How to defend the source of a html5 audio/video player
|
|
2 points
by dennismart
4947 days ago
|
|
I have spent some time thinking on how to build a html5 audio/video player that will actually hide the source of the content in a secure and efficient way. I have some ideas but the all are about making the source use very restricted not about hiding it. Is this the way to go or do you have any other ides? Thanks -Dennis MÃ¥rtensson |
|
You might be better off having the content gated with authentication: here's your random token, good luck downloading someone else's stuff. Past that, why do you care whether the source of the content is hidden? Does it matter whether someone uses your player or wget to get the same bits?