[vlc-devel] Re: VLC 0.7.0 Mozilla plugin does not output audio

Stepan Roh stepan at srnet.cz
Sun Jan 4 10:44:56 CET 2004



On Sun, 4 Jan 2004, Sam Hocevar wrote:

> On Sun, Jan 04, 2004, Stepan Roh wrote:
>
> > - stand-alone vlc chooses arts as its audio output module
> > - mozilla plugin says: "oss audio output error: cannot open audio device
> > (/dev/dsp)" and chooses dummy audio output module
> >
> > Where should I look for the problem? Any ideas?
>
>    mozilla/vlcshell.cpp:862 has "oss,dummy" hardcoded. The main reason
> was that leaving oss alone will try esd even if it's _not_ wanted if oss
> is not available. Feel free to change that, though.

Why trying esd is a problem if it is not a problem in standalone
application? I understand why vout is hardcoded, but not why aout is
hardcoded. I want the plugin to use whatever aout I have in vlcrc or
autodetect it. Will it work that way if I remove following code?

    value.psz_string = AOUT_PLUGINS;
    VLC_Set( p_plugin->i_vlc, "conf::aout", value );

Have a nice day.

Stepan Roh

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list