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

For #307, support merge multiple slices/NALUs to one NALU/RTP/FUA

This commit is contained in:
winlin 2020-04-13 19:23:17 +08:00
parent 5d23bb6a8a
commit 96059e0d42
7 changed files with 230 additions and 13 deletions

View file

@ -437,8 +437,8 @@ rtc_server {
reuseport 4;
# Whether merge multiple NALUs into one.
# @see https://github.com/ossrs/srs/issues/307#issuecomment-612806318
# default: off
merge_nalus off;
# default: on
merge_nalus on;
# Whether enable GSO to send out RTP packets.
# default: off
gso off;