mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 11:38:11 +08:00
支持rtp代理服务器
This commit is contained in:
@@ -161,6 +161,18 @@ maxRtpCount=50
|
||||
#视频mtu大小,该参数限制rtp最大字节数,推荐不要超过1400
|
||||
videoMtuSize=1400
|
||||
|
||||
[rtp_proxy]
|
||||
#udp类型的代理服务器是否检查rtp源地址,地址不配备将丢弃数据
|
||||
checkSource=1
|
||||
#导出调试数据(包括rtp/ps/h264)至该目录,置空则关闭数据导出
|
||||
dumpDir=
|
||||
#udp和tcp代理服务器,支持rtp(必须是ts或ps类型)代理
|
||||
port=10000
|
||||
#rtp如果是ts/ps类型则选择MP2P,还可以设置为MP4V-ES
|
||||
rtp_type=MP2P
|
||||
#rtp超时时间,单位秒
|
||||
timeoutSec=15
|
||||
|
||||
[rtsp]
|
||||
#rtsp专有鉴权方式是采用base64还是md5方式
|
||||
authBasic=0
|
||||
|
||||
Reference in New Issue
Block a user