[mythtv-commits] Ticket #3031: Recording will not commence until a PMT is set.

MythTV mythtv at cvs.mythtv.org
Fri Feb 9 15:43:40 UTC 2007


#3031: Recording will not commence until a PMT is set.
--------------------+-------------------------------------------------------
 Reporter:  jppoet  |        Owner:  danielk 
     Type:  defect  |       Status:  assigned
 Priority:  minor   |    Milestone:  0.21    
Component:  mythtv  |      Version:  head    
 Severity:  medium  |   Resolution:          
--------------------+-------------------------------------------------------
Comment (by danielk):

 I got a log from John P. Poet with the debugging patch. Unfortunetly, it
 looks like the problem on my machine I thought was reproducing this
 problem is a in fact a different problem. Fortunately, think I know what
 is causing this problem.

 Whenever we create a new recorder instance there is a chance that the
 PAT/PMT is not set in the recorder until the next PAT/PMT table version
 update from the broadcaster, because it is already cached in the stream
 data after the signal monitor sees it. This can also happen if the stream
 data is changed, say when you first switch from an MPEG to an ATSC channel
 in LiveTV. I believe we didn't see this with the DVB recorder before the
 encryption monitor was changed last month because one of the calls we made
 to initialize the CAM had the side effect of sending these tables to the
 recorder.

 If my analysis is correct, then 3031-v2.patch should fix this problem.

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


More information about the mythtv-commits mailing list