Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2023-06-08 02:50:59 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2023-06-08 14:24:45 +0300
commitde0f7a08fe0cd1aca8ecb12ec2315d5f04373e57 (patch)
tree0497f423dd7b4a1b0a98b58cbeb4b53d86aad2c8 /net
parentcd4b90fef418e716da0a450b7a6b2126f6da3b20 (diff)
gstwebrtc-api: fix firefox errors about more than two stun servers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1236>
Diffstat (limited to 'net')
-rw-r--r--net/webrtc/gstwebrtc-api/src/config.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/webrtc/gstwebrtc-api/src/config.js b/net/webrtc/gstwebrtc-api/src/config.js
index 5335ea458..4b4d77af7 100644
--- a/net/webrtc/gstwebrtc-api/src/config.js
+++ b/net/webrtc/gstwebrtc-api/src/config.js
@@ -40,10 +40,7 @@ const defaultConfig = Object.freeze({
{
urls: [
"stun:stun.l.google.com:19302",
- "stun:stun1.l.google.com:19302",
- "stun:stun2.l.google.com:19302",
- "stun:stun3.l.google.com:19302",
- "stun:stun4.l.google.com:19302"
+ "stun:stun1.l.google.com:19302"
]
}
]