changed configuration for mediamtx, some important fields were missing

This commit is contained in:
tdv
2025-10-28 16:54:08 +02:00
parent 6d2719faeb
commit ad0fe7b09a

View File

@@ -1,4 +1,6 @@
logLevel: info # logLevel: info
logLevel: debug
# Enable Control API (useful for debugging; bound to localhost by default) # Enable Control API (useful for debugging; bound to localhost by default)
api: yes api: yes
@@ -16,8 +18,12 @@ hlsVariant: lowLatency
# WebRTC (browser-friendly) # WebRTC (browser-friendly)
webrtc: yes webrtc: yes
webrtcAddress: :8889 webrtcAddress: :8889
whip: yes # whip: yes
webrtcLocalUDPAddress: :8189 webrtcLocalUDPAddress: :8189
webrtcIPsFromInterfaces: yes
webrtcIPsFromInterfacesList: []
webrtcAdditionalHosts:
- 192.168.205.130
# Optional: add a STUN server if behind NAT # Optional: add a STUN server if behind NAT
# webrtcICEServers2: # webrtcICEServers2:
# - url: stun:stun.l.google.com:19302 # - url: stun:stun.l.google.com:19302