From 1fe9f918a907193e84e16de1c4c2d51c2f25c5ec Mon Sep 17 00:00:00 2001 From: liusuyi <1951119284@qq.com> Date: 星期四, 11 七月 2024 22:45:52 +0800 Subject: [PATCH] 测试页兼容流媒体1.8.4 --- 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..81ca38d 100644 --- a/server/mediamtx/mediamtx.yml +++ b/server/mediamtx/mediamtx.yml @@ -229,13 +229,13 @@ # 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. -webrtcICEUDPMuxAddress: +webrtcICEUDPMuxAddress: :8189 # Address of a ICE TCP listener in format host:port. # If filled, ICE traffic will pass through a single TCP port, # 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: ############################################### # Global settings -> SRT -- Gitblit v1.9.3