forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(drm): Fix application of DRM server certificate
We were previously creating sessions (through filterManifest) before setting the server certificate (in attach). This meant the server certificate was not being used because the license request was created too early. Now we will set the server certificate as soon as MediaKeys is created, ensuring that it is available for all sessions, no matter when they are created. Closes shaka-project#2644 Change-Id: I0a04b41c2dee16284375fe1e44b31af9c41cd416
- Loading branch information
1 parent
f7aacf1
commit acc4c0e
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters