for #367, design the config for exec.

pull/556/head
winlin 10 years ago
parent cbfe438e73
commit 74d4c96423

@ -935,7 +935,7 @@ vhost exec.srs.com {
# other variables for exec only: # other variables for exec only:
# [url] the rtmp url which trigger the publish. # [url] the rtmp url which trigger the publish.
# @remark empty to ignore this exec. # @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;
} }
} }

Loading…
Cancel
Save