Skip to content
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

Tracking the lifecycle of a KeyId #449

Open
estobbart opened this issue Jan 25, 2019 · 0 comments
Open

Tracking the lifecycle of a KeyId #449

estobbart opened this issue Jan 25, 2019 · 0 comments

Comments

@estobbart
Copy link

keystatuses provide keyId's.. but there's no real way to track them earlier than when they appear in that status. In DASH they appear in the ContentProtection, and they're also in the initializationSegment either in the pssh or the tenc. But if the pssh isn't in the manifest it's difficult to use the encrypted initData to track the KeyId, unless the browser was responsible for upgrading v.0 pssh boxes to v.1 boxes with the tenc default_KID, or some other way to include a KeyID in the encrypted payload. This makes platforms with multiple CDM implementations difficult, because two encrypted event's could occur, each event with it's own systemId (that you have to parse from the initData) for the same keyId. Unless the requirement was that only one encrypted event occurred per keyId, and the initData was an array of array buffers.

@mounirlamouri mounirlamouri added this to the Backlog milestone Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants