From 1f71a273c29432665a93507211e9168e51ac4d3f Mon Sep 17 00:00:00 2001 From: zhangnaisong <2434969829@qq.com> Date: 星期三, 29 五月 2024 13:59:10 +0800 Subject: [PATCH] 光电查询加入自定义权限修改提交 --- server/mediamtx/mediamtx.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mediamtx/mediamtx.yml b/server/mediamtx/mediamtx.yml index 0d0358e..cbe09e8 100644 --- a/server/mediamtx/mediamtx.yml +++ b/server/mediamtx/mediamtx.yml @@ -225,7 +225,7 @@ webrtcICEInterfaces: [] # List of public IP addresses that are to be used as a host. # This is used typically for servers that are behind 1:1 D-NAT. -webrtcICEHostNAT1To1IPs: [192.168.1.227] +webrtcICEHostNAT1To1IPs: [] # Address of a ICE UDP listener in format host:port. # If filled, ICE traffic will pass through a single UDP port, # allowing the deployment of the server inside a container or behind a NAT. @@ -235,7 +235,7 @@ # allowing the deployment of the server inside a container or behind a NAT. # Using this setting forces usage of the TCP protocol, which is not # optimal for WebRTC. -webrtcICETCPMuxAddress: 192.168.1.227:1234 +webrtcICETCPMuxAddress: 192.168.1.227:19302 ############################################### # Global settings -> SRT -- Gitblit v1.9.3