add srt recv and send packet buf size

This commit is contained in:
xiongguangjie
2022-06-11 22:51:11 +08:00
parent f8373302d0
commit 4b9f789c79
5 changed files with 15 additions and 2 deletions

View File

@@ -294,6 +294,9 @@ port=9000
#srt 协议中延迟缓存的估算参数在握手阶段估算rtt ,然后latencyMul*rtt 为最大缓存时长,此参数越大,表示等待重传的时长就越大
latencyMul=4
#包缓存的大小
pktBufSize=8192
[rtsp]
#rtsp专有鉴权方式是采用base64还是md5方式