winlin

fix the example dvr config file error

@@ -7,7 +7,7 @@ max_connections 1000; @@ -7,7 +7,7 @@ max_connections 1000;
7 vhost __defaultVhost__ { 7 vhost __defaultVhost__ {
8 dvr { 8 dvr {
9 enabled on; 9 enabled on;
10 - dvr_path dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv; 10 + dvr_path ./objs/nginx/html/[app]/[stream].[timestamp].flv;
11 dvr_plan session; 11 dvr_plan session;
12 } 12 }
13 } 13 }