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:
parent
954bb186c1
commit
a37a14377a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue