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
|
@ -223,6 +223,12 @@ vhost atc.srs.com {
|
|||
#
|
||||
# default: off
|
||||
atc on;
|
||||
# whether enable the auto atc,
|
||||
# if enabled, detect the bravo_atc="true" in onMetaData packet,
|
||||
# set atc to on if matched.
|
||||
# always ignore the onMetaData if atc_auto is off.
|
||||
# default: on
|
||||
atc_auto on;
|
||||
}
|
||||
|
||||
# vhost for bandwidth check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue