diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 4f61eaa77..002b441de 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -94,9 +94,8 @@ vhost __defaultVhost__ { # vhost for dvr vhost dvr.srs.com { # dvr RTMP stream to file, - # when encoder(FMLE/ffmpeg/flash) start to publish, - # start the dvr and record RTMP to file(flv). - # stop record when encoder stop to publish. + # start to record to file when encoder publish, + # reap flv according by specified dvr_plan. dvr { # whether enabled dvr features # default: off @@ -115,7 +114,7 @@ vhost dvr.srs.com { dvr_path ./objs/nginx/html; # the dvr plan. canbe: # 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 dvr_plan session; # the param for plan(segment), in seconds.