webrtc/README: update command to run the signalling server

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/277

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1012>
This commit is contained in:
Mathieu Duponchelle 2022-12-13 12:47:26 +01:00
parent 3f904553ea
commit e5360ff431

View file

@ -77,7 +77,7 @@ cargo build
Open three terminals. In the first, run:
``` shell
WEBRTCSINK_SIGNALLING_SERVER_LOG=debug cargo run --bin server
WEBRTCSINK_SIGNALLING_SERVER_LOG=debug cargo run --bin gst-webrtc-signalling-server
```
In the second, run: