mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
remove libaacplus.
This commit is contained in:
parent
496f689de7
commit
b360fe279d
7 changed files with 18 additions and 27 deletions
|
@ -82,7 +82,7 @@ vhost demo.srs.com {
|
|||
vpreset superfast;
|
||||
vparams {
|
||||
}
|
||||
acodec libaacplus;
|
||||
acodec libfdk_aac;
|
||||
abitrate 45;
|
||||
asample_rate 44100;
|
||||
achannels 2;
|
||||
|
@ -105,7 +105,7 @@ vhost demo.srs.com {
|
|||
vpreset fast;
|
||||
vparams {
|
||||
}
|
||||
acodec libaacplus;
|
||||
acodec libfdk_aac;
|
||||
abitrate 40;
|
||||
asample_rate 44100;
|
||||
achannels 2;
|
||||
|
@ -151,7 +151,7 @@ vhost players {
|
|||
vparams {
|
||||
g 100;
|
||||
}
|
||||
acodec libaacplus;
|
||||
acodec libfdk_aac;
|
||||
abitrate 30;
|
||||
asample_rate 44100;
|
||||
achannels 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue