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

fix(HLS): Fix IAMF codec selection in HLS #6389

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

avelad
Copy link
Member

@avelad avelad commented Apr 2, 2024

@avelad avelad added type: bug Something isn't working correctly component: HLS The issue involves Apple's HLS manifest format priority: P3 Useful but not urgent labels Apr 2, 2024
@avelad avelad added this to the v5.0 milestone Apr 2, 2024
@shaka-bot
Copy link
Collaborator

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/,
Copy link
Contributor

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?

Copy link
Member Author

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

@avelad avelad merged commit c59a3b8 into shaka-project:main Apr 3, 2024
22 of 23 checks passed
@avelad avelad deleted the iamf-hls-detection branch April 3, 2024 07:10
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Jun 2, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Jun 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: HLS The issue involves Apple's HLS manifest format priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants