mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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
|
# other ffmpeg audio params
|
||||||
aparams {
|
aparams {
|
||||||
# audio params, @see: http://ffmpeg.org/ffmpeg-codecs.html#Audio-Encoders
|
# 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;
|
profile:a aac_low;
|
||||||
}
|
}
|
||||||
# output format, can be:
|
# output format, can be:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue