From dba91bcecaed129a8d80542a6fb11af6f658a0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Page?= Date: Wed, 12 Apr 2023 20:19:22 +0200 Subject: [PATCH] webrtc: fix documentation after signaller interface changes Part-of: --- net/webrtc/README.md | 2 +- net/webrtc/gstwebrtc-api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/webrtc/README.md b/net/webrtc/README.md index e14b8202..1a7ddc12 100644 --- a/net/webrtc/README.md +++ b/net/webrtc/README.md @@ -132,7 +132,7 @@ can be accessed through the `gst::ChildProxy` interface, for example with gst-launch: ``` shell -gst-launch-1.0 webrtcsink signaller::address="ws://127.0.0.1:8443" .. +gst-launch-1.0 webrtcsink signaller::uri="ws://127.0.0.1:8443" .. ``` ### Enable 'navigation' a.k.a user interactivity with the content diff --git a/net/webrtc/gstwebrtc-api/README.md b/net/webrtc/gstwebrtc-api/README.md index 26174f1a..0fa9b520 100644 --- a/net/webrtc/gstwebrtc-api/README.md +++ b/net/webrtc/gstwebrtc-api/README.md @@ -130,7 +130,7 @@ $ gst-launch-1.0 videotestsrc ! agingtv ! webrtcsink meta="meta,name=native-stre By default *webrtcsink* element uses *ws://127.0.0.1:8443* for the signalling server address, so there is no need for more arguments. If you're hosting the signalling server elsewhere, you can specify its address by adding -`signaller::address="ws[s]://[signalling server]"` to the list of *webrtcsink* properties. +`signaller::uri="ws[s]://[signalling server]"` to the list of *webrtcsink* properties. Once the GStreamer pipeline launched, you will see the registration of a new producer in the logs of the signalling server and a new remote stream, with the name *native-stream*, will appear on the webpage.