mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #1594, detect and disable daemon for docker. 3.0.127
This commit is contained in:
parent
c1e07d6a96
commit
ed41ca867b
6 changed files with 69 additions and 4 deletions
|
@ -476,6 +476,8 @@ public:
|
|||
virtual srs_utime_t get_grace_final_wait();
|
||||
// Whether force to gracefully quit, never fast quit.
|
||||
virtual bool is_force_grace_quit();
|
||||
// Whether disable daemon for docker.
|
||||
virtual bool disable_daemon_for_docker();
|
||||
// stream_caster section
|
||||
public:
|
||||
// Get all stream_caster in config file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue