-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
FairPlay DRM Stopped Working After Upgrading from 4.7.3 to 4.12.6 (Issue Starts at 4.10.0) #8021
Comments
If it has stopped working, it is probably a bug, but in order to know what is happening we need to be able to reproduce it... (url, config for your DRM provider, etc...) |
This is how we configure Fairplay DRM:
|
Try to install |
When i do this, error code changes to 4041, whis is explained like this in error desc:
This is where i use apple media key:
|
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?
Yes
What version of Shaka Player are you using?
4.12.6
What browser and OS are you using?
Safari - macOS Sequoia
Please ask your question
I recently upgraded Shaka Player in my project from 4.7.3 to 4.12.6 and noticed that FairPlay DRM is no longer working. After testing multiple versions, I found that the issue starts from version 4.10.0.
I checked the release notes and documentation, but I couldn’t find any information on what changes I need to make in my code to fix this issue.
Screenshot of the error for reference:
Additionally, I found that my code does not enter the webkitneedkey event when using versions 4.10.0 or later. Specifically, in the following code, the event handler is never triggered:
I'm happy to share more code snapshots if needed.
Thanks.
The text was updated successfully, but these errors were encountered: