Skip to content

Commit

Permalink
Adding AACH in the list of supported codecs for mssparser (#3830)
Browse files Browse the repository at this point in the history
* adding AACH in the list of supported codecs for mss

* adding AACP in list of supported codecs for mss
  • Loading branch information
bittu committed Dec 16, 2021
1 parent 362757d commit 23f210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mss/parser/MssParser.js
Expand Up @@ -47,7 +47,7 @@ function MssParser(config) {
const settings = config.settings;

const DEFAULT_TIME_SCALE = 10000000.0;
const SUPPORTED_CODECS = ['AAC', 'AACL', 'AVC1', 'H264', 'TTML', 'DFXP'];
const SUPPORTED_CODECS = ['AAC', 'AACL', 'AACH', 'AACP', 'AVC1', 'H264', 'TTML', 'DFXP'];
// MPEG-DASH Role and accessibility mapping for text tracks according to ETSI TS 103 285 v1.1.1 (section 7.1.2)
const ROLE = {
'CAPT': 'main',
Expand Down

0 comments on commit 23f210f

Please sign in to comment.