I'm trying to compile JVLC. What I did:
Code: Select all
git clone git://git.videolan.org/vlc.git
cd vlc
./bootstrap
./configure \
--disable-gtk \
--disable-nls --disable-sdl \
--disable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
--with-ffmpeg-zlib --disable-faad --disable-flac --disable-theora \
--disable-live555 \
--disable-caca \
--disable-cddax --disable-vcdx --disable-goom \
--disable-twolame --disable-dvdread \
--enable-debug --enable-java-bindings --enable-shared-libvlc \
--disable-mkv --disable-taglib --disable-freetype \
--disable-gnutls --disable-glx
make
make install
cd bindings/java
mvn install
Here are the last lines of the output:
Code: Select all
[...]
[00000795] main playlist debug: rebuilding array of current - root Playlist
[00000795] main playlist debug: rebuild done - 0 items, index -1
[00000795] main playlist debug: thread 2549898128 (playlist) created at priority 0 (playlist/thread.c:115)
[00000803] main interface debug: looking for interface module: 1 candidate
[00000803] main interface debug: using interface module "hotkeys"
[00000803] main interface debug: TIMER module_Need() : 0.230 ms - Total 0.230 ms / 1 intvls (Avg 0.230 ms)
[00000803] main interface debug: thread 2541505424 (interface) created at priority 0 (interface/interface.c:148)
[00000804] main libvlc debug: VLC media player - version 0.9.0-git Grishenko - (c) 1996-2008 the VideoLAN team
[00000804] main libvlc debug: libvlc was configured with ./configure '--disable-gtk' '--disable-nls' '--disable-sdl' '--disable-ffmpeg' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-zlib' '--disable-faad' '--disable-flac' '--disable-theora' '--with-wx-config-path=/usr/win32/bin' '--disable-live555' '--disable-caca' '--disable-cddax' '--disable-vcdx' '--disable-goom' '--disable-twolame' '--disable-dvdread' '--enable-debug' '--enable-java-bindings' '--enable-shared-libvlc' '--disable-mkv' '--disable-taglib' '--disable-freetype' '--disable-gnutls' '--disable-glx'
[00000804] main libvlc debug: translation test: code is "C"
[00000804] main libvlc debug: module bank initialized, found 210 modules
[00000804] main libvlc debug: opening config file (/home/fab/.config/vlc/vlcrc)
[00000804] main libvlc: Found old config file at /home/fab/.vlc/vlcrc. VLC will now use /home/fab/.config/vlc/vlcrc.
[00000804] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[00000804] main libvlc debug: looking for memcpy module: 3 candidates
[00000804] main libvlc debug: using memcpy module "memcpymmxext"
[00000805] main interaction debug: thread 2533112720 (Interaction control) created at priority 0 (interface/interaction.c:375)
[00000807] main input debug: Input is a meta file: disabling unneeded options
[00000807] main input debug: `file/xspf-open:///home/fab/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/fab/.local/share/vlc/ml.xspf'
[00000807] main input debug: creating access 'file' path='/home/fab/.local/share/vlc/ml.xspf'
[00000808] main access debug: looking for access module: 3 candidates
[00000808] access_mmap access debug: opening file /home/fab/.local/share/vlc/ml.xspf
[00000808] main access debug: using access module "access_mmap"
[00000808] main access debug: TIMER module_Need() : 0.315 ms - Total 0.315 ms / 1 intvls (Avg 0.315 ms)
[00000809] main stream debug: pre buffering
[00000809] main stream debug: received first data for our buffer
[00000808] access_mmap access debug: at end of memory mapped file
[00000807] main input debug: creating demux: access='file' demux='xspf-open' path='/home/fab/.local/share/vlc/ml.xspf'
[00000810] main demux debug: looking for demux module: 1 candidate
[00000810] playlist demux debug: using XSPF playlist reader
[00000810] main demux debug: using demux module "playlist"
[00000810] main demux debug: TIMER module_Need() : 0.127 ms - Total 0.127 ms / 1 intvls (Avg 0.127 ms)
[00000807] main input debug: `file/xspf-open:///home/fab/.local/share/vlc/ml.xspf' successfully opened
[00000811] main xml debug: looking for xml module: 1 candidate
[00000811] main xml debug: using xml module "xtag"
[00000811] main xml debug: TIMER module_Need() : 0.087 ms - Total 0.087 ms / 1 intvls (Avg 0.087 ms)
[00000808] access_mmap access debug: at end of memory mapped file
[00000810] playlist demux debug: parsed 0 tracks successfully
[00000811] main xml debug: removing module "xtag"
[00000807] main input debug: EOF reached
[00000807] main input debug: control type=1
[00000810] main demux debug: removing module "playlist"
[00000808] main access debug: removing module "access_mmap"
[00000807] main input debug: TIMER input launching for 'Media Library' : 3.148 ms - Total 3.148 ms / 1 intvls (Avg 3.148 ms)
[00000812] main generic debug: waiting for thread completion
[00000812] main generic debug: thread 2524720016 (preparser) created at priority 0 (playlist/thread.c:78)
[00000813] main generic debug: waiting for thread completion
[00000813] main generic debug: thread 2349005712 (fetcher) created at priority 0 (playlist/thread.c:106)
[00000806] main playlist debug: waiting for thread completion
[00000806] main playlist debug: rebuilding array of current - root Playlist
[00000806] main playlist debug: rebuild done - 0 items, index -1
[00000806] main playlist debug: thread 2340613008 (playlist) created at priority 0 (playlist/thread.c:115)
[00000814] main interface debug: looking for interface module: 1 candidate
[00000814] main interface debug: using interface module "hotkeys"
[00000814] main interface debug: TIMER module_Need() : 0.098 ms - Total 0.098 ms / 1 intvls (Avg 0.098 ms)
[00000814] main interface debug: thread 2332220304 (interface) created at priority 0 (interface/interface.c:148)
[00000815] main input debug: waiting for thread completion
[00000815] main input debug: `/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg' gives access `' demux `' path `/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg'
[00000815] main input debug: creating demux: access='' demux='' path='/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg'
[00000816] main demux debug: looking for access_demux module: 0 candidates
[00000816] main demux warning: no access_demux module matched "any"
[00000816] main demux debug: TIMER module_Need() : 0.126 ms - Total 0.126 ms / 1 intvls (Avg 0.126 ms)
[00000815] main input debug: creating access '' path='/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg'
[00000817] main access debug: looking for access module: 6 candidates
[00000817] vcd access debug: trying .cue file: /home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.cue
[00000817] vcd access debug: could not find .cue file
[00000817] access_mmap access debug: opening file /home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg
[00000817] main access debug: using access module "access_mmap"
[00000817] main access debug: TIMER module_Need() : 0.835 ms - Total 0.835 ms / 1 intvls (Avg 0.835 ms)
[00000819] main stream debug: pre buffering
[00000819] main stream debug: received first data for our buffer
[00000819] main stream debug: prebuffering done 34420 bytes in 0s - 715176 kbytes/s
[00000815] main input debug: creating demux: access='' demux='' path='/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg'
[00000820] main demux debug: looking for demux module: 51 candidates
[00000820] vobsub demux debug: this doesn't seem to be a vobsub file
[00000820] ps demux warning: this does not look like an MPEG PS stream, continuing anyway
[00000820] main demux debug: using demux module "ps"
[00000820] main demux debug: TIMER module_Need() : 6.433 ms - Total 6.433 ms / 1 intvls (Avg 6.433 ms)
[00000815] main input debug: looking for a subtitle file in /home/fab/vlc/vlc/bindings/java/core/target/test-classes/
[00000815] main input debug: `/home/fab/vlc/vlc/bindings/java/core/target/test-classes/raffa_voice.ogg' successfully opened
[00000820] ps demux warning: garbage at input, trying to resync...
[00000815] main input debug: control type=1
[00000817] access_mmap access debug: at end of memory mapped file
[00000817] access_mmap access debug: at end of memory mapped file
[00000815] main input debug: EOF reached
[00000815] main input debug: thread 2323827600 (input) created at priority 0 (input/input.c:377)
Can you help me?
Regards,
wof