Mailing List archive

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

[vdr] Re: [PATCH] DXR3 Plugin v.0.2.0 External Player Mode



On Wednesday 11 June 2003 08:35, Jarkko Santala wrote:
> On Wed, 11 Jun 2003 chef@andre-neumann.de wrote:
> > i installed the latest DXR3 Plugin yesterday, im using it as a primary
> > device without a DVB card.
> >
> > I noticed a but in the DXR3 Plugin when calling the MPlayer Plugin and
> > then stopping the MPlayer Plugin. VDR then crashes.

The first assertion is not correct. This will fix it:

m_fdControl = open(dxr3DeviceName( "" ).c_str(), O_WRONLY |
O_SYNC); assert(m_fdControl >= 0);

Btw: This is actually no crash. It is normal behavior that a program stops if
an assertion is not fullfilled (it's a debugging tool). It is possible to
remove the assertions by using NDEBUG (for the product version).

>
> Same thing here. Most annoying. ;) The "patch" below stops the crash, but
> causes static on digital output after returning from mplayer. VDR is

Don't know what you mean. But I will check it later.

Hope that helps,

Kai




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



Home | Main Index | Thread Index