mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1592, support ff_log_level and default to warning
This commit is contained in:
parent
2fa151726b
commit
c50c51889a
7 changed files with 46 additions and 11 deletions
|
@ -783,6 +783,8 @@ public:
|
|||
// The ffmpeg log dir.
|
||||
// @remark, /dev/null to disable it.
|
||||
virtual std::string get_ff_log_dir();
|
||||
// The ffmpeg log level.
|
||||
virtual std::string get_ff_log_level();
|
||||
// The MPEG-DASH section.
|
||||
private:
|
||||
virtual SrsConfDirective* get_dash(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue