From 74d4c964239ab07ba337cb931f37f799cfbc3fee Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 23 Aug 2015 21:58:06 +0800 Subject: [PATCH] for #367, design the config for exec. --- trunk/conf/full.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index f538e4522..fb45016f7 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -935,7 +935,7 @@ vhost exec.srs.com { # other variables for exec only: # [url] the rtmp url which trigger the publish. # @remark empty to ignore this exec. - publish ./objs/ffmpeg/bin/ffmpeg -f flv -i [url] -vcodec copy -acodec copy -f flv ./[stream].flv; + publish ./objs/ffmpeg/bin/ffmpeg -f flv -i [url] -c copy -y ./[stream].flv; } }