From ad0fe7b09a70b3ff60cdae4c767b4ecd61745021 Mon Sep 17 00:00:00 2001 From: tdv Date: Tue, 28 Oct 2025 16:54:08 +0200 Subject: [PATCH] changed configuration for mediamtx, some important fields were missing --- mediamtx/mediamtx.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mediamtx/mediamtx.yml b/mediamtx/mediamtx.yml index d60343e..85b0357 100644 --- a/mediamtx/mediamtx.yml +++ b/mediamtx/mediamtx.yml @@ -1,4 +1,6 @@ -logLevel: info +# logLevel: info + +logLevel: debug # Enable Control API (useful for debugging; bound to localhost by default) api: yes @@ -16,8 +18,12 @@ hlsVariant: lowLatency # WebRTC (browser-friendly) webrtc: yes webrtcAddress: :8889 -whip: yes +# whip: yes webrtcLocalUDPAddress: :8189 +webrtcIPsFromInterfaces: yes +webrtcIPsFromInterfacesList: [] +webrtcAdditionalHosts: + - 192.168.205.130 # Optional: add a STUN server if behind NAT # webrtcICEServers2: # - url: stun:stun.l.google.com:19302