update stun servers and stuff

This commit is contained in:
legop3
2025-11-18 18:33:40 -05:00
parent bc3d216915
commit b4171eddc1
2 changed files with 18 additions and 4 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
## server -> client comms
- need to throttle sensor sending, maybe only send one in every 5 packets.
- need to throttle sensor sending, maybe only send one in every 5 packets.
## 3d models for camera:
- https://www.thingiverse.com/thing:2873677
- https://www.printables.com/model/356894-raspberry-camera-module-with-automatic-ir-cut-swit
- https://www.thingiverse.com/thing:4514531
+12 -3
View File
@@ -15,9 +15,18 @@ hls: no
webrtc: yes
webrtcLocalUDPAddress: :8189
webrtcLocalTCPAddress: :8189
webrtcAdditionalHosts: []
webrtcICEServers2: []
webrtcAdditionalHosts: ['rover.otter.land', '192.168.0.100']
webrtcICEServers2:
# Google public STUN (world-wide, very commonly used)
- url: stun:stun.l.google.com:19302
- url: stun:stun1.l.google.com:19302
- url: stun:stun2.l.google.com:19302
- url: stun:stun3.l.google.com:19302
- url: stun:stun4.l.google.com:19302
# Cloudflare STUN (anycast, global PoPs)
- url: stun:stun.cloudflare.com:3478
srt: yes
srtAddress: :9000
@@ -30,7 +39,7 @@ authHTTPExclude:
- action: pprof
paths:
all:
~^video/.+:
source: publisher
sourceOnDemand: no
# webrtcMaxPlayoutDelay: 0