1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

fix the example dvr config file error

This commit is contained in:
winlin 2017-01-29 17:15:17 +08:00
parent 954bb186c1
commit a37a14377a

View file

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