add srt config for lantency multiplier

This commit is contained in:
xiongguangjie
2022-06-06 19:55:47 +08:00
parent 9f357c24b8
commit 83d75c9a72
5 changed files with 16 additions and 5 deletions

View File

@@ -291,6 +291,9 @@ timeoutSec=5
#该端口是多线程的,同时支持客户端网络切换导致的连接迁移
port=9000
#srt 协议中延迟缓存的估算参数在握手阶段估算rtt ,然后lantencyMul*rtt 为最大缓存时长,此参数越大,表示等待重传的时长就越大
lantencyMul=4
[rtsp]
#rtsp专有鉴权方式是采用base64还是md5方式