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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaksym Khomenko <maksym.khomenko@skelia.partners>2023-11-04 00:24:54 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-11-04 13:19:45 +0300
commite5fd2c3568e1e66e344153b2f9c200155f20395d (patch)
treea5f5c4bee59d5375e05074a192c9f07849baf46a /docs
parent5371eb52adea01b2bcd697fefe3e7487d72eaa85 (diff)
webrtcsrc: add turn-servers property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1380>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 558c387e..6cdfe0b2 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6513,17 +6513,28 @@
"writable": true
},
"stun-server": {
- "blurb": "NULL",
+ "blurb": "The STUN server of the form stun://host:port",
"conditionally-available": false,
"construct": false,
"construct-only": false,
"controllable": false,
"default": "stun://stun.l.google.com:19302",
- "mutable": "null",
+ "mutable": "ready",
"readable": true,
"type": "gchararray",
"writable": true
},
+ "turn-servers": {
+ "blurb": "The TURN servers of the form <\"turn(s)://username:password@host:port\", \"turn(s)://username1:password1@host1:port1\">",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "mutable": "ready",
+ "readable": true,
+ "type": "GstValueArray",
+ "writable": true
+ },
"video-codecs": {
"blurb": "Names of video codecs to be be used during the SDP negotiation. Valid values: [VP8, H264, VP9, H265]",
"conditionally-available": false,