1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 15:42:07 +02:00

5 UDP ports are not enough

This commit is contained in:
Yohann D'ANELLO
2020-11-07 15:00:06 +01:00
parent 8eea7d6e4f
commit 59c47ca3e0
4 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ func New() *Config {
},
WebRTC: webrtc.Options{
Enabled: true,
MaxPortUDP: 10005,
MaxPortUDP: 11000,
MinPortUDP: 10000,
STUNServers: []string{"stun:stun.l.google.com:19302"},
},