STANAG Player  Version 1.11.8
Stream Analyzer

Stream Analyzer

StPlayer comes with (an optional) Stream Analyzer tool. It is useful for Video / Klv analysis, and interoperability testing, to quickly identify impairments and artifacts.

StreamAnalyzerControl.png
Stream Analyzer control

Video Dts Interval

Video Dts Interval chart shows the DTS time difference between the successive video packets.

For example, here is a chart that represents a perfect stream with 3600 units (40 ms, 25 fps) DTS delta.

VideoDtsInterval.png
Video Dts Interval

If there is a problem with DTS timestamps, you'll see it immediately. The chart below shows a problematic video clip where DTS timestamps have some substantial discrepancies.

VideoDtsIntervalError.png
Video Dts Interval Error
Note
A negative value (Non-monotonous DTS) in this chart is a serious error (of course, if the discontinuity flag is not set just before the packet or you have recorded looped video) as DTS timestamps must be continues.

Video Pts Interval

Video Pts Interval chart shows the PTS time difference between successive video packets.

It is very similar to the DTS chart, but if you have B frames in your stream, the negative values are perfectly Ok (because of the frame reordering).

VideoPtsInterval.png
Video Pts Interval

Data Pts Interval

Data Pts Interval chart shows the PTS time difference between successive data / klv packets (from the same pid).

DataPacketsPtsDelta.png
Data Pts Interval
Note
Please note that if you have an ASYNC Klv (or other private data with no PTS) there will be no PTS information available.

Stream Pie

The Stream Pie chart shows the distribution of the elementary streams found in the TS.

StreamPie.png
Stream Pie

Stream Bitrate

The Stream Bitrate chart shows the stream bitrate measured using PCR timestamps found in the TS.

Here is an example of the CBR file.

StreamBitrateCbr.png
Stream Bitrate CBR

And that's how it looks for VBR.

StreamBitrateVbr.png
Stream Bitrate VBR

If there are PCR discontinuities in the stream, they will be shown, as depicted below.

StreamPcrDiscontinuity.png
PCR discontinuity

Video, Private Data and Klv packets

This chart demonstrates in a couple of ways how video, private data and Klv packets are multiplexed into the STANAG stream

First of all, we can evaluate how data packets are inserted into the stream (with relation to the video frames) by their byte offset (position)

VideoDataPacketsPos.png
Video / Data Packets - position

The tooltip on a packet will provide the following information:

  • id - packet number
  • pos - packet position (offset in bytes)
  • time - packet time (from PTS values)
  • delta - delta (in sec) between this and a previous packet
  • pts - PTS value
  • size - packet size (in bytes)

Next, looking at their PTS values (translated into time) we can see the placement with regard to the presentation time.

VideoDataPacketsPtsTime.png
Video / Data Packets - Pts time

Or same as above, but with actual PTS values

VideoDataPacketsPts.png
Video / Data Packets - Pts
Untitled 1




 Copyright 2023,    IMPLEOTV SYSTEMS LTD