[mythtv-commits] Ticket #13121: Sat>IP client support

MythTV noreply at mythtv.org
Wed Jul 15 17:26:25 UTC 2020


#13121: Sat>IP client support
--------------------------------+-------------------------------
 Reporter:  cg@…                |          Owner:  Klaas de Waal
     Type:  Patch - Feature     |         Status:  assigned
 Priority:  minor               |      Milestone:  32.0
Component:  MythTV - Recording  |        Version:  Master Head
 Severity:  low                 |     Resolution:
 Keywords:                      |  Ticket locked:  0
--------------------------------+-------------------------------

Comment (by Mike Bibbings):

 Klaas,

 In mythtv-setup Capture Card for Sat>IP I think an "Enable/Disable EIT"
 checkbox is required. I ran a quick test with 4 x DVB/S2 tuners setup in
 minisatip and EIT processing was continuously running on all 4 tuners.

 Whilst on the subject of eit, does "SATIP" need to be added in
 https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/tv_rec.cpp

 {{{
 void TVRec::CloseChannel(void)
 {
     if (m_channel &&
         ((m_genOpt.m_inputType == "DVB" && m_dvbOpt.m_dvbOnDemand) ||
          m_genOpt.m_inputType == "FREEBOX" ||
          m_genOpt.m_inputType == "VBOX" ||
          m_genOpt.m_inputType == "HDHOMERUN" ||
          CardUtil::IsV4L(m_genOpt.m_inputType)))
     {
         m_channel->Close();
     }
 }
 }}}

 Mike

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13121#comment:7>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list