[vlc] Re: vlc with Java thread problem
Pedro Lorente/UPC
Pedro.Lorente at upc.edu
Fri Feb 4 16:53:10 CET 2005
Hello,
At first, thanks for your answer Benjamin, but I'm still have the
same problem, I compile the videolan with this command line:
./configure --disable-plugins
--with-mad-tree=../vlc_install/libmad-0.15.1b/
--with-ffmpeg-tree=../vlc_install/ffmpeg-0.4.9-pre1
--with-libmpeg2-tree=../vlc_install/mpeg2dec-0.4.0/ --disable-wxwindows
--disable-skins2
make
It doesn't get me any error, but when I test my software it's fail with
the same output:
VLC media player 0.8.1 Janus
[00000188] main interface error: no suitable intf module
[00000001] main vlc error: interface "rc,none" initialization failed
[00000190] dummy interface: Using the dummy interface module...
signal 2 received, terminating vlc - do it again in case it gets stuck
Any idea?
Pedro Lorente
MediaCAT - Fundación i2CAT
93 413 70 59
Benjamin PRACHT <bigben+spam at videolan.org>
Sent by: vlc-bounce at videolan.org
02/01/2005 05:09 PM
Please respond to vlc
To: vlc at videolan.org
cc:
Subject: [vlc] Re: vlc with Java thread problem
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20050204/885442cc/attachment.html>
More information about the vlc
mailing list