STANAG Exporter
Version 1.10.2
|
To save KLV packets as one json file containing packets array you should run the utility with -k or –klvCaptureFormat flag adding jsonFile option.
The above command will read a file "C:\Movie\StanagFile.ts" and save every KLV packet as a json entry in array of packets with the following naming convention - klvs_[KLV Pid Number].json (for example klvs_0X1E2.json) where 0X1E2 is a KLV Pid.
If more than one KLV Pid present in the stream, there will be a corresponding number of files.
When exporting to json file, In addition to the decoded packets, their numbers along with a corresponding frame number and decoded Klv time will be added:
You can enable video preview by adding -v flag.
In order to capture Klv packets from UDP network stream, specify the url as input.
StExporterProc.exe -i udp://227.1.1.1:30120 -o C:\Movie\frames -k jsonFile