sri
sri

Reputation: 3379

DRM protection for Video

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

sri

Upvotes: 1

Views: 964

Answers (1)

Lachlan Hunt
Lachlan Hunt

Reputation: 2820

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.

Upvotes: 1

Related Questions