[dvblast-devel] Invalid NIT

Georgi Chorbadzhiyski gf at unixsol.org
Thu Mar 15 07:16:51 CET 2012


On 14.3.2012 г. 19:49, Armin Zeid wrote:
> I downloaded and installed the latest commit on 2012-02-03 and still have
> the issue. Seems like an infinite loop throwing out the warning.
> It's transponder 11555 on Intelsat 902.

I do not see this transponder here : http://en.kingofsat.net/sat-i902.php
What beam is this? Is this transponder on Ku-band spot beam 1 (which is
for middle east), or ku-band spot beam 2 which is destined for Europe?

Applying the following patch to demux.c would stop DVBlast from
looking into NIT. I'm interested in dump of transport stream,
to see why the NIT parsing is having problems.

diff --git a/demux.c b/demux.c
index b4dbaac..1ead39e 100644
--- a/demux.c
+++ b/demux.c
@@ -2578,9 +2578,9 @@ static void HandleSection( uint16_t i_pid, uint8_t *p_section, mtime_t i_dts )
          HandlePMT( i_pid, p_section, i_dts );
          break;

-    case NIT_TABLE_ID_ACTUAL:
-        HandleNITSection( i_pid, p_section, i_dts );
-        break;
+//    case NIT_TABLE_ID_ACTUAL:
+//        HandleNITSection( i_pid, p_section, i_dts );
+//        break;

      case SDT_TABLE_ID_ACTUAL:
          HandleSDTSection( i_pid, p_section, i_dts );


-- 
Georgi Chorbadzhiyski
http://georgi.unixsol.org/


More information about the dvblast-devel mailing list