From a37a14377a9a38e245aed16d7a651217249c0baf Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 29 Jan 2017 17:15:17 +0800 Subject: [PATCH] fix the example dvr config file error --- trunk/conf/dvr.session.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/conf/dvr.session.conf b/trunk/conf/dvr.session.conf index dff8648ca..a7e0ae052 100644 --- a/trunk/conf/dvr.session.conf +++ b/trunk/conf/dvr.session.conf @@ -7,7 +7,7 @@ max_connections 1000; vhost __defaultVhost__ { dvr { enabled on; - dvr_path dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv; + dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv; dvr_plan session; } }