Detect stream type 17 as AAC
This commit is contained in:
parent
e52cf18a05
commit
d8ffa03e35
1 changed files with 4 additions and 0 deletions
|
@ -360,6 +360,10 @@ psi_parse_pmt(th_transport_t *t, const uint8_t *ptr, int len, int chksvcid,
|
|||
hts_stream_type = SCT_MPEG2AUDIO;
|
||||
break;
|
||||
|
||||
case 0x11:
|
||||
hts_stream_type = SCT_AAC;
|
||||
break;
|
||||
|
||||
case 0x1b:
|
||||
hts_stream_type = SCT_H264;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue