-
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
feat(HLS): Add automatically keyId-key for identity format #6308
Conversation
05b9513
to
1e76255
Compare
Incremental code coverage: 97.60% |
1e76255
to
77d8942
Compare
77d8942
to
7741dcd
Compare
@shaka-bot please test |
@avelad: Lab tests started with arguments:
|
@shaka-bot please test |
@avelad: Lab tests started with arguments:
|
Quoting the HLS spec:
So I think Tizen doesn't support CBCS, and isn't checking the I think we need to resolve #1419 and then skip the test if CBCS is unsupported. |
I'm going to skip the test for now |
@shaka-bot please test |
@avelad: Lab tests started with arguments:
|
That's fair. I'm bumping the priority of #1419 and assigning it to myself to follow-up with a proper check on this test. |
@shaka-bot please test |
@@ -133,7 +135,7 @@ shaka.util.ManifestParserUtils = class { | |||
serverCertificateUri: '', | |||
sessionType: '', | |||
initData: initDatas, | |||
keyIds: new Set(keyIds), | |||
keyIds: new Set(originalKeyIds), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha!
No description provided.