Bug 311719
| Summary: | [EME][GStreamer][OCDM] Persistent licenses on CDMThunder | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
| Component: | New Bugs | Assignee: | Enrique Ocaña <eocanha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | philn, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=211840 | ||
Enrique Ocaña
The mechanism to store/retrieve persistent EME licenses has been defined on opencdm_construct_session() and opencdm_session_load() in a backwards compatible way (no API changes, just using the current API in a specific way). A way to use that feature should be added to CDMThunder.
The way in which this has been defined is that opencdm_construct_session() would get the peviously stored sessionID at construction time in its CDMData parameter and specifying PersistentLicense as licenseType. If that session exists, a valid session will be returned. The actual data load will happen in opencdm_session_load().
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1546
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/62271
EWS
Committed 310914@main (e3c739f5d15c): <https://commits.webkit.org/310914@main>
Reviewed commits have been landed. Closing PR #62271 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/174480500>