EricBerendsen / dvbinspector

DVB Inspector is an open-source DVB analyzer, written in java
http://www.digitalekabeltelevisie.nl/dvb_inspector/
GNU General Public License v3.0
175 stars 30 forks source link

Question: Any method to locate the continuity errors? #32

Closed lars18th closed 1 year ago

lars18th commented 2 years ago

Hi,

In the PID list tree, I can see that the tool counts the "continuity errors" found in the stream. However, what do I have to do to go (locate) these packets? It will be desirable to have a method to go directly to these gaps.

Any idea?

EricBerendsen commented 2 years ago

Good question/suggestion. First would have to create a list of packetNo's. Maybe could just display that list (in the right panel when you select the item "continuity errors"?)

Jumping/navigating in the tree directly has some technical problems.

lars18th commented 2 years ago

Hi @EricBerendsen ,

Good question/suggestion. First would have to create a list of packetNo's. Maybe could just display that list (in the right panel when you select the item "continuity errors"?)

From my point of view, presenting a list of the packets will be a good solution. 👍

Jumping/navigating in the tree directly has some technical problems.

Ok. Don't worry! The usability will be sufficient if we can do the task. Thank you.

EricBerendsen commented 2 years ago

This is what I came up with;

image

Would that be useful?

lars18th commented 2 years ago

Would that be useful?

Perfect! 👍

lars18th commented 1 year ago

Hi @EricBerendsen ,

Is this already implemented? How to check it? I can close the issue?

EricBerendsen commented 1 year ago

Hi @lars18th

Try a snapshot version at https://www.digitalekabeltelevisie.nl/dvb_inspector/img/DVBinspector-1.17.0-SNAPSHOT-dist.zip

You will need Java 17!

lars18th commented 1 year ago

Hi @EricBerendsen ,

Thank you. This new version (1.17.0-snapshot) is impresive with the new improvements in the interface. Great!