From 1025124051633ed086e1a53d8a2f01a7e6f833d2 Mon Sep 17 00:00:00 2001 From: aijinhui <aijinhui> Date: 星期四, 07 九月 2023 16:50:21 +0800 Subject: [PATCH] 设备健康接口 --- lib/mediamtx/mediamtx.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mediamtx/mediamtx.yml b/lib/mediamtx/mediamtx.yml index 50ec5fa..4be3390 100644 --- a/lib/mediamtx/mediamtx.yml +++ b/lib/mediamtx/mediamtx.yml @@ -206,8 +206,8 @@ # STUN servers are used to obtain the public IP of server and clients. They are # needed when server and clients are on different LANs. # TURN/TURNS servers are needed when a direct connection between server and - # clients is not possible. All traffic is routed through them. -- url: stun:stun.l.google.com:19302 + # clients is not possible. All traffic is routed through them. stun:stun.l.google.com:19302 +- url: stun:192.168.1.15:3478 # if user is "AUTH_SECRET", then authentication is secret based. # the secret must be inserted into the password field. username: '' -- Gitblit v1.9.3