[mythtv-commits] Ticket #3153: 1 of 10 channels without audio, the rest work.

MythTV mythtv at cvs.mythtv.org
Tue Jun 19 17:01:36 UTC 2007


#3153: 1 of 10 channels without audio, the rest work.
--------------------------------+-------------------------------------------
 Reporter:  spikeygg at gmail.com  |        Owner:  danielk
     Type:  defect              |       Status:  new    
 Priority:  minor               |    Milestone:  unknown
Component:  dvb                 |      Version:  0.20   
 Severity:  medium              |   Resolution:         
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------

Comment(by danielk):

 can you try replacing this:
 {{{
     add_pid.push_back(DVB_TDT_PID);
     add_stream_type.push_back(StreamID::PrivSec);
     _stream_data->AddListeningPID(DVB_TDT_PID);
 }}}
 with this:
 {{{
     if (dvbchannel && (dvbchannel->GetSIStandard() == "dvb"))
     {
          add_pid.push_back(DVB_TDT_PID);
          add_stream_type.push_back(StreamID::PrivSec);
          _stream_data->AddListeningPID(DVB_TDT_PID);
     }
 }}}

 This is what we do in the mythtv-multirec branch, now that I look at this
 it is a pretty serious bug for recordings in non-DVB standard countries.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3153#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list