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:51] – [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 ==== |
+ | / | ||
- | **-c libavcodec:codec=MJPEG:bitrate=15MB** is compressing the stream with MJPEG limited to a bitrate of 15Mbps | + | **-t decklink:0:Hi50:UYVY:connection=SDI** captures |
- | + | ||
- | **-f A:mult:3** adds audio redundancy | + | |
- | + | ||
- | **-f V: | + | |
- | + | ||
- | **-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 | + | |
- | + | ||
- | **telematic.zhdk.ch -P 10500: | + | |
- | + | ||
- | + | ||
- | + | ||
- | ===== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ===== | + | |
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | **-t testcard: | + | |
**-c libavcodec: | **-c libavcodec: | ||
Line 91: | Line 65: | ||
- | ===== Sending | + | ==== Sending |
- | <WRAP center round box 100%> | + | / |
- | / | + | |
- | </ | + | |
- | **-t testcard: | + | **-t decklink: |
- | + | ||
- | **-c libavcodec: | + | |
- | + | ||
- | **-f V: | + | |
- | + | ||
- | **telematic.zhdk.ch -P 10520** is sending it to the telematic server port 10520 | + | |
- | + | ||
- | ===== Sending HDMI Input Video (1080i50) from Decklink to Telematic Server ===== | + | |
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | **-t decklink: | + | |
**-c libavcodec: | **-c libavcodec: | ||
Line 118: | 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 134: | Line 91: | ||
+ | ==== Receiving Video from Telematic Server and output it on Decklink ==== | ||
+ | / | ||
- | ===== Receiving Video from Telematic Server and output it on Decklink ===== | + | **-d decklink:2: |
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | **-d decklink:0: | + | |
**- t testcard: | **- t testcard: | ||
Line 146: | Line 100: | ||
**telematic.zhdk.ch -P 10555** is receiving from the telematic servers port | **telematic.zhdk.ch -P 10555** is receiving from the telematic servers port | ||
+ | ===== Testsignals ===== | ||
- | ===== Preview | + | ==== Sending Testsignal |
- | <WRAP center round box 100%> | + | / |
- | / | + | |
- | </ | + | |
- | **-d gl** passes the received video to display | + | **-t testcard: |
- | **- 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. | + | **-c libavcodec:codec=MJPEG:bitrate=15MB** is compressing |
- | **telematic.zhdk.ch | + | **-f A:mult:3** adds audio redundancy |
- | ===== Twinlab Streams ===== | + | **-f V: |
- | === Capture ZRH-PGM (Video & Audio) from Blackmagic Interface 0 and send it to telematic.zhdk.ch === | + | **-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 |
- | <WRAP center round box 100%> | + | **telematic.zhdk.ch -P 10500:10500:10501:10501** is sending it to the telematic server, set the video RX:TX to ports to 10500 and the audio RX:TX ports to 10501. |
- | / | + | |
- | </ | + | |
- | === Capture ZRH-OV from Blackmagic Interface 1 and send it to telematic.zhdk.ch | + | ==== Sending Testsignal Video to Telematic Server ==== |
+ | / | ||
- | <WRAP center round box 100%> | + | **-t testcard:1920:1080:25p:UYVY** sends testcard as 1080p25 (progressive 25fps) signal in UYUV colorspace |
- | / | + | |
- | </ | + | |
+ | **-c libavcodec: | ||
- | === Receive ZRH-PGM (Video & Audio) and output it on Blackmagic Interface 0 === | + | **-f V: |
- | <WRAP center round box 100%> | + | **telematic.zhdk.ch -P 10520** is sending it to the telematic server port 10520 |
- | / | + | |
- | </ | + | |
- | === Receive ZRH-VIZ and output it on Blackmagic Interface 1 === | ||
- | <WRAP center round box 100%> | + | ===== Preview ===== |
- | / | + | |
- | </ | + | |
- | === Receive HK-PGM (Video & Audio) and output it on Blackmagic Interface 2 === | + | ==== Preview |
+ | / | ||
- | <WRAP center round box 100%> | + | **-d gl** passes the received video to display |
- | / | + | |
- | </ | + | |
+ | **-r coreaudio** passes audio to system core audio component | ||
- | === Receive HK-VIZ and output it on Blackmagic Interface 3 === | + | **- t testcard: |
- | <WRAP center round box 100%> | + | **-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 |
- | / | + | |
- | </ | + | |
+ | telematic.zhdk.ch -P 10505: | ||
- | === Preview ZRH-PGM (Video & Audio) on Display === | ||
- | <WRAP center round box 100%> | + | ==== Preview Video from Telematic Server on Screen ==== |
- | / | + | / |
- | </ | + | |
+ | **-d gl** passes the received video to display | ||
- | === Preview ZRH-OV on Display === | + | **- t testcard: |
- | <WRAP center round box 100%> | + | **telematic.zhdk.ch -P 10515** is receiving from the telematic |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Preview ZRH-VIZ on Display === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Preview HK-PGM (Video & Audio) on Display === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Preview HK-OV on Display === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Preview HK-VIZ on Display === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | === Generate Testsignal for ZRH-PGM (Video & Audio) and send it to telematic.zhdk.ch === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Generate Testsignal for ZRH-OV and send it to telematic.zhdk.ch === | + | |
- | + | ||
- | <WRAP center round box 100%> | + | |
- | / | + | |
- | </ | + | |
- | + | ||
- | === Generate Testsignal for ZRH-VIZ and send it to telematic.zhdk.ch === | + | |
- | + | ||
- | <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%> | + | |
- | / | + | |
- | </ | + |
ultragrid.1545490294.txt.gz · Last modified: 2018/12/22 15:51 by 10.150.0.244