From e5360ff43159ee4b70e875f1786a4ca32968385b Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 13 Dec 2022 12:47:26 +0100 Subject: [PATCH] webrtc/README: update command to run the signalling server Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/277 Part-of: --- net/webrtc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/webrtc/README.md b/net/webrtc/README.md index 24f76a10..a8bedb57 100644 --- a/net/webrtc/README.md +++ b/net/webrtc/README.md @@ -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: