Mailing List archive

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

[vdr] Re: Small bug with primaryDVB



Rene Bartsch wrote:
> 
> Hi,
> 
> maybe this bug is related to my problem with plugin-command-line, so I
> want to ask everyone to check and confirm.
> 
> When using a output-plugin (e.g. dxr3) primary device is set to
> lastDVB+1 (e.g. 3 in my case with 2 DVB-cards).
> 
> If VDR is started without an output-plugin, logging claims about missing
> primary device and tries to use device "0" which causes VDR to exit.
> 
> So the fail-safe functions of my rc-script - which load VDR without
> plugins to ensure recording works in case of failed plugins - do not
> work.

At first glance I'd say this is a bug in vdr.c.

Please try changing the line

        if (!cDevice::SetPrimaryDevice(0))

to

        if (!cDevice::SetPrimaryDevice(1))

Klaus


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



Home | Main Index | Thread Index