update dvr config comments

pull/133/head
winlin 11 years ago
parent 67ddc9f5ae
commit 03af43017d

@ -94,9 +94,8 @@ vhost __defaultVhost__ {
# vhost for dvr # vhost for dvr
vhost dvr.srs.com { vhost dvr.srs.com {
# dvr RTMP stream to file, # dvr RTMP stream to file,
# when encoder(FMLE/ffmpeg/flash) start to publish, # start to record to file when encoder publish,
# start the dvr and record RTMP to file(flv). # reap flv according by specified dvr_plan.
# stop record when encoder stop to publish.
dvr { dvr {
# whether enabled dvr features # whether enabled dvr features
# default: off # default: off
@ -115,7 +114,7 @@ vhost dvr.srs.com {
dvr_path ./objs/nginx/html; dvr_path ./objs/nginx/html;
# the dvr plan. canbe: # the dvr plan. canbe:
# session reap flv when session end(unpublish). # session reap flv when session end(unpublish).
# segment reap flv when flv duration exceed the specified duration. # segment reap flv when flv duration exceed the specified dvr_duration.
# default: session # default: session
dvr_plan session; dvr_plan session;
# the param for plan(segment), in seconds. # the param for plan(segment), in seconds.

Loading…
Cancel
Save