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:
parent
32c5b6fbce
commit
f86706e0a2
1 changed files with 6 additions and 0 deletions
|
@ -510,6 +510,12 @@ vhost rtc.vhost.srs.com {
|
||||||
# default: on
|
# default: on
|
||||||
enabled on;
|
enabled on;
|
||||||
}
|
}
|
||||||
|
# For TWCC.
|
||||||
|
twcc {
|
||||||
|
# Whether support TWCC.
|
||||||
|
# default: on
|
||||||
|
enabled on;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue