Nack相关参数可配置化 (#3510 #3507)

This commit is contained in:
gongluck
2024-05-12 18:15:11 +08:00
committed by GitHub
parent bbdbd6a3e0
commit 5df2b80757
4 changed files with 76 additions and 23 deletions

View File

@@ -367,6 +367,24 @@ start_bitrate=0
max_bitrate=0
min_bitrate=0
#nack接收端
#Nack缓存包最早时间间隔
maxNackMS=5000
#Nack包检查间隔(包数量)
rtpCacheCheckInterval=100
#nack发送端
#最大保留的rtp丢包状态个数
nackMaxSize=2048
#rtp丢包状态最长保留时间
nackMaxMS=3000
#nack最多请求重传次数
nackMaxCount=15
#nack重传频率rtt的倍数
nackIntervalRatio=1.0
#nack包中rtp个数减小此值可以让nack包响应更灵敏
nackRtpSize=8
[srt]
#srt播放推流、播放超时时间,单位秒
timeoutSec=5