Skip to content

DekTec SDI ingest

Flussonic Media Server can:

DekTec driver installation in Ubuntu

You can install the driver as provided by the DekTec SDK. Dektec Readme contain detailed information which driver should be compiled for specific card. Follow this instruction. Once the driver is installed, please restart flussonic using the command service flussonic restart.
After updating Linux kernel it might be needed to reinstall the DekTec driver.

Capturing video from DekTec SDI card

You can find serial number of Dektec SDI card in DVB cards tab in Installed boards dropdown menu or using the console utility from Dektec DtInfoCL.

To capture video from DekTec SDI card, configure the stream with the dektec://serial_number:port source.

To specify the source via the web-interface, go to Media > click the stream name > on the Input tab enter the source in the New URL field > click Save.

DekTec SDI

You can also configure the stream via the configuration file, for example:

stream example {
  input dektec://2174220025:2;
}

Capturing audio from DekTec SDI card

Flussonic Media Server captures both PCM and AC-3 (Dolby Digital) audio from DekTec SDI cards. The first two audio tracks must be PCM. If the next two audio tracks are AC-3 audio, then it will be captured too.

No additional settings required for that.