-
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
fix(HLS): Fix IAMF codec selection in HLS #6389
Conversation
Incremental code coverage: 100.00% |
@@ -293,6 +293,7 @@ shaka.util.ManifestParserUtils.AUDIO_CODEC_REGEXPS_ = [ | |||
/^[ae]c-3$/, | |||
/^ac-4$/, | |||
/^dts[cex]$/, // DTS Digital Surround (dtsc), DTS Express (dtse), DTS:X (dtsx) | |||
/^iamf/, |
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.
Perhaps we should also add an iamf mimeType to shaka.media.MediaSourceEngine.probeSupport
?
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.
probeSupport is only for the Demo, so it’s not necessary
IAMF spec: https://aomediacodec.github.io/iamf/
IAMF codec string: https://aomediacodec.github.io/iamf/#codecsparameter