mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #409: support pure video hls. 2.0.172.
This commit is contained in:
parent
3ad030fe83
commit
5caafadd45
7 changed files with 35 additions and 9 deletions
|
@ -136,6 +136,9 @@ enum SrsCodecAudio
|
|||
// set to the max value to reserved, for array map.
|
||||
SrsCodecAudioReserved1 = 16,
|
||||
|
||||
// for user to disable audio, for example, use pure video hls.
|
||||
SrsCodecAudioDisabled = 17,
|
||||
|
||||
SrsCodecAudioLinearPCMPlatformEndian = 0,
|
||||
SrsCodecAudioADPCM = 1,
|
||||
SrsCodecAudioMP3 = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue