Questions tagged [stanag]
4 questions
4
votes
3 answers
Four integers in four bytes?
I wonder if I could ask for some advice regarding some work I'm currently doing.
I am working from a STANAG document which quotes the following:
ID numbers shall be formed as 4-byte numbers. The first (most significant) byte shall be the standard…

Myn
- 691
- 4
- 9
- 19
3
votes
1 answer
Understanding stanag 4609 klv format
I am trying to parse a stanag 4609 klv stream from external camera.
For beginning, I am trying to figure the altitude value received in stream.
By stanag 4609 documentation, the value is 2 - bytes long, in feet, represented as float.
I know that…

Joel
- 41
- 6
1
vote
0 answers
Mux KLV STANAG data into MPEG-TS stream in Python
I have some MPEGTS video streams and i need to mux KLV metadata into these. KLV data may e in a .pcap format or any another binary format. Any ideas about how can i perform this using some Python library?

carraro
- 162
- 10
0
votes
1 answer
Demux video and KLV data from MPEG-TS stream, in sync
I need to demux the video frames and KLV data from an MPEG-TS stream in sync, frame-by-frame.
The following command to demux the KLV data and outputs a text file with the KLV data.
gst-launch-1.0 filesrc location="some_file.ts" ! tsdemux name=demux…

9friday
- 1
- 1
- 3