[mythtv-commits] Ticket #5739: EITScanner

MythTV mythtv at cvs.mythtv.org
Fri Sep 26 09:37:40 UTC 2008


#5739: EITScanner
----------------------------------+-----------------------------------------
 Reporter:  mythtv at floppe.eu.org  |        Owner:  ijr           
     Type:  defect                |       Status:  infoneeded_new
 Priority:  major                 |    Milestone:  unknown       
Component:  mythtv                |      Version:  0.21-fixes    
 Severity:  medium                |   Resolution:                
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by Dibblah):

 It looks to me like your CAM is rewriting the stream with incorrect CRCs.
 It is also possible that Myth is calculating a checksum for a packet type
 that doesn't have one.

 Can you try manually applying the following hack:
 {{{
 --- libs/libmythtv/mpeg/pespacket.cpp   (revision 18370)
 +++ libs/libmythtv/mpeg/pespacket.cpp   (working copy)
 @@ -171,6 +171,7 @@
                          "for StreamID = 0x%3")
 .arg(CRC(),0,16).arg(CalcCRC(),0,16).arg(StreamID(),0,16));
      }
 +    ret=true;
      return ret;
  }

 }}}

 Then see if the EIT data fills better?

 WARNING: This is a hack and disables CRC checking - So there is a
 possibility that you will see corrupted guide data. Back up your database
 first!

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5739#comment:6>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list