[mythtv-commits] Re: Ticket #743: Fix "program not found in PAT" problem.

MythTV mythtv at cvs.mythtv.org
Sat Jan 7 12:14:48 UTC 2006


#743: Fix "program not found in PAT" problem.
---------------------+------------------------------------------------------
 Reporter:  stuarta  |        Owner:  danielk 
     Type:  patch    |       Status:  reopened
 Priority:  minor    |    Milestone:  0.19    
Component:  mythtv   |      Version:  head    
 Severity:  medium   |   Resolution:          
---------------------+------------------------------------------------------
Changes (by stuarta):

  * resolution:  invalid =>
  * milestone:  0.20 => 0.19
  * status:  closed => reopened

Comment:

 I've updated the patch to fix this problem.

 It comes in two parts. The first mpegstreamdata-cleanup.diff
 consolidates the duplicate code paths in HandleTables.

 The second is the real fix for this problem. If we receive
 a PAT that is invalid (ie. doesn't contain required program)
 then we setup a timer with a 400ms timeout. As PATs are required
 to be transmitted every 100ms (ATSC) and 200ms (DVB) then the
 correct PAT should turn up within this time period.

 If it does not turn up then the timer expires, and a warning
 message is printed out.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/743>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list