Closed yukihiro-m-play closed 3 years ago
If you want to store offline content, you should use ShakaPlayerStorage
. You can't just store licenses to reuse them. Using ShakaPlayerStorage
will cause us to request an offline license and the CDM will store the license persistently. We don't support requesting or reusing offline licenses for streaming playbacks. See also google/shaka-player#1956.
@yukihiro-m-play Does this answer all your questions? Can we close the issue?
Closing due to inactivity. If this is still an issue for you or if you have further questions, you can ask us to reopen or have the bot reopen it by including @shaka-bot reopen
in a comment.
Player request license information every time when player played widevine content saved locally. If player do not request license information, the following error will occur.
Error Message:
We have confirmed that player does not reacquire license information when playing widevine content downloaded with ShakaPlayerStorage. We think this behavior is different from the #201 answer. If player dont need to require license info with playing widevine content downloaded with ShakaPlayerStorage, is there a way to play without reacquiring license info like ShakaPlayerStorage do?