changed configuration for mediamtx, some important fields were missing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user