1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add todo for ffmpeg

This commit is contained in:
winlin 2013-12-03 00:26:40 +08:00
parent 5afe746e69
commit 464d78b762
2 changed files with 6 additions and 3 deletions

View file

@ -72,19 +72,18 @@ vhost __defaultVhost__ {
vhost dev {
enabled on;
gop_cache on;
hls off;
hls on;
hls_path ./objs/nginx/html;
hls_fragment 5;
hls_window 30;
#forward 127.0.0.1:19350;
#forward 127.0.0.1:1936;
transcode {
enabled on;
enabled off;
ffmpeg ./objs/ffmpeg/bin/ffmpeg;
engine dev {
enabled on;
vfilter {
t 10;
}
vcodec libx264;
vbitrate 300;