[mythtv-commits] Ticket #11262: Analog LiveTV practically not usable any more

MythTV noreply at mythtv.org
Sun Dec 2 03:24:53 UTC 2012


#11262: Analog LiveTV practically not usable any more
----------------------------------------+----------------------------
 Reporter:  jaglover@…                  |          Owner:
     Type:  Bug Report - Hang/Deadlock  |         Status:  new
 Priority:  major                       |      Milestone:  unknown
Component:  MythTV - General            |        Version:  0.26-fixes
 Severity:  medium                      |     Resolution:
 Keywords:                              |  Ticket locked:  0
----------------------------------------+----------------------------

Comment (by jpoet):

 Can you try editing libs/libmythtv/recorders/DeviceReadBuffer.cpp .
 Change line 33 from:
 {{{
 max_poll_wait(2500 /*ms*/),
 }}}
 to
 {{{
 max_poll_wait(5000 /*ms*/),
 }}}
 And see if that helps?  That will give the poll twice as long before it
 aborts.  It should get rid of the poll errors in your logs, and ''might''
 fix the problem.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11262#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list