mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
update stun servers and stuff
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user