mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor code for merge_nalus and gso
This commit is contained in:
parent
048301d9eb
commit
4400896395
5 changed files with 149 additions and 33 deletions
|
@ -435,6 +435,13 @@ rtc_server {
|
|||
# and net.core.rmem_default or just increase this to get larger UDP recv and send buffer.
|
||||
# default: 4
|
||||
reuseport 4;
|
||||
# Whether merge multiple NALUs into one.
|
||||
# @see https://github.com/ossrs/srs/issues/307#issuecomment-612806318
|
||||
# default: off
|
||||
merge_nalus off;
|
||||
# Whether enable GSO to send out RTP packets.
|
||||
# default: off
|
||||
gso off;
|
||||
}
|
||||
|
||||
vhost rtc.vhost.srs.com {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue