webrtc: Fix paths in README

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1387>
This commit is contained in:
Piotr Brzeziński 2023-09-29 17:03:21 +02:00 committed by Sebastian Dröge
parent 2aacc74a44
commit ecabf02b1b

View file

@ -77,6 +77,7 @@ cargo build
Open three terminals. In the first, run:
``` shell
cd signalling
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:
``` 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.
```