Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR 1.3.1 autopid and UpdateChannels



Gregoire Favre wrote:
> 
> On Sat, Jan 17, 2004 at 01:19:26PM +0100, Klaus Schmidinger wrote:
> 
> > When a channel switches from FTA to CA there is a disturbance, anyway,
> > isn't it?
> 
> With vdr-1.3.1 and autopid on: yes.
> With vdr-1.3.1 and autopid off: no.
> With vdr-1.2.6 and autopid on or off: no. (BUT autopid in 1.2 wasn't
> working as good as the one from 1.3).

You could test this by changing the line

  Channel->SetCaIds(CaDescriptors->CaIds());

to

  if (*CaDescriptors->CaIds())
     Channel->SetCaIds(CaDescriptors->CaIds());

This would then only _set_ non-zero CA IDs, but never clear them.
However, this means that once a channel has broadcast with CA, it will
no longer be receivable with a DVB card that doesn't have a CAM for
this channel.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index