Skip to content
Snippets Groups Projects
Verified Commit ce61e939 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Zmena mista nahravani

parent 298ecdce
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ rtmp { ...@@ -26,7 +26,7 @@ rtmp {
recorder all { recorder all {
record all manual; record all manual;
record_suffix -%y%m%d-%h%m%s.flv; record_suffix -%y%m%d-%h%m%s.flv;
record_path /tmp; record_path /records;
record_unique on; record_unique on;
record_max_size 4000m; record_max_size 4000m;
} }
...@@ -34,7 +34,7 @@ rtmp { ...@@ -34,7 +34,7 @@ rtmp {
recorder audio { recorder audio {
record audio manual; record audio manual;
record_suffix -%y%m%d-%h%m%s.audio.flv; record_suffix -%y%m%d-%h%m%s.audio.flv;
record_path /tmp; record_path /records;
record_unique on; record_unique on;
record_max_size 500m; record_max_size 500m;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment