1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix #222, the dvr path rule changed.

This commit is contained in:
winlin 2015-03-23 22:06:18 +08:00
parent 02addf61f7
commit fcab17741c
4 changed files with 7 additions and 7 deletions

View file

@ -326,8 +326,8 @@ vhost dvr.srs.com {
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_DVR#custom-path
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_EN_DVR#custom-path
# segment,session apply it.
# default: ./objs/nginx/html
dvr_path ./objs/nginx/html;
# default: ./objs/nginx/html/[app]/[stream].[timestamp].flv
dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv;
# the duration for dvr file, reap if exeed, in seconds.
# segment apply it.
# session,append ignore.