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