[mythtv] [patch] DVB EIT fixes

Anders Hanson anders.hanson at speedo.nu
Wed Jan 26 17:59:38 EST 2005


With this patch applied and with the following small fix I was able to 
get the EIT from the Swedish ComHem DVB-C network!
It seems that ComHem is sending EIT in table 0x4e and 0x4f.

Isn't the EIT information suppost to be inserted into the program table 
or is that code not yet inplace?

/Anders

Index: siparser.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/siparser.cpp,v
retrieving revision 1.2
diff -r1.2 siparser.cpp
374c486
<         case 0x50 ... 0x6F:
---
 >         case 0x4e ... 0x6F:


Jesper Sörensen wrote:

> Here is a patch (against current CVS) for those of you experimenting 
> with the EIT stuff.
>
> Changes in this patch:
> - last_table_id bugfix
> - use big section buffer for EIT (should help with "DVB#0 ERROR - 
> Reading Section" problems)
> - a little more debug logging to help diagnose EIT errors
> - some minor fixes & cleanup
>
> The EIT code is still "beta" and there are known bugs and things that 
> needs to be done - that's why it is disabled by default.
>
> Enjoy!
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mythtv-dev mailing list
>mythtv-dev at mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>  
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20050126/77c52c94/attachment.html


More information about the mythtv-dev mailing list