mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
add comments of audio profile supported by srs.
This commit is contained in:
parent
5143e3a58d
commit
b0953c1d3a
1 changed files with 1 additions and 0 deletions
|
@ -802,6 +802,7 @@ vhost example.transcode.srs.com {
|
|||
# other ffmpeg audio params
|
||||
aparams {
|
||||
# audio params, @see: http://ffmpeg.org/ffmpeg-codecs.html#Audio-Encoders
|
||||
# @remark SRS supported aac profile for HLS is: aac_low, aac_he, aac_he_v2
|
||||
profile:a aac_low;
|
||||
}
|
||||
# output format, can be:
|
||||
|
|
Loading…
Reference in a new issue