12 lines
326 B
Bash
Executable File
12 lines
326 B
Bash
Executable File
GST_DEBUG=2 \
|
|
gst-launch-1.0 \
|
|
decklinkvideosrc \
|
|
device-number=1 \
|
|
connection=1 \
|
|
mode=auto \
|
|
drop-no-signal-frames=true \
|
|
! nvvideoconvert \
|
|
! video/x-raw,format=I420,width=1920,height=1080,framerate=60/1 \
|
|
! rtpvrawpay \
|
|
! udpsink host=239.239.239.3 port=8889 auto-multicast=true sync=false async=false qos=false
|