1
0
Fork 0
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:
winlin 2015-09-09 21:46:29 +08:00
parent c8466c36bd
commit 8107e5f9a6
5 changed files with 65 additions and 11 deletions

View file

@ -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();