1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Add config for twcc

This commit is contained in:
winlin 2020-06-02 14:38:14 +08:00
parent 32c5b6fbce
commit f86706e0a2

View file

@ -510,6 +510,12 @@ vhost rtc.vhost.srs.com {
# default: on
enabled on;
}
# For TWCC.
twcc {
# Whether support TWCC.
# default: on
enabled on;
}
}
#############################################################################################