ultragrid
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ultragrid [2018/12/22 15:55] – [Receiving Video from Telematic Server and output it on Decklink] 10.150.0.244 | ultragrid [2019/03/06 14:25] (current) – mfroehli | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== UltraGrid ====== | ====== UltraGrid ====== | ||
| + | ===== Spout/ | ||
| - | ===== Sending Spout from Windows to Telematic Server | + | ==== Sending Spout from Windows to Telematic Server ==== |
| - | <WRAP center round box 100%> | + | |
| - | " | + | |
| - | </ | + | |
| **-t spout: | **-t spout: | ||
| Line 14: | Line 13: | ||
| **telematic.zhdk.ch -P 10300** sets the address and the port to send to. | **telematic.zhdk.ch -P 10300** sets the address and the port to send to. | ||
| - | ===== Sending Syphon from OSX to Telematic Server | + | ==== Sending Syphon from OSX to Telematic Server ==== |
| - | <WRAP center round box 100%> | + | |
| - | ./uv -t syphon: | + | |
| - | </ | + | |
| **-t syphon: | **-t syphon: | ||
| Line 28: | Line 25: | ||
| **-4** forces ultragrid to use IP4 | **-4** forces ultragrid to use IP4 | ||
| - | ===== Receiving Spout on Windows from Telematic Server | + | ==== Receiving Spout on Windows from Telematic Server ==== |
| - | <WRAP center round box 100%> | + | |
| - | " | + | |
| - | </ | + | |
| **-d gl: | **-d gl: | ||
| Line 40: | Line 35: | ||
| **telematic.zhdk.ch -P 10300** sets the address and the port to listen to. | **telematic.zhdk.ch -P 10300** sets the address and the port to listen to. | ||
| - | ===== Receiving Syphon on OSX from Telematic Server | + | ==== Receiving Syphon on OSX from Telematic Server ==== |
| - | <WRAP center round box 100%> | + | |
| - | ./uv --d gl: | + | |
| - | </ | + | |
| **-d gl: | **-d gl: | ||
| Line 54: | Line 47: | ||
| **-4** forces ultragrid to use IP4 | **-4** forces ultragrid to use IP4 | ||
| - | ===== Sending SDI Input Video (1080i50) from Decklink | + | ===== Blackmagic |
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | **-t decklink: | + | ==== Sending SDI Input Video (1080i50) from Decklink with embedded Audio (2 channels) to Telematic Server ==== |
| + | / | ||
| + | |||
| + | **-t decklink: | ||
| **-c libavcodec: | **-c libavcodec: | ||
| Line 72: | Line 65: | ||
| + | ==== Sending HDMI Input Video (1080i50) from Decklink to Telematic Server ==== | ||
| + | / | ||
| - | ===== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ===== | + | **-t decklink:1:Hi50:UYVY:connection=HDMI** captures from the second (id 1) attached decklink device |
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | **-t testcard: | + | |
| **-c libavcodec: | **-c libavcodec: | ||
| - | |||
| - | **-f A:mult:3** adds audio redundancy | ||
| **-f V: | **-f V: | ||
| - | **-s embedded --audio-codec OPUS=64000 --audio-capture-format channels=2** captures | + | **telematic.zhdk.ch |
| - | **telematic.zhdk.ch -P 10500: | ||
| + | ==== Receiving Video & Audio from Telematic Server and output it on Decklink with embedded Audio ==== | ||
| + | / | ||
| - | ===== Sending Testsignal Video to Telematic Server ===== | + | **-d decklink:0:Use1080pNotPsF=false** passes the received video stream to the decklink device (i.e. Blackmagic Ultrastudio Express) and output 25p as 25PsF (Progressive Segmented Frames) |
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | **-t testcard: | + | **-r embedded** includes the received audio stream |
| - | **-c libavcodec:codec=MJPEG:bitrate=15MB** is compressing | + | **- t testcard:10:10:1:uyvy** will send a testcard image of the size 10x10 pixel with 1fps and encoded in the colorspace uyvy to the server. this is not intended for the sender, but to keep the UDP-connection open from the telematic server. |
| - | **-f V:rs:200:250** adds video redundancy | + | **-s testcard --audio-codec OPUS:bitrate=1024** will send a testtone the server at a very low bitrate (1024bps). this is not intended for the sender, but to keep the UDP-connection open from the telematic server. |
| - | **telematic.zhdk.ch -P 10520** is sending it to the telematic server port 10520 | + | **telematic.zhdk.ch -P 10505: |
| - | ===== Sending HDMI Input Video (1080i50) from Decklink to Telematic Server ===== | ||
| - | <WRAP center round box 100%> | ||
| - | / | ||
| - | </ | ||
| - | **-t decklink:1:Hi50:UYVY:connection=HDMI** captures from the second | + | ==== Receiving Video from Telematic Server and output it on Decklink ==== |
| + | / | ||
| + | |||
| + | **-d decklink:2:Use1080pNotPsF=false** passes | ||
| + | |||
| + | **- t testcard: | ||
| + | |||
| + | **telematic.zhdk.ch -P 10555** is receiving from the telematic servers port | ||
| + | |||
| + | ===== Testsignals ===== | ||
| + | |||
| + | ==== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ==== | ||
| + | / | ||
| + | |||
| + | **-t testcard: | ||
| **-c libavcodec: | **-c libavcodec: | ||
| + | |||
| + | **-f A:mult:3** adds audio redundancy | ||
| **-f V: | **-f V: | ||
| - | **telematic.zhdk.ch | + | **-s embedded --audio-codec OPUS=64000 --audio-capture-format channels=2** captures |
| + | **telematic.zhdk.ch -P 10500: | ||
| - | ===== Receiving | + | ==== Sending Testsignal |
| - | <WRAP center round box 100%> | + | / |
| - | / | + | |
| - | </ | + | |
| - | **-d decklink:0:Use1080pNotPsF=false** passes the received video stream to the decklink device (i.e. Blackmagic Ultrastudio Express) and output 25p as 25PsF (Progressive Segmented Frames) | + | **-t testcard:1920:1080: |
| - | **-r embedded** includes | + | **-c libavcodec: |
| - | **- t testcard:10:10:1:uyvy** will send a testcard image of the size 10x10 pixel with 1fps and encoded in the colorspace uyvy to the server. this is not intended for the sender, but to keep the UDP-connection open from the telematic server. | + | **-f V:rs:200:250** adds video redundancy |
| - | **-s testcard --audio-codec OPUS: | + | **telematic.zhdk.ch |
| - | **telematic.zhdk.ch -P 10505: | ||
| + | ===== Preview ===== | ||
| - | ===== Receiving | + | ==== Preview |
| - | <WRAP center round box 100%> | + | / |
| - | / | + | |
| - | </ | + | |
| - | **-d decklink: | + | **-d gl** passes the received video to display |
| + | |||
| + | **-r coreaudio** passes audio to system core audio component | ||
| **- t testcard: | **- t testcard: | ||
| - | **telematic.zhdk.ch | + | **-s testcard –audio-codec OPUS: |
| + | telematic.zhdk.ch -P 10505: | ||
| - | ===== Preview Video from Telematic Server on Screen ===== | + | |
| - | <WRAP center round box 100%> | + | ==== Preview Video from Telematic Server on Screen ==== |
| - | / | + | / |
| - | </ | + | |
| **-d gl** passes the received video to display | **-d gl** passes the received video to display | ||
| Line 157: | Line 154: | ||
| **telematic.zhdk.ch -P 10515** is receiving from the telematic servers port | **telematic.zhdk.ch -P 10515** is receiving from the telematic servers port | ||
| - | |||
ultragrid.1545490512.txt.gz · Last modified: by 10.150.0.244
