mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 21:42:37 +02:00
Reduce the number of ICE servers used
This commit is contained in:
parent
eb21eb3f38
commit
92e3d1465e
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@
|
|||
// - https://webrtc.googlesource.com/src/+/master/api/peer_connection_interface.h
|
||||
|
||||
// FIXME: stun:ice.vircadia.com:7337 doesn't work for WebRTC.
|
||||
const std::list<std::string> ICE_SERVER_URIS = {
|
||||
// Firefox warns: "WebRTC: Using more than two STUN/TURN servers slows down discovery"
|
||||
const std::list<std::string> ICE_SERVER_URIS = {
|
||||
"stun:stun1.l.google.com:19302",
|
||||
"stun:stun4.l.google.com:19302",
|
||||
"stun:stun.schlund.de"
|
||||
};
|
||||
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
|
||||
|
|
Loading…
Reference in a new issue