Mailing List archive

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

[vdr] Re: Error with dumb card



Klaus Schmidinger wrote:

Please try changing the line

       if (!cDevice::PrimaryDevice()->HasProgramme()) {

in VDR/vdr.c into

       if (!cDevice::PrimaryDevice()->HasProgramme() && cDevice::PrimaryDevice()->HasDecoder()) {

This will prevent a primary device that can't actually replay or show live video
from continuously trying to set the channel.

Please let me know if this fixes it.
Well it helped one was - i.e. I got rid of the continuous "switching to..."
messages. But nonetheless I was not able to do any recording.
I just tried this again here and it worked fine:
In the meantime it works also for me. Might be I messed around with the patch
or something else. Just tried it with 1.1.32 and it worked well for me as well.

Regards
Wolfgang





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



Home | Main Index | Thread Index