mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-10 19:25:26 +00:00
webrtc: fix documentation after signaller interface changes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1175>
This commit is contained in:
parent
8f2273328b
commit
dba91bceca
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue