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

Re: Ogle DVD Player within KDE3



On Fri, Nov 29, 2002 at 12:23:35PM -0800, Jason Morefield wrote:
> Sorry about the last email. demime removed the attachments, I've inlined them
> this time.
> 
> I'm currently using OpenBSD 3.2 with a custom kernel.  The ONLY changes to the
> kernel were for ogle otherwise it's a direct copy of GENERIC.  I've installed
> KDE3 and ogle from packages along with all the dependencies.  I have attached
> my dmesg, output from ldconfig -r, and my env.  My problem is that when i try
> to run ogle from within KDE it dies from not being able to access /dev/audio.
> This is because the artsd uses it...  The solution is to use artsdsp ogle and
> that SHOULD make it work.  However it errors out with preload errors.  I have
> attached the errors also.  Any and all help would be appreciated.  Thank you
> for your time.
> 
> -Jason

Ogle uses the native OpenBSD sound engine.
artsdsp  is a hack that should be able to map the OSS Linux API to KDE's
arts.

Since ogle does not use the OSS Linux API in the first place, there's no
way that can work.

It's probably easiest to write yet another back-end to ogle, possibly as
a flavor.

In fact, since ogle started using libao, looking at the divergence and
fixing it looks like it ought not to be too hard to do.