Merge remote-tracking branch 'upstream/master' into master

This commit is contained in:
monktan
2020-10-09 19:20:12 +08:00
4 changed files with 118 additions and 89 deletions

View File

@@ -175,12 +175,8 @@ sslport=19350
#音频mtu大小该参数限制rtp最大字节数推荐不要超过1400
#加大该值会明显增加直播延时
audioMtuSize=600
#如果rtp的序列号连续clearCount次有序那么rtp将不再排序(目的减少rtp排序导致的延时)
clearCount=10
#rtp时间戳回环时间单位毫秒
cycleMS=46800000
#rtp排序map缓存大小加大该值可能会增大延时但是rtp乱序问题会减小
maxRtpCount=50
#视频mtu大小该参数限制rtp最大字节数推荐不要超过1400
videoMtuSize=1400