mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
fix the example dvr config file error
This commit is contained in:
parent
954bb186c1
commit
a37a14377a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ max_connections 1000;
|
||||||
vhost __defaultVhost__ {
|
vhost __defaultVhost__ {
|
||||||
dvr {
|
dvr {
|
||||||
enabled on;
|
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;
|
dvr_plan session;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue