1
0
Fork 0
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:
winlin 2013-11-30 21:02:21 +08:00
parent ce15f4bce3
commit 80a81b1661
12 changed files with 704 additions and 18 deletions

View file

@ -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;