How to make STANAG 4609 compliant file from video and telemetry (csv, json or bin files).

In this article, I’ll show how to produce a STANAG 4609 file from a video file and telemetry without writing a single line of code... Let's assume we have a video file and some metadata and we want to combine them in a STANAG 4609 file. Our metadata is...

Inserting STANAG Klv metadata into TS stream sent over UDP.

In this article, we'll show how to get up and running quickly with a simple app that inserts ASYNC Klv or SYNC Klv data into a transport stream. We'll use KlvInjector SDK. First things first, let's create a VS project, add the references and make sure all the required dependencies...