[mythtv-commits] Ticket #4515: Frontend unknown error, exiting decoder, livetv stuck on bad channel

MythTV mythtv at cvs.mythtv.org
Fri Feb 8 15:48:03 UTC 2008


#4515: Frontend unknown error, exiting decoder, livetv stuck on bad channel
------------------------------------+---------------------------------------
 Reporter:  markus.ingalsuo at osp.fi  |        Owner:  danielk 
     Type:  defect                  |       Status:  assigned
 Priority:  minor                   |    Milestone:  0.21    
Component:  mythtv                  |      Version:  head    
 Severity:  medium                  |   Resolution:          
  Mlocked:  0                       |  
------------------------------------+---------------------------------------

Comment(by danielk):

 That would be idea. If that is too complicated you could just set a timer
 and only create this keyframe if you don't see any video and audio data
 within 1-2 seconds after seeing any data.

 For any copying changes make those a separate patch. I would really like
 to make everything in /libs/libmythtv/mpeg be able to run as a zero copy
 class against the raw read only DMA buffer provided by the OS. Which means
 all pointers and references must be const, and copies must be made of
 anything you modify. Also, any data not used in the callback itself must
 be copied, since it will disappear...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4515#comment:16>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list