Mailing List archive

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

[vdr] Re: vdr 1.1.15 time shift doesn`t work



Klaus Schmidinger wrote:

>
> > In the moment I use 2 cards. The first gets Astra and Hotbird.
> > The second Astra only. So with a Hotbird transmission I can't timeshift.
> > When I put in the 3rd card again, there is Astra on card 1 and 3, Hotbird on card 2.
> > No timeshift at all.
> > I think this limitation comes from the way vdr uses ca.conf, which was originally meant
> > for CAMs.
> > But I and other people, who posted on this list use ca.conf for assigning satellites to
> > cards.
> > It can't be done differently, can it?
> > For people like me it's a wish, that one day vdr would be able to take that into
> > account.
> > Am I clear enough? Do you understand what I mean?
>
> You could achieve this through a quick hack in cDvbDevice::ProvidesSource().
> Just do something along the lines of
>
>   if (CardIndex() == 0 && Source != cSource::FromString("S19.2E") ||
>       CardIndex() == 1 && Source != cSource::FromString("S13E"))
>      return false;
>
> before the other lines in that function. Haven't explicitly tested this
> (not even sure if it will compile), but you should get the idea.
> Of course you also need to set the 'source' parameter correctly for all
> your channels.

thanks for the suggestion. I will try it and report ...

Jörg



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



Home | Main Index | Thread Index