KML Export
StExporter can produce a KML network link from STANAG files or live streams for Google Earth workflows.
File Source
StExporterProc.exe -i C:\Movie\StanagFile.ts -o C:\Tmp\Exporter\myLink.kml -f none -k kmlLink -v true --klvSampling 0 --licenseFile C:\MyLicense.lic --licenseKey DB738ACD-EEFD2C12-1A2236A3-C95329C1
In this example, video playback is enabled, so the KML updates at the same rate as playback rather than running as fast as possible.
Network Source
StExporterProc.exe -i udp://227.1.1.1:30120 -o C:\Tmp\Exporter\myLink.kml -f none -k kmlLink --klvSampling 0 --licenseFile C:\MyLicense.lic --licenseKey DB738ACD-EEFD2C12-1A2236A3-C95329C1
Use the KML-specific options from Getting Started to control refresh timing, asset locations, model scale, trail duration, platform type, and VMTI visibility.