From 197a596d8787eaab061190dc66977e33b6bcee96 Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期三, 06 九月 2023 14:27:00 +0800
Subject: [PATCH] 优化电子围栏报警触发条件

---
 lib/mediamtx/mediamtx.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/mediamtx/mediamtx.yml b/lib/mediamtx/mediamtx.yml
index 9598640..4be3390 100644
--- a/lib/mediamtx/mediamtx.yml
+++ b/lib/mediamtx/mediamtx.yml
@@ -207,7 +207,7 @@
   # 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. stun:stun.l.google.com:19302
-- url: 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