1
0
Fork 0
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:
winlin 2014-05-22 17:13:57 +08:00
parent 32fc6a05c8
commit 6bc0ecece7
4 changed files with 186 additions and 149 deletions

View 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;
}
}