-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
com.widevine.alpha.experiment key system setup #7613
Comments
To use
|
I also tried using
Even in this case, |
I think that you need use |
Oh, okay but the error code is still the same if I modify that value.
Is there anything else wrong with my Shaka player setup? I don't understand the error message |
I am getting the same error. Any updates? |
I found a error in the code... I'll create a PR to fix it very soon! |
@Jason239 can you try with latest build? |
@MarianoFacundoArch Widevine L1 license is delivered as a wrapped PlayReady license. |
Hi Jason239, We are also facing with same issue but now it is okay with latest build. However, now it is not clear for us to handle this widevine license which wrapped PlayReady license. when we send this license request to widevine proxy sdk than we have this error: java.lang.ClassNotFoundException: com.google.video.widevine.sdk.wvpl.WvPLUtils Please see below decyrepted license request: Could you please help us if you have any clue? |
Have you read the Tutorials?
yes
Have you read the FAQ and checked for duplicate open issues?
yes
If the question is related to FairPlay, have you read the tutorial?
not related
What version of Shaka Player are you using?
4.6.2
What browser and OS are you using?
Windows 11 / Chrome
Please ask your question
I'm trying to do a Widevine L1 playback test, but when I set the key system as below in Shaka player, I get a 6012 error. If set it to the
com.widevine.alpha
key system, it work fine.Internally, the
com.widevine.alpha.experiment
key system doesn't seem to be working, is it because it's an experimental key system and is prevented from being used?The text was updated successfully, but these errors were encountered: