mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support disable the NACK no-copy, enable copy by default
This commit is contained in:
parent
44aa976976
commit
c20d8fb617
7 changed files with 81 additions and 8 deletions
|
@ -578,6 +578,9 @@ vhost rtc.vhost.srs.com {
|
|||
# Whether support NACK.
|
||||
# default: on
|
||||
enabled on;
|
||||
# Whether directly use the packet, avoid copy.
|
||||
# default: off
|
||||
no_copy off;
|
||||
}
|
||||
# For TWCC.
|
||||
twcc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue