Mailing List archive

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

[vdr] Re: System crash



> > ...
> > If I record something on my primary
> > interface there is no longer that message to change the
> > recoding device to secondary.
> 
> Since recording and replaying on the same DVB card works 
> stable now, this
> function is no longer necessary. However, you can change the line
> 
>      cDevice *device = NULL;//XXX 
> cDevice::GetDevice(cDevice::PrimaryDevice()->Ca(), 0);
> 
> in VDR/menu.c to
> 
>      cDevice *device = 
> cDevice::GetDevice(cDevice::PrimaryDevice()->Ca(), 0);
> 
> to get this function back. However, it may be completely 
> dropped in later versions.
> 
> Klaus

Thanx for that. For now I try that timeshifting again. Maybe it is
stable now. (in my setup)

Tilo


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



Home | Main Index | Thread Index