mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
update dvr config comments
This commit is contained in:
parent
67ddc9f5ae
commit
03af43017d
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue