[vdr] Prefer non-CI equipped adapters for FTA channel recording
Klaus Schmidinger
Klaus.Schmidinger at tvdr.de
Thu Feb 23 09:26:26 CET 2012
On 23.02.2012 06:47, Heikki Manninen wrote:
> Hello, here's my current setup:
>
> 1 x Satelco DVB-C Budget with CI + CAM (Conax CIv1)
> 1 x Satelco DVB-C Bidget wuthout CI
>
> When recording FTA channels VDR seems to sometimes select the one adapter with CI. It would make sense to always try to use non-CI equipped adapter for these recordings leaving the one with CI free for live viewing/recording encrypted channels.
>
> Any way to achieve this through configuration?
Actually VDR is supposed to avoid devices with CI for FTA recordings:
imp <<= 1; imp |= NumUsableSlots ? 0 : device[i]->HasCi(); // avoid cards with Common Interface for FTA channels
If this doesn't work on your system, you may want to debug the function
cDevice::GetDevice(const cChannel *Channel, int Priority, bool LiveView)
to see why it selects sich a device when it shouldn't.
Klaus
More information about the vdr
mailing list