mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #459, dvr support apply filter for ng-control dvr module.
This commit is contained in:
parent
8f9cfcdcf4
commit
2a1b2b69a0
13 changed files with 273 additions and 98 deletions
|
@ -1063,6 +1063,13 @@ vhost dvr.srs.com {
|
|||
# whether enabled dvr features
|
||||
# default: off
|
||||
enabled on;
|
||||
# the filter for dvr to aplly to.
|
||||
# all, dvr all streams of all apps.
|
||||
# <app>/<stream>, apply to specified stream of app.
|
||||
# for example, to dvr the following two streams:
|
||||
# live/stream1 live/stream2
|
||||
# default: all
|
||||
dvr_apply all;
|
||||
# the dvr plan. canbe:
|
||||
# session reap flv when session end(unpublish).
|
||||
# segment reap flv when flv duration exceed the specified dvr_duration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue