-
Notifications
You must be signed in to change notification settings - Fork 43
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
Issue with Widevine Persistence Licenses After Updating Castlabs App from 6.0.2 to 22.0.0 #180
Comments
If you are trying to upgrade from
If either of the above happens all persisted licenses will need to be updated. There is no way to generally automate this, it needs to be implemented on a per-service basis using the EME API (as also discussed in the previous ticket, #179). Also take note of the fact that a license that fails to load is typically discarded by the CDM, so once a load fails the persisted session is gone. |
@khwaaj , We recently updated our application to CastLabs Electron version 22.0.0. As a consequence, when attempting to use offline licenses with the newly downloaded , they are not working Our expectation was that during the update to version 22.0.0, the WidevineCDM component would be downloaded for the first time. However, it seems that due to the "component_updates_enabled" flag being false, this is not occurring. We need guidance on how to achieve the following: Update the WidevineCDM component to version 22.0.0 during the application update to CastLabs Electron version 22.0.0. Could anyone provide guidance on how to achieve this? Is there a way to manipulate the "component_updates_enabled" option dynamically for this specific scenario? |
I assume you are talking about the What you need to do is set it to |
We are currently in the process of updating our CastLabs application from version 6.0.2 to version 22.0.0. However, upon completing the update, we've encountered an issue where existing offline Widevine persistence licenses are no longer functional.
Steps to reproduce:
Update the Castlabs application from version 6.0.2 to version 22.0.0.
Attempt to use existing offline Widevine persistence licenses.
Observe that the licenses are not working as expected.
Expected Behaviour:
After updating the Castlabs application from version 6.0.2 to version 22.0.0, existing offline Widevine persistence licenses should continue to function without any issues.
Actual Behaviour:
Existing offline Widevine persistence licenses are not working after the update to version 22.0.0 of the Castlabs application.
Any assistance or insights into resolving this issue would be helpful.
The text was updated successfully, but these errors were encountered: