mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove unused files
This commit is contained in:
parent
0992eb4580
commit
5139816feb
6 changed files with 1 additions and 425 deletions
|
@ -2070,33 +2070,6 @@ vhost all.transcode.srs.com {
|
|||
}
|
||||
}
|
||||
}
|
||||
# transcode all stream using the empty ffmpeg demo, do nothing.
|
||||
vhost ffempty.transcode.srs.com {
|
||||
transcode {
|
||||
enabled on;
|
||||
ffmpeg ./objs/research/ffempty;
|
||||
engine empty {
|
||||
enabled on;
|
||||
vcodec libx264;
|
||||
vbitrate 300;
|
||||
vfps 20;
|
||||
vwidth 768;
|
||||
vheight 320;
|
||||
vthreads 2;
|
||||
vprofile baseline;
|
||||
vpreset superfast;
|
||||
vparams {
|
||||
}
|
||||
acodec libfdk_aac;
|
||||
abitrate 45;
|
||||
asample_rate 44100;
|
||||
achannels 2;
|
||||
aparams {
|
||||
}
|
||||
output rtmp://127.0.0.1:[port]/[app]?vhost=[vhost]/[stream]_[engine];
|
||||
}
|
||||
}
|
||||
}
|
||||
# transcode all app and stream of app
|
||||
vhost app.transcode.srs.com {
|
||||
# the streaming transcode configs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue