mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
RTC: Fix config bug
This commit is contained in:
parent
6ce4ff56f8
commit
4c7792f0f3
1 changed files with 2 additions and 1 deletions
|
@ -3785,7 +3785,8 @@ srs_error_t SrsConfig::check_normal_config()
|
|||
&& n != "play" && n != "publish" && n != "cluster"
|
||||
&& n != "security" && n != "http_remux" && n != "dash"
|
||||
&& n != "http_static" && n != "hds" && n != "exec"
|
||||
&& n != "in_ack_size" && n != "out_ack_size" && n != "rtc" && n != "nack") {
|
||||
&& n != "in_ack_size" && n != "out_ack_size" && n != "rtc" && n != "nack"
|
||||
&& n != "twcc") {
|
||||
return srs_error_new(ERROR_SYSTEM_CONFIG_INVALID, "illegal vhost.%s", n.c_str());
|
||||
}
|
||||
// for each sub directives of vhost.
|
||||
|
|
Loading…
Reference in a new issue