[mythtv-commits] Ticket #774: Dropped frames on playback while playing DVB

MythTV mythtv at cvs.mythtv.org
Fri Jan 27 16:57:20 UTC 2006


#774: Dropped frames on playback while playing DVB
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk 
     Type:  defect     |       Status:  reopened
 Priority:  minor      |    Milestone:  0.20    
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by rob.r at plutohome.com):

 On my boxes, I found a strange "fix" for my stuttering problems.

 In mythtv/libs/libmythtv/NuppelVideoPlayer.cpp

 near line 4719 change:

 if (videoOutput->EnoughDecodedFrames())

 to:

 if (videoOutput->EnoughPrebufferedFrames())

 (or just remove the ifdef block so it always reads
 EnoughPrebufferedFrames())

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


More information about the mythtv-commits mailing list