fix: python webrtc_sendrecv.py typo

This commit is contained in:
Corey Cole 2020-06-05 16:19:12 -07:00 committed by Matthew Waters
parent 0776def18c
commit 17f84bfd81

View file

@ -78,7 +78,7 @@ $ gcc webrtc-sendrecv.c $(pkg-config --cflags --libs gstreamer-webrtc-1.0 gstrea
#### Running the Python version #### Running the Python version
* python3 -m pip install --user websockets * 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. > The python version requires at least version 1.14.2 of gstreamer and its plugins.