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

Fixed an exception when getting the objectInfo data that exclude the … #23

Closed musingwei closed 2 years ago

musingwei commented 2 years ago

…8 bytes of DSM::File::ContentSize.

EricBerendsen commented 2 years ago

Hi, thanks for the fix. Do you have any sample .ts file available to reproduce the problem? I will try to have a look at it as soon as possible (bit busy now)

musingwei commented 2 years ago

sample.zip DSM::File::ContentSize followed by unknown descriptors sample .ts file.

EricBerendsen commented 2 years ago

The sample file you provide is very minimal, only PID 4355 with the DSM-CC data is present. To parse this also signalling in the PMT needs to be there. Could you please provide a complete sample?

musingwei commented 2 years ago

Sorry, I don’t have a complete ts file.

EricBerendsen commented 2 years ago

Without test data it is always more difficult to verify fixes, but after rereading the standards both look correct. Thanks for providing these fixes!