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

For #307, support linux GSO for RTC

This commit is contained in:
winlin 2020-04-13 23:40:30 +08:00
parent b1438bf52c
commit 3b7240b8e0
4 changed files with 193 additions and 7 deletions

View file

@ -440,6 +440,7 @@ rtc_server {
# default: on
merge_nalus on;
# Whether enable GSO to send out RTP packets.
# @remark Linux only, for other OS always disabled.
# default: off
gso off;
}