Skip to content

Syphon, Spout and NDI

Martin Pulec edited this page Oct 22, 2018 · 14 revisions

Syphon

Server

Syphon support is added to UltraGrid OpenGL display. You can run it with following command:

uv -d gl:syphon

Alternatively, you can specify server name (instead of default UltraGrid):

uv -d gl:syphon=<another_name>

Client

Syphon clinet can be simply run as a normal capturer:

uv -t syphon -c <compression> <receiver_addr>

Spout

Currently there is only Spout server support.

Server

Use following command to create Spout sender:

uv -d gl:spout

Similarly to Syphon, you can specify server name:

uv -d gl:spout=<name>

Clone this wiki locally