User Tools

Site Tools


ultragrid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ultragrid [2019/03/06 14:21] mfroehliultragrid [2019/03/06 14:25] (current) mfroehli
Line 15: Line 15:
 ==== Sending Syphon from OSX to Telematic Server ==== ==== Sending Syphon from OSX to Telematic Server ====
  
-<WRAP center round box 100%> +  ./uv -t syphon:name=Jitter:app=Max:override_fps=60 -c libavcodec:codec=MJPEG telematic.zhdk.ch -P 10300 -4
-./uv -t syphon:name=Jitter:app=Max:override_fps=60 -c libavcodec:codec=MJPEG telematic.zhdk.ch -P 10300 -4 +
-</WRAP>+
  
 **-t syphon:name=Jitter:app=Max:override_fps=25** is capturing a specific (server=jitter, app=max) syphon stream. **-t syphon:name=Jitter:app=Max:override_fps=25** is capturing a specific (server=jitter, app=max) syphon stream.
Line 29: Line 27:
 ==== Receiving Spout on Windows from Telematic Server ==== ==== Receiving Spout on Windows from Telematic Server ====
  
-<WRAP center round box 100%> +  "C:\Program Files\UltraGrid\1.5\uv" -d gl:spout=SpoutRX0 -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10300
-"C:\Program Files\UltraGrid\1.5\uv" -d gl:spout=SpoutRX0 -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10300 +
-</WRAP>+
  
 **-d gl:spout=SpoutRX0** will pass the received texture to a openGL window and send it out as a Spout-Stream with the name 'SpoutRX0' **-d gl:spout=SpoutRX0** will pass the received texture to a openGL window and send it out as a Spout-Stream with the name 'SpoutRX0'
Line 41: Line 37:
 ==== Receiving Syphon on OSX from Telematic Server ==== ==== Receiving Syphon on OSX from Telematic Server ====
  
-<WRAP center round box 100%> +  ./uv --d gl:syphon=SyphonRX0 -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10300 -4
-./uv --d gl:syphon=SyphonRX0 -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10300 -4 +
-</WRAP>+
  
 **-d gl:syphon=SyphonRX0** will pass the received texture to a openGL window and send it out as a Syphon-Stream with the name 'SyphonRX0' **-d gl:syphon=SyphonRX0** will pass the received texture to a openGL window and send it out as a Syphon-Stream with the name 'SyphonRX0'
Line 56: Line 50:
  
 ==== Sending SDI Input Video (1080i50) from Decklink with embedded Audio (2 channels) to Telematic Server ==== ==== Sending SDI Input Video (1080i50) from Decklink with embedded Audio (2 channels) to Telematic Server ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t decklink:0:Hi50:UYVY:connection=SDI -c libavcodec:codec=MJPEG:bitrate=15MB -f A:mult:3 -f V:rs:200:250 -s embedded --audio-codec OPUS:bitrate=64000 --audio-capture-format channels=2 telematic.zhdk.ch -P 10500:10500:10501:10501
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t decklink:0:Hi50:UYVY:connection=SDI -c libavcodec:codec=MJPEG:bitrate=15MB -f A:mult:3 -f V:rs:200:250 -s embedded --audio-codec OPUS:bitrate=64000 --audio-capture-format channels=2 telematic.zhdk.ch -P 10500:10500:10501:10501 +
-</WRAP>+
  
 **-t decklink:0:Hi50:UYVY:connection=SDI** captures from the first (id 0) attached decklink device (i.e. BlackMagic UltraStudio Express) and the SDI input with 50 Interlaced in UYUV colorspace **-t decklink:0:Hi50:UYVY:connection=SDI** captures from the first (id 0) attached decklink device (i.e. BlackMagic UltraStudio Express) and the SDI input with 50 Interlaced in UYUV colorspace
Line 74: Line 66:
  
 ==== 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%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t decklink:1:Hi50:UYVY:connection=HDMI -c libavcodec:codec=MJPEG:bitrate=15MB -f V:rs:200:250 telematic.zhdk.ch -P 10510
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t decklink:1:Hi50:UYVY:connection=HDMI -c libavcodec:codec=MJPEG:bitrate=15MB -f V:rs:200:250 telematic.zhdk.ch -P 10510 +
-</WRAP>+
  
 **-t decklink:1:Hi50:UYVY:connection=HDMI** captures from the second (id 1) attached decklink device (i.e. BlackMagic UltraStudio Express) and the HDMI input with 50 Interlaced in UYUV colorspace **-t decklink:1:Hi50:UYVY:connection=HDMI** captures from the second (id 1) attached decklink device (i.e. BlackMagic UltraStudio Express) and the HDMI input with 50 Interlaced in UYUV colorspace
Line 88: Line 78:
  
 ==== 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%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d decklink:0:Use1080pNotPsF=false -r embedded -t testcard:10:10:1:uyvy -s testcard --audio-codec OPUS:bitrate=1024  telematic.zhdk.ch -P 10505:10505:10506:10506
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d decklink:0:Use1080pNotPsF=false -r embedded -t testcard:10:10:1:uyvy -s testcard --audio-codec OPUS:bitrate=1024  telematic.zhdk.ch -P 10505:10505:10506:10506 +
-</WRAP>+
  
 **-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) **-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)
Line 104: Line 92:
  
 ==== Receiving Video from Telematic Server and output it on Decklink ==== ==== Receiving Video from Telematic Server and output it on Decklink ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d decklink:2:Use1080pNotPsF=false -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10555
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d decklink:2:Use1080pNotPsF=false -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10555 +
-</WRAP>+
  
 **-d decklink:2:Use1080pNotPsF=false** passes the received video stream to the third (id 2) decklink device (i.e. Blackmagic Ultrastudio Express) and output 25p as 25PsF (Progressive Segmented Frames) **-d decklink:2:Use1080pNotPsF=false** passes the received video stream to the third (id 2) decklink device (i.e. Blackmagic Ultrastudio Express) and output 25p as 25PsF (Progressive Segmented Frames)
Line 117: Line 103:
  
 ==== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ==== ==== Sending Testsignal Video (1080i50) & Audio (2 channels) to Telematic Server ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t testcard:1920:1080:50i:UYVY -c libavcodec:codec=MJPEG :bitrate=15MB -f A:mult:3 -f V:rs:200:250 -s testcard --audio-codec OPUS:bitrate=64000 --audio-capture-format channels=2 telematic.zhdk.ch -P 10500:10500:10501:10501
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t testcard:1920:1080:50i:UYVY -c libavcodec:codec=MJPEG :bitrate=15MB -f A:mult:3 -f V:rs:200:250 -s testcard --audio-codec OPUS:bitrate=64000 --audio-capture-format channels=2 telematic.zhdk.ch -P 10500:10500:10501:10501 +
-</WRAP>+
  
 **-t testcard:1920:1080:50i:UYVY** sends testcard as 1080i50 (interlaced 50 fps) signal in UYUV colorspace **-t testcard:1920:1080:50i:UYVY** sends testcard as 1080i50 (interlaced 50 fps) signal in UYUV colorspace
Line 134: Line 118:
  
 ==== Sending Testsignal Video to Telematic Server ==== ==== Sending Testsignal Video to Telematic Server ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t testcard:1920:1080:25p:UYVY -c libavcodec:codec=MJPEG:bitrate=15MB -f V:rs:200:250 telematic.zhdk.ch -P 10520
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -t testcard:1920:1080:25p:UYVY -c libavcodec:codec=MJPEG:bitrate=15MB -f V:rs:200:250 telematic.zhdk.ch -P 10520 +
-</WRAP>+
  
 **-t testcard:1920:1080:25p:UYVY** sends testcard as 1080p25 (progressive 25fps) signal in UYUV colorspace **-t testcard:1920:1080:25p:UYVY** sends testcard as 1080p25 (progressive 25fps) signal in UYUV colorspace
Line 151: Line 133:
  
 ==== Preview Video & Audio from Telematic Server on Screen ==== ==== Preview Video & Audio from Telematic Server on Screen ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d gl -r coreaudio -t testcard:10:10:1:uyvy -s testcard --audio-codec OPUS:bitrate=1024  telematic.zhdk.ch -P 10505:10505:10506:10506
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d gl -r coreaudio -t testcard:10:10:1:uyvy -s testcard --audio-codec OPUS:bitrate=1024  telematic.zhdk.ch -P 10505:10505:10506:10506 +
-</WRAP>+
  
 **-d gl** passes the received video to display **-d gl** passes the received video to display
Line 167: Line 147:
  
 ==== Preview Video from Telematic Server on Screen ==== ==== Preview Video from Telematic Server on Screen ====
-<WRAP center round box 100%> +  /Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d gl -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10515
-/Applications/UltraGrid\ GUI.app/Contents/MacOS/uv -d gl -t testcard:10:10:1:uyvy telematic.zhdk.ch -P 10515 +
-</WRAP>+
  
 **-d gl** passes the received video to display **-d gl** passes the received video to display
ultragrid.1551878512.txt.gz · Last modified: 2019/03/06 14:21 by mfroehli