mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, raw api support set the ff_log_dir
This commit is contained in:
parent
c8466c36bd
commit
8107e5f9a6
5 changed files with 65 additions and 11 deletions
|
@ -345,6 +345,10 @@ public:
|
|||
* raw set the global chunk size.
|
||||
*/
|
||||
virtual int raw_set_chunk_size(std::string chunk_size, bool& applied);
|
||||
/**
|
||||
* raw set the global ffmpeg log dir.
|
||||
*/
|
||||
virtual int raw_set_ff_log_dir(std::string ff_log_dir, bool& applied);
|
||||
private:
|
||||
virtual int do_reload_listen();
|
||||
virtual int do_reload_pid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue