1) In order to configure a DekTec DVB type card, we must first install the DtInfo tool and open it, first screen will look similar to this:
2) From this screen we can take important information that will be used for the configuration (eg: Bus and Slot), clicking on the Change
Will provide us with Port options (if there's more then one) and their configuration. The most important part is the "Port 1 - Demodulator"
which will tell us the frequency and if we have a signal Lock
3) After we have all the information we need, we use Notepad++ (or standard Notepad) to edit the ActControl.cfg Configuration file, and enable the line
always::ActDekTecUtil.exe with the appropriate configuration that we took on Step #1 and #2 from DtInto, such as the following:
- -device = specifiy the model of the DekTec card being used
- -mode = the type of input, in this case DVBT (other options can be ASI for other models)
- -pcibus / -slot = If there are multiple cards in the system, this will enable the tool to know which card is being configured and used
- -frequency = this is required to set the card to the channels, if there are multiple cards/ports, you'd need a new line with different frequency for each
- -ipsteam = provide the local TS that the Recorder will need to connect to for scanning for channels.
- -con = amount of times a Recorder will be able to connect to the same stream, no need for more then 2 if "ipstream" is configured as MultiCast
- -port = If the card has multiple Ports, then you need to specify which one is being used for the configuration
4) After everything has been configured, make sure you start the ActControl service so the DekTec will be active for scanning.
Now, open SystemConfig tool, and select the channel that requires configuration:
5) Click on "Change Source", select "IP TS/UDP", type the "Multicast Address" that was written in ActControl
and select UDP and the Local Address that will be used, then click on "Check TS" to start scanning. If all is
configured correctly, you should see the available "Transport Stream Programs" and select the channel.
Related Articles
GraphStudio: Blackmagic - Port Configuration
GraphStudioNext Follow steps #1 to #7 to configure BlackMagic Decklink Video ports, you may need to repeat steps #4 to #6 in order to find the correct settings of the input. The card input configuration MUST match the actual feed. Note: Make sure the ...
ActTS - Channel Configuration
ActTS tool allows the system to Capture Transport Stream (.ts) sources directly without encoding involved, preserving all the source quality and information. In order to do this, we need to edit two configuration files: ActControl.cfg - This will ...
TSDuck - MPEG Transport Stream Toolkit
TSDuck is an extensible toolkit for MPEG/DVB transport streams. TSDuck is used in digital television systems for test, monitoring, integration, debug, lab, demo. This toolkit contains many variables, here we will currently focus on HLS streams ...
Export Menu Doesn't Appear
When selecting to "Edit Clip" to create a Project, the Export resource menu does not appear This can be caused when the channel configuration does not match the Database configuration (eg: Bitrate / Resolution are different) To verify this, open the ...
ActTS - Automatic Uploading of EPG/Guide
Step 1: SystemConfig - Creating the TS Go to the C:\Actus\Bin folder and run the SystemConfig tool If your system has an active license of Transport Stream, then you will have that section appearing in the left panel SystemConfig - TS ...