Skip to content

Commit

Permalink
fix(HLS): Fix MPEG-H codec selection in HLS (#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Jun 25, 2024
1 parent 6f39210 commit f8ddefb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/manifest_parser_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ shaka.util.ManifestParserUtils.AUDIO_CODEC_REGEXPS_ = [
/^ac-4/,
/^dts[cex]$/, // DTS Digital Surround (dtsc), DTS Express (dtse), DTS:X (dtsx)
/^iamf/,
/^mhm[12]/, // MPEG-H Audio LC
];


Expand Down

0 comments on commit f8ddefb

Please sign in to comment.