summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Kreymer <ikreymer@gmail.com>2019-08-15 08:25:26 -0700
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-03-01 14:42:17 +0000
commit92626535c7136725dfab0857d6c3900e041084b7 (patch)
tree380b15119cdcb0621137cde75c6ad3d943558675 /docs
parent3a3965e5cfe138400a709ab7936659520209fc63 (diff)
downloadgstreamer-plugins-bad-92626535c7136725dfab0857d6c3900e041084b7.tar.gz
webrtc ice: Add 'min/max-rtp-port' props for setting RTP port range
default min port == 0, max port == 65535 -- if min port == 0, uses existing random port selection (range ignored) add 'gathering_started' flag to avoid changing ports after gathering has started validity checks: min port <= max port enforced, error thrown otherwise include tests to ensure port range is being utilized (by @hhardy) Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/119>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index fd4f6d031..ff2af7934 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -225773,6 +225773,34 @@
"readable": true,
"type": "gboolean",
"writable": true
+ },
+ "max-rtp-port": {
+ "blurb": "Maximum port for local rtp port range. max-rtp-port must be >= min-rtp-port",
+ "conditionally-available": false,
+ "construct": true,
+ "construct-only": false,
+ "controllable": false,
+ "default": "65535",
+ "max": "65535",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "guint",
+ "writable": true
+ },
+ "min-rtp-port": {
+ "blurb": "Minimum port for local rtp port range. min-rtp-port must be <= max-rtp-port",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "0",
+ "max": "65535",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "guint",
+ "writable": true
}
},
"signals": {