views:

34

answers:

1

hi

is there any way to achieve DRM/third party protection for video tag in html5 through Javascript?

sri

+1  A: 

No, it's not possible, at least not without writing your own decryption algorithm and decryption key within the script. But if you do that, end users will obtain all they need to decrypt the content anyway. DRM is futile at best, and actively harmful to end users at worst. Don't even attempt to use it.

Lachlan Hunt
+1 For the actively harming users.
RobertPitt