-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Custom more secure hls aes #2365
Comments
To a dedicated attacker, this wouldn't add much additional security because you would either need to include the additional key you used for encryption in your application code you embedded HLS.js into to decrypt this key. However, potentially adding a separate API to indirect I wonder if there are other use-cases for a |
@itsjamie Could you link where kLoader API use-cases. Infact our company using a cloud DRM service, but some device can not support DRM and the cost for running DRM is quite expensive. So, my above proposal is base on some flow from that cloud DRM service. I think this feature may be useful with many service/people who want protect content with a small cost. |
This is it right here. :) |
@itsjamie i can not see the link |
Is your feature request related to a problem? Please describe.
The lack of hls-aes is the key is exposed, so it can not protect content when every player with the link can play content.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: