[mythtv-commits] [MythTV/mythtv] 856c0a: EIT active scan on conflicting inputs

kmdewaal noreply at github.com
Wed Dec 20 22:30:07 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 856c0ab7c78bd0ab2574caef8be85ed9f09d850b
      https://github.com/MythTV/mythtv/commit/856c0ab7c78bd0ab2574caef8be85ed9f09d850b
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M mythtv/libs/libmythtv/tv_rec.cpp
    M mythtv/libs/libmythtv/tv_rec.h
    M mythtv/programs/mythtv-setup/backendsettings.cpp

  Log Message:
  -----------
  EIT active scan on conflicting inputs

EIT active scan is now supported on conflicting inputs.
Conflicting inputs are inputs that have independent video sources
but that share a tuner card, such as a DVB-S/S2 tuner card that
connects to multiple satellite LNBs with a DiSEqC switch.
On a system with such a configuraton the active EIT scan
is done for a fixed amount time, called the EIT Scan Period,
on each input before moving to the next input.
The next input is currently selected at random. It would be better
to have a deterministic ordering but the current implementation
performs well.
There is a new EIT configuration item added for the
EIT Scan Period, with a default value of 15 minutes.




More information about the mythtv-commits mailing list