GURU Image
 

StreamGuru





Professional MPEG & DVB Software

MPEG & DVB Analyzer commandline reference

The main executable MTSA.EXE can be launched with the following parameters for diagnostics purposes or to automate the launch of monitoring instances for specific streams. Unless noted otherwise, all parameters are case-sensitive.

MTSA.EXE /INSTALL

(re)registers the DirectShow filters that ship with the MPEG Analyzer software and optionally registers the .MPG .TS .TRP and .M2TS file extensions. Launching the software with this parameter will cause the dialog to show up that usually appears once after the software installation. Administrative privileges might be required for the registrations to succeed.

MTSA.EXE /UNINSTALL

(de)registers everything that /INSTALL has registered. Launching the software with this parameter will not show any visual feedback.

Can not be combined with other parameters.

MTSA.EXE /NAME:"My title is Stream #1"

Changes the window title (and also the name in the task bar) to "My title is Stream #1".
Can be combined with other parameters.

MTSA.EXE /IP:224.0.0.1:1234

Automatically selects the IP feed as input and skips the feed selection dialog. The example commandline starts monitoring the feed on the multicast address 224.0.0.1 port 1234. Unicast and multicast addresses can be used for this parameter. Can be combined with other parameters.

MTSA.EXE C:\demofile.ts

Automatically selects the file feed ad input and skips the feed selection dialog. The example commandline reads the file C:\demofile.ts. Paths and filenames containing spaces need to be enclosed by "" like this: MTSA.EXE "C:\Documents and Settings\DemoUser\demo file.ts". Can be combined with other parameters.

MTSA.EXE /IPI:224.0.0.2:1234

Enables the RTP stream relay for the instance being launched, sending the stream to the multicast address 224.0.0.2 port 1234 in this example. Unicast and multicast addresses can be used for this parameter. Can be combined with other parameters. This parameter only affects the launched instance and does not affect other instances launched over the normal start menu links.

MTSA.EXE /IPI:OFF

Turns off the RTP stream relay for the instance being launched. Can be combined with other parameters. This parameter only affects the launched instance and does not affect other instances launched over the normal start menu links.

MTSA.EXE /TRLOG:C:\trlog.txt

Enables a pipe for TR 101 290 log output into the specified file. Can be combined with other parameters. This parameter only affects the launched instance and does not affect other instances launched over the normal start menu links. Paths and filenames containing spaces need to be enclosed by "" like this: MTSA.EXE /TRLOG:"C:\Documents and Settings\DemoUser\trlog.txt".

MTSA.EXE /SILOG:C:\trlog.txt

Enables a pipe for the SI history log output into the specified file. Can be combined with other parameters. This parameter only affects the launched instance and does not affect other instances launched over the normal start menu links. Paths and filenames containing spaces need to be enclosed by "" like this: MTSA.EXE /SILOG:"C:\Documents and Settings\DemoUser\trlog.txt".

MTSA.EXE /HTTP:4222

Enables the integrated webserver for remote-monitoring (currently in beta-test) on TCP port 4222. This parameter only affects the launched instance and does not affect other instances launched over the normal start menu links.