Pushing streams to DekTec SDI¶
Flussonic Media Server not only captures streams but also passes them to a DekTec SDI or HDMI card.
You can find serial number of Dektec SDI card in DVB cards
tab in Installed boards
dropdown menu.
To enable pushing set the parameter push dektec://serial_number:port
:
stream test {
input udp://239.0.0.1:1234;
push dektec://2174220025:2 video_format=pal;
}
Flussonic decodes a stream and passes it to the specified DekTec device. If necessary, you can use deinterlace=true
to eliminate interlacing.