summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Cole <coreyleoc@gmail.com>2020-06-05 16:19:12 -0700
committerMatthew Waters <matthew@centricular.com>2020-06-18 23:34:48 +1000
commit17f84bfd81ada54d77509f0fe24a4587331308c4 (patch)
treef7ae5f7159dbe2e936c3611d235b7f4cbd35076b
parent0776def18cf80317bb6864d69b3cfdc88bd723c8 (diff)
fix: python webrtc_sendrecv.py typo
-rw-r--r--webrtc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/README.md b/webrtc/README.md
index 09000ba..59bec73 100644
--- a/webrtc/README.md
+++ b/webrtc/README.md
@@ -78,7 +78,7 @@ $ gcc webrtc-sendrecv.c $(pkg-config --cflags --libs gstreamer-webrtc-1.0 gstrea
#### Running the Python version
* python3 -m pip install --user websockets
-* run `python3 sendrecv/gst/webrtc-sendrecv.py ID` with the `id` from the browser. You will see state changes and an SDP exchange.
+* run `python3 sendrecv/gst/webrtc_sendrecv.py ID` with the `id` from the browser. You will see state changes and an SDP exchange.
> The python version requires at least version 1.14.2 of gstreamer and its plugins.