mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
change ffmpeg log to ./objs
This commit is contained in:
parent
ca02cfe1bf
commit
3a26b23fba
3 changed files with 4 additions and 4 deletions
|
@ -19,8 +19,8 @@ pid ./objs/srs.pid;
|
|||
chunk_size 60000;
|
||||
# the logs dir.
|
||||
# if enabled ffmpeg, each stracoding stream will create a log file.
|
||||
# default: ./objs/logs
|
||||
ff_log_dir ./objs/logs;
|
||||
# default: ./objs
|
||||
ff_log_dir ./objs;
|
||||
# the log tank, console or file.
|
||||
# if console, print log to console.
|
||||
# if file, write log to file. requires srs_log_file if log to file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue