It would be required to trigger the DVBAnalyzer software via Dataminer.
It is possible to start the DVBAnalyzer with command line parameters (please see below). This can be used to automatically start analyzing on a specific input. Can the Generic Powershell connector control the DVBControl DVBAnalyzer software in this way?
Supported commandos:
-device [File|UDP]
UDP:
Parameters:
-adapterindex (Network Adapter Index)
-bindaddress
-bindport
-igmpaddress (optional)
-igmpport (optional)
Example UDP Input:
dvbcontrol.exe -device UDP -adapterindex 2 -bindaddress=239.10.20.30 -bindport 2000
File:
Parameters:
-filename
-looped (optional)
-fixedbitrate (optional)
Example File Input:
-device File -filename E:\Test.ts -looped 1 -fixedbitate 1000000
Hi Jordy,
The 'Generic PowerShell' connector can be used to execute powershell commands in the DMA where the element is running and remotely. Another option is to execute this powershell command through an automation script.
Hope it helps.