[mythtv-commits] Ticket #1141: DVB: Problems tuning on myth server, but no problems tuning on mythbackend.

MythTV mythtv at cvs.mythtv.org
Tue Jan 31 09:39:40 UTC 2006


#1141: DVB: Problems tuning on myth server, but no problems tuning on mythbackend.
-----------------------------------------------+----------------------------
 Reporter:  homer_simpson_loves_u at hotmail.com  |        Owner:  danielk
     Type:  defect                             |       Status:  new    
 Priority:  minor                              |    Milestone:  0.20   
Component:  mythtv                             |      Version:  head   
 Severity:  medium                             |   Resolution:         
-----------------------------------------------+----------------------------
Comment (by Homer):

 Its working!

 I applied this patch (a suggestion you made on another bug report) and
 built 8789.

 And, although it takes a couple of channel changes to get synched, once I
 get lock on two inputs I can bounce back and forth and get a lock every
 time.

 Don't have time to determine the min-value, I'll try to do that tomorrow.

 I'm not positive this patch fixed it, because if I remember correctly you
 checked in at least one other fix that could be what fixed it.

 I'll try to determine that tomorrow by undoing this change and seeing if
 the problem returns.

 Thanks much Daniel.

 Homer

 {{{
 --- ../original/mythtv.8751/libs/libmythtv/RingBuffer.h 2006-01-28
 14:00:06.0000
 00000 -0800
 +++ libs/libmythtv/RingBuffer.h 2006-01-30 13:09:29.000000000 -0800
 @@ -42,7 +42,7 @@
      bool      IsOpen(void)           const;

      // General Commands
 -    void OpenFile(const QString &lfilename, uint retryCount = 4);
 +    void OpenFile(const QString &lfilename, uint retryCount = 15);
      int  Read(void *buf, int count);
      void Reset(bool full = false, bool toAdjust = false);
 }}}

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


More information about the mythtv-commits mailing list