mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:40:20 +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
|
// - https://webrtc.googlesource.com/src/+/master/api/peer_connection_interface.h
|
||||||
|
|
||||||
// FIXME: stun:ice.vircadia.com:7337 doesn't work for WebRTC.
|
// 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:stun1.l.google.com:19302",
|
||||||
"stun:stun4.l.google.com:19302",
|
|
||||||
"stun:stun.schlund.de"
|
"stun:stun.schlund.de"
|
||||||
};
|
};
|
||||||
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
|
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
|
||||||
|
|
Loading…
Reference in a new issue