mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
fix: python webrtc_sendrecv.py typo
This commit is contained in:
parent
0776def18c
commit
17f84bfd81
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue