[vlc] Re: vlc with Java thread problem
Benjamin PRACHT
bigben+spam at videolan.org
Tue Feb 1 23:09:02 CET 2005
On Tue, Feb 01, 2005, Pedro Lorente/UPC wrote :
> Hello again, I couldn't solve the problem, I found the vlc plugins paths
> at /usr/lib/vlc, and now I'm using this command line:
>
> /usr/bin/vlc --plugin-path /usr/lib/vlc -I dummy --extraintf rc
>
> also I try
>
> /usr/bin/vlc --reset-plugins-cache --plugin-path /usr/lib/vlc -I
> dummy --extraintf rc
>
>
> I get the same error:
>
> [00000440] main interface error: no suitable intf module
> [00000001] main vlc error: interface "rc,none" initialization failed
> [00000442] dummy interface: Using the dummy interface module...
>
> Any idea?
> Why vlc find dummy interface and it couldn't find rc interface?
>
>
Well, the dummy interface is statically linked in the vlc main
executable... there is still a pb with your environment/plugin path,
apparently... A work around would be to disable plugins and compile a
VLC with all the modules linked statically in the execuable. This can be
done bye using the --disable-plugins configure option.
--
BigBen
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list