mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #738, parse moov, get the h.264/avcC and aac/asc
This commit is contained in:
parent
e8eb050bf2
commit
bbee16e4db
3 changed files with 285 additions and 9 deletions
|
@ -97,6 +97,7 @@ enum SrsCodecVideo
|
|||
{
|
||||
// set to the zero to reserved, for array map.
|
||||
SrsCodecVideoReserved = 0,
|
||||
SrsCodecVideoForbidden = 0,
|
||||
SrsCodecVideoReserved1 = 1,
|
||||
SrsCodecVideoReserved2 = 9,
|
||||
|
||||
|
@ -135,6 +136,7 @@ enum SrsCodecAudio
|
|||
{
|
||||
// set to the max value to reserved, for array map.
|
||||
SrsCodecAudioReserved1 = 16,
|
||||
SrsCodecAudioForbidden = 16,
|
||||
|
||||
// for user to disable audio, for example, use pure video hls.
|
||||
SrsCodecAudioDisabled = 17,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue