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/docs
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2023-06-21 22:54:00 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-07-06 00:43:17 +0300
commit793ee66afafba50548ced32f5138d917a07afe31 (patch)
treeacf186801ce8c1d5528126eb341de340ff98f4b4 /docs
parentde6abf1439d234db1bcf893d0e054ab0664a7a7d (diff)
webrtcsink: Add LiveKit WebRTC sink and signaller
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1262>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 096232e48..77f4e1180 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -6118,6 +6118,37 @@
},
"rank": "none"
},
+ "livekitwebrtcsink": {
+ "author": "Olivier CrĂȘte <olivier.crete@collabora.com>",
+ "description": "WebRTC sink with LiveKit signaller",
+ "hierarchy": [
+ "GstLiveKitWebRTCSink",
+ "GstBaseWebRTCSink",
+ "GstBin",
+ "GstElement",
+ "GstObject",
+ "GInitiallyUnowned",
+ "GObject"
+ ],
+ "interfaces": [
+ "GstChildProxy",
+ "GstNavigation"
+ ],
+ "klass": "Sink/Network/WebRTC",
+ "pad-templates": {
+ "audio_%%u": {
+ "caps": "audio/x-raw:\naudio/x-opus:\n",
+ "direction": "sink",
+ "presence": "request"
+ },
+ "video_%%u": {
+ "caps": "video/x-raw:\n\nvideo/x-raw(memory:CUDAMemory):\n\nvideo/x-raw(memory:GLMemory):\n\nvideo/x-raw(memory:NVMM):\nvideo/x-vp8:\nvideo/x-h264:\nvideo/x-vp9:\nvideo/x-h265:\n",
+ "direction": "sink",
+ "presence": "request"
+ }
+ },
+ "rank": "none"
+ },
"webrtcsink": {
"author": "Mathieu Duponchelle <mathieu@centricular.com>",
"description": "WebRTC sink with custom protocol signaller",