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 _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr