mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
Correct signalling usage instructions
This commit is contained in:
parent
1958814680
commit
37e8853041
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@ Read Protocol.md
|
|||
In three separate tabs, run consecutively:
|
||||
|
||||
```console
|
||||
$ ./generate_certs.sh
|
||||
$ ./generate_cert.sh
|
||||
$ ./simple-server.py
|
||||
```
|
||||
|
||||
```console
|
||||
$ ./client.py
|
||||
$ ./session-client.py
|
||||
Our uid is 'ws-test-client-8f63b9'
|
||||
```
|
||||
|
||||
```console
|
||||
$ ./client.py --call ws-test-client-8f63b9
|
||||
$ ./session-client.py --call ws-test-client-8f63b9
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue