mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add atc_auto to disable or enable auto detect atc
This commit is contained in:
parent
30bb3ff704
commit
fc501b050b
5 changed files with 31 additions and 6 deletions
|
@ -180,6 +180,7 @@ public:
|
|||
virtual SrsConfDirective* get_vhost_on_dvr_hss_reap_flv(std::string vhost);
|
||||
virtual bool get_gop_cache(std::string vhost);
|
||||
virtual bool get_atc(std::string vhost);
|
||||
virtual bool get_atc_auto(std::string vhost);
|
||||
virtual double get_queue_length(std::string vhost);
|
||||
virtual SrsConfDirective* get_forward(std::string vhost);
|
||||
virtual SrsConfDirective* get_refer(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue