[mythtv-commits] Ticket #1265: Mythfrontend Prebuffer Waits SVN 8923M

MythTV mythtv at cvs.mythtv.org
Sun Feb 12 09:55:25 UTC 2006


#1265: Mythfrontend Prebuffer Waits SVN 8923M
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  ijr    
     Type:  defect     |      Status:  new    
 Priority:  minor      |   Milestone:  unknown
Component:  mythtv     |     Version:  head   
 Severity:  medium     |  
-----------------------+----------------------------------------------------
 Mythfrontend prebuffer waits SVN8923M

 On a 1Ghz P3 with nvidia 5200 the error logging for prebuffer waits
 overloads the
 system in an avalanche effect to the point where the machine
 has to be rebooted because it becomes so sluggish.

 My solution was to define a variable wait_int;

 wait_int = frame_interval * 4 / 1000;

 changed the !prebuffering.wait.wait timeout to wait_int
 wait_int is then doubled on each timeout

 Frontend now runs happily ... tested for several hours.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1265>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list