[mythtv-commits] Ticket #4471: Glitches in multirec using DVB-S

MythTV mythtv at cvs.mythtv.org
Mon Jan 14 21:20:54 UTC 2008


#4471: Glitches in multirec using DVB-S
----------------------------------+-----------------------------------------
 Reporter:  alannisota at gmail.com  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  unknown
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 I get glitches on a recording/LiveTV when switching channels (on the same
 transponder) using multirec.
 I traced the problem to this in dvbchannel.cpp:
 {{{
     if (is_dvbs)
     {
         // make sure we tune to frequency, no matter what happens..
         reset = first_tune = true;
 }}}
 Which causes FE_SET_FRONTEND to be called even when not switching
 transponders.  This causes a momentary glitch in the stream using my card.
 What is the reason for this code, and can we change/remove it?

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


More information about the mythtv-commits mailing list