[mythtv-commits] Ticket #1947: UK interactive only works after channel change

MythTV mythtv at cvs.mythtv.org
Thu Jun 15 12:26:39 UTC 2006


#1947: UK interactive only works after channel change
------------------------------------+---------------------------------------
 Reporter:  paulrwheeler at gmail.com  |        Owner:  danielk
     Type:  defect                  |       Status:  new    
 Priority:  minor                   |    Milestone:  0.20   
Component:  mythtv                  |      Version:  head   
 Severity:  low                     |   Resolution:         
------------------------------------+---------------------------------------
Comment (by dm at prolingua.co.uk):

 The problem seemed to be that the first time ITVRestart was called the
 avformatdecoder wasn't active so the cardid wasn't passed into the
 interactive TV code.  That meant that the MHEG code couldn't look up
 channels in the database properly which resulted in BBC interactive TV, at
 least, not working.  Changing a channel calls ITVRestart again and this
 resulted in the correct value being passed in so it worked after a channel
 change.

 The patch fixes this by moving the relevant code into NuppelVideoPlayer so
 that it does not rely on avformatdecoder.

 David.

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


More information about the mythtv-commits mailing list