Skip to content

Commit 35c53fb

Browse files
authored
Update README.md
1 parent 8039088 commit 35c53fb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here's an example walkthrough of how to connect an interactive surface with a br
2929

3030
## Clients
3131

32-
Python client commandline parameters:
32+
### Python commandline client parameters
3333

3434
```
3535
--fake use fake sources (desc. from -f/-s)
@@ -69,7 +69,17 @@ Can be used to give a label (e.g. "Alice" or "Bob") to the frontstream.
6969

7070
## Server
7171

72-
...
72+
```
73+
-s, --sink save all streams to MP4 file (default: False)
74+
-o OUT, --out OUT MP4 output filename (default: surfacestreams-20220327-125732.mp4)
75+
```
76+
If `-s/--sink` is given, write the combined front, surface, and audio streams to a MP4 file. Optional target filename can be set via `-o/--out`. Note that the file contains OPUS audio inside an MP4 container, which is not supported by all players. If necessary, use `scripts/playback.sh` to recode to MP3 and play all streams simultaneously in VLC.
77+
78+
```
79+
-p PORT, --port PORT server HTTPS listening port (default: 8080)
80+
-u STUN, --stun STUN STUN server (default: stun://stun.l.google.com:19302)
81+
```
82+
If you want to use a different STUN server than the default (stun://stun.l.google.com:19302), or a different listening port, specify here.
7383

7484
## Requirements
7585

0 commit comments

Comments
 (0)