-
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
persistent license renewal #1347
Comments
First, I believe there is no way to renew an offline license. The only option would be to delete the old license and download a new license. But trying to swap out the license is unsupported. We might be able to add an API to reset the licences of a piece of content, but it would require storing the |
@TheModMaker alright, thanks. |
so in the meanwhile, i am trying to create a renewal mechanism by myself.
that seems to work. however, when i am trying to load the offline asset, i get
after i refresh the page the offline asset plays without any issue. any thoughts? |
I consulted with the Widevine CDM folks, and system code 70 seems to indicate that you are trying to load a session which is already in use. The session created by loadInternal() might need to be closed at the end of your Promise chain. |
@joeyparrish cool! i will try that and let you know. |
@joeyparrish seems to do the trick, thanks!! |
Happy to help! Please feel free to send a PR if you have something you'd like to share. |
@joeyparrish sure thing! |
Hi @joeyparrish continuing my question from #1301 is there any update for this as well? |
Hi, any update on this? |
We're still open to a PR. We're not working on this internally at the moment. |
Hi,
Do you have an API for persistent (offline) license renewal? i want to renew the license without download the video again.
Thanks
Oded
The text was updated successfully, but these errors were encountered: