mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #547, support HLS audio in TS. 3.0.22
This commit is contained in:
parent
6ee85aea83
commit
a98c9e04e3
5 changed files with 30 additions and 4 deletions
|
@ -183,6 +183,7 @@ enum SrsAudioAacFrameTrait
|
|||
* 2 = 22 kHz = 22050 Hz
|
||||
* 3 = 44 kHz = 44100 Hz
|
||||
* However, we can extends this table.
|
||||
* @remark Use srs_flv_srates to convert it.
|
||||
*/
|
||||
enum SrsAudioSampleRate
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue