mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parse ffmpeg params
This commit is contained in:
parent
ce15f4bce3
commit
80a81b1661
12 changed files with 704 additions and 18 deletions
|
@ -45,6 +45,7 @@ vhost all.transcode.vhost.com {
|
|||
transcode {
|
||||
# whether the transcode enabled.
|
||||
# if off, donot transcode.
|
||||
# default: off.
|
||||
enabled on;
|
||||
# the ffmpeg
|
||||
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
|
||||
|
@ -53,6 +54,7 @@ vhost all.transcode.vhost.com {
|
|||
# the transcode set name(ie. hd) is optional and not used.
|
||||
engine super{
|
||||
# whether the engine is enabled
|
||||
# default: off.
|
||||
enabled on;
|
||||
# video encoder name
|
||||
vcodec libx264;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue