mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add dvr, http heartbeat conf sample
This commit is contained in:
parent
32fc6a05c8
commit
6bc0ecece7
4 changed files with 186 additions and 149 deletions
13
trunk/conf/dvr.segment.conf
Normal file
13
trunk/conf/dvr.segment.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# the config for srs to dvr in segment mode
|
||||
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/DVR
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
dvr {
|
||||
enabled on;
|
||||
dvr_path ./objs/nginx/html;
|
||||
dvr_plan segment;
|
||||
dvr_duration 30;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue