mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-24 18:08:15 +00:00
webrtc: Fix paths in README
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1387>
This commit is contained in:
parent
2aacc74a44
commit
ecabf02b1b
1 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ cargo build
|
||||||
Open three terminals. In the first, run:
|
Open three terminals. In the first, run:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
|
cd signalling
|
||||||
WEBRTCSINK_SIGNALLING_SERVER_LOG=debug cargo run --bin gst-webrtc-signalling-server
|
WEBRTCSINK_SIGNALLING_SERVER_LOG=debug cargo run --bin gst-webrtc-signalling-server
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -89,7 +90,7 @@ python3 -m http.server -d www/
|
||||||
In the third, run:
|
In the third, run:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
export GST_PLUGIN_PATH=$PWD/target/debug:$GST_PLUGIN_PATH
|
export GST_PLUGIN_PATH=<path-to-gst-plugins-rs>/target/debug:$GST_PLUGIN_PATH
|
||||||
gst-launch-1.0 webrtcsink name=ws videotestsrc ! ws. audiotestsrc ! ws.
|
gst-launch-1.0 webrtcsink name=ws videotestsrc ! ws. audiotestsrc ! ws.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue