Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement ClearKey on Hls.js #5821

Closed
TREER00T opened this issue Sep 13, 2023 · 8 comments
Closed

How to implement ClearKey on Hls.js #5821

TREER00T opened this issue Sep 13, 2023 · 8 comments
Labels

Comments

@TREER00T
Copy link

What do you want to do with Hls.js?

Hello, I want to implement ClearKey in hls.js, but I don't know how to implement it, I have implemented ClearKey in this way in shaka packager:

player.configure({
     drm: {
         clearKeys: {
            'abba271e8bcf552bbd2e86a434a9a5d9': '69eaa802a6763af979e8d1940fb88392'
         }
     }
});

Can anyone advise?

What have you tried so far?

No response

@TREER00T TREER00T added Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. Question labels Sep 13, 2023
@robwalch
Copy link
Collaborator

@robwalch
Copy link
Collaborator

Also note that HLS.js ClearKey support is incomplete. There is no way to specify key value pairs for the eme controller.

If you are interested in helping to complete this work, please provide (most important) test HLS assets, and see where it left off in:
#2934

@TREER00T
Copy link
Author

thank you for share information

@TREER00T TREER00T reopened this Oct 5, 2023
@TREER00T
Copy link
Author

TREER00T commented Oct 5, 2023

Hi, @robwalch I want to complete ClearKey. Do you think I should work on the same feature/v1.0.0 branch after 3 years or create another branch from main?

@robwalch
Copy link
Collaborator

robwalch commented Oct 5, 2023

Hi @TREER00T,

Maybe @botengyao would be willing to rebase #2934 or resubmit their changes. Otherwise, please branch from latest (master).

@botengyao
Copy link

Thanks @robwalch for the heads-up.

Hi @TREER00T, feel free to take over my work and branch from the latest.

@TREER00T
Copy link
Author

TREER00T commented Oct 5, 2023

Great, so I'll grab the latest version from the master branch and go with it

@robwalch robwalch removed the Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. label May 13, 2024
@robwalch
Copy link
Collaborator

Closing as a duplicate of #2934:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants