STANAG Exporter  Version 1.10.2
Exporting klv packets as RAW (binary) buffer.

File Target

To save KLV packets as RAW (binary) files you should run the utility with -k or –klvCaptureFormat flag adding rawPckt option.

StExporterProc.exe -i C:\Movie\StanagFile.ts -o C:\Movie\frames -k rawPckt

The above command will read a file "C:\Movie\StanagFile.ts" and save every KLV packet as a bin file with the following naming convention - frame_[Frame number]_klv_[Packet Number]-[KLV Pid Number].bin (for example frame_1_klv_1-0X1E2.bin) where 1 is the corresponding frame / packet number and 0X1E2 is a KLV Pid.

If more than one KLV Pid is present in the stream, the packets will be named accordingly.

You can enable video preview by adding -v flag.

UDP Target

It is possible to set a UDP target instead of saving packets to the disk.

StExporterProc.exe -i udp://227.1.1.1:30120 -o udp://127.0.0.1:1234 -k rawPckt

Please note that packets from all Klv Pids will be sent to the same destination.

Live view and capture with KlvInpspector

You can use KlvInspector for Live View and RAW packet stream capture.

KlvInspectorLive.png
Figure 1. KlvInspector Live View
Untitled 1




 Copyright 2023,    IMPLEOTV SYSTEMS LTD