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

for #367, design the config for exec.

This commit is contained in:
winlin 2015-08-23 21:58:06 +08:00
parent cbfe438e73
commit 74d4c96423

View file

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