RTC: Fix config bug
This commit is contained in:
parent
6ce4ff56f8
commit
4c7792f0f3
|
|
@ -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 New Issue
Block a user