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:39] – [Sending SDI Input Video (1080i50) from Decklink with embedded Audio (2 channels) to Telematic Server] 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 HDMI Input Video (1080i50) from Decklink to Telematic Server ==== |
| - | <WRAP center round box 100%> | + | / |
| - | / | + | |
| - | </ | + | |
| - | **-t decklink: | + | **-t decklink: |
| **-c libavcodec: | **-c libavcodec: | ||
| Line 86: | Line 77: | ||
| - | ===== Receiving Video & Audio from Telematic Server and output it on Decklink with embedded Audio ===== | + | ==== Receiving Video & Audio from Telematic Server and output it on Decklink with embedded Audio ==== |
| - | <WRAP center round box 100%> | + | / |
| - | / | + | |
| - | </ | + | |
| **-d decklink: | **-d decklink: | ||
| Line 102: | Line 91: | ||
| - | ===== Twinlab Streams | + | ==== Receiving Video from Telematic Server and output it on Decklink |
| + | / | ||
| - | === Capture ZRH-PGM | + | **-d decklink: |
| - | <WRAP center round box 100%> | + | **- 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 |
| - | / | + | |
| - | </ | + | |
| - | === Capture ZRH-OV from Blackmagic Interface 1 and send it to telematic.zhdk.ch | + | **telematic.zhdk.ch |
| - | <WRAP center round box 100%> | + | ===== Testsignals ===== |
| - | / | + | |
| - | </ | + | |
| + | ==== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ==== | ||
| + | / | ||
| - | === Receive ZRH-PGM (Video & Audio) and output it on Blackmagic Interface 0 === | + | **-t testcard: |
| - | <WRAP center round box 100%> | + | **-c libavcodec:codec=MJPEG:bitrate=15MB** is compressing the stream with MJPEG limited to a bitrate of 15Mbps |
| - | / | + | |
| - | </ | + | |
| + | **-f A:mult:3** adds audio redundancy | ||
| - | === Receive ZRH-VIZ and output it on Blackmagic Interface 1 === | + | **-f V: |
| - | <WRAP center round box 100%> | + | **-s embedded --audio-codec OPUS=64000 --audio-capture-format channels=2** captures the sound (stereo 2 channels) from the embedded audio input of the decklink with the audio-code OPUS at a bitrate of 64Kbps |
| - | / | + | |
| - | </ | + | |
| - | === Receive HK-PGM (Video & Audio) and output | + | **telematic.zhdk.ch |
| - | <WRAP center round box 100%> | + | ==== Sending Testsignal Video to Telematic Server ==== |
| - | / | + | / |
| - | </ | + | |
| + | **-t testcard: | ||
| - | === Receive HK-VIZ and output it on Blackmagic Interface 3 === | + | **-c libavcodec: |
| - | <WRAP center round box 100%> | + | **-f V:rs:200:250** adds video redundancy |
| - | / | + | |
| - | </ | + | |
| + | **telematic.zhdk.ch -P 10520** is sending it to the telematic server port 10520 | ||
| - | === Preview ZRH-PGM (Video & Audio) on Display === | ||
| - | <WRAP center round box 100%> | ||
| - | / | ||
| - | </ | ||
| + | ===== Preview ===== | ||
| - | === Preview | + | ==== Preview |
| + | / | ||
| - | <WRAP center round box 100%> | + | **-d gl** passes the received video to display |
| - | / | + | |
| - | </ | + | |
| - | === Preview ZRH-VIZ on Display === | + | **-r coreaudio** passes audio to system core audio component |
| - | <WRAP center round box 100%> | + | **- t testcard: |
| - | / | + | |
| - | </ | + | |
| - | === Preview HK-PGM | + | **-s testcard –audio-codec OPUS: |
| - | <WRAP center round box 100%> | + | telematic.zhdk.ch -P 10505:10505:10506:10506 is receiving from the telematic server, the video RX:TX to port 10505 (notice: this is a UDP multi proxy stream, the receiver listens to a different port than the sender is sending), the audio RX:TX to port 10506. |
| - | / | + | |
| - | </ | + | |
| - | === Preview HK-OV on Display === | ||
| - | <WRAP center round box 100%> | + | ==== Preview Video from Telematic Server on Screen ==== |
| - | / | + | / |
| - | </ | + | |
| - | === Preview HK-VIZ on Display === | + | **-d gl** passes the received video to display |
| - | <WRAP center round box 100%> | + | **- t testcard: |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | === Generate Testsignal for ZRH-PGM (Video & Audio) and send it to telematic.zhdk.ch === | + | |
| - | + | ||
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | === Generate Testsignal for ZRH-OV | + | |
| - | + | ||
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | === Generate Testsignal | + | |
| - | + | ||
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | === Generate Testsignal for HK-PGM (Video & Audio) and send it to telematic.zhdk.ch === | + | |
| - | + | ||
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | === Generate Testsignal for HK-OV and send it to telematic.zhdk.ch === | + | |
| - | + | ||
| - | <WRAP center round box 100%> | + | |
| - | / | + | |
| - | </ | + | |
| - | + | ||
| - | === Generate Testsignal for HK-VIZ and send it to telematic.zhdk.ch === | + | |
| - | <WRAP center round box 100%> | + | **telematic.zhdk.ch -P 10515** is receiving from the telematic servers port |
| - | / | + | |
| - | </ | + | |
ultragrid.1545489584.txt.gz · Last modified: by 10.150.0.244
