Skip to content

Commit f40f242

Browse files
committed
Merge branch 'main' of github.com:floe/surfacestreams
2 parents d65a0ba + def06e6 commit f40f242

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ If you want to use a different STUN server than the default (stun://stun.l.googl
6767
```
6868
Can be used to give a label (e.g. "Alice" or "Bob") to the frontstream.
6969

70+
```
71+
--persp PERSPECTIVE perspective transformation
72+
```
73+
Can be used to "outsource" the perspective transformation of the surface feed to the server. PERSPECTIVE needs to be a transformation matrix as nine comma-separated float values in row-major order. Note: when your perspective transform happens to start with a minus, the argument parser gets confused. Use it with an explicit equals sign as in `--persp="-1,0,0,1,0,0,0,0,1"`.
74+
7075
## Server
7176

7277
```
@@ -92,7 +97,8 @@ If you want to use a different STUN server than the default (stun://stun.l.googl
9297
* HTML5 client
9398
* Chrome 92 - 102
9499
* Firefox 94 - 96
95-
* Firefox 78 ESR (Note: remember to enable OpenH264 plugin in `about:plugins`)
100+
* Safari 15 - 16
101+
* Firefox 78 ESR, 102 ESR (Note: remember to enable OpenH264 plugin in `about:plugins`)
96102
* Chromium (Note: remember to install `chromium-codecs-ffmpeg-extra`, see [issue #8](https://github.com/floe/surfacestreams/issues/8))
97103

98104
## Known issues

0 commit comments

Comments
 (0)