[vlc-devel] Mozilla plugin (current git master) defunct

Justus-bulk at Piater.name Justus-bulk at Piater.name
Wed Oct 29 17:57:05 CET 2008


> Start firefox from a console. So that you'll have the messages from vlc

Thanks, Xtophe, for pointing me toward the obvious :-); see the
important parts of the output below.

It seems that it cannot load any modules due to undefined symbols. I
don't currently understand, however, why this is so: "ldd
~/.mozilla/plugins/libvlcplugin.so" lists the correct libvlccore.so.1,
which does export httpd_RedirectDelete (the first unefined symbol
below).

ldd on libdvb_plugin.so does not list libvlccore.so.1; I'm not
competent to say whether that matters. Suffice it to say that the
standalone vlc program from the same build plays the movie flawlessly.

Thanks for any insights,
Justus


argn=type, argv=video/mpeg
argn=data, argv=../presentations/movies/TRICTRAC/cameraA.mpg
argn=width, argv=720
argn=height, argv=576
argn=SRC, argv=../presentations/movies/TRICTRAC/cameraA.mpg
[0x9c0c2a0] main libvlc debug: VLC media player - version 1.0.0-git Goldeneye - (c) 1996-2008 the VideoLAN team
[0x9c0c2a0] main libvlc debug: libvlc was configured with ./configure  '--disable-optimizations' '--enable-debug' '--enable-shout' '--enable-dv' '--enable-dvdread' '--enable-vcd' '--enable-faad' '--enable-real' '--enable-realrtsp' '--enable-flac' '--enable-theora' '--enable-snapshot' '--enable-svgalib' '--enable-directfb' '--enable-galaktos' '--enable-goom' '--enable-mozilla' '--disable-live555' '--disable-taglib' '--disable-gme' '--disable-pulse'
[0x9c0c2a0] main libvlc debug: translation test: code is "C"
[0x9c0c2a0] main libvlc debug: checking builtin modules
[0x9c0c2a0] main libvlc debug: checking plugin modules
[0x9c0c2a0] main libvlc debug: loading plugins cache file /home/piater/.cache/vlc/plugins-04041e.dat
[0x9c0c2a0] main libvlc debug: recursively browsing `/usr/local/lib/vlc'
[0x9c0c2a0] main libvlc warning: cannot load module `/usr/local/lib/vlc/access/libdvb_plugin.so' (/usr/local/lib/vlc/access/libdvb_plugin.so: undefined symbol: httpd_RedirectDelete)
[0x9c0c2a0] main libvlc warning: cannot load module `/usr/local/lib/vlc/access/libaccess_mms_plugin.so' (/usr/local/lib/vlc/access/libaccess_mms_plugin.so: undefined symbol: __net_Read)

...tons more like these follow...

[0x9c0c2a0] main libvlc debug: module bank initialized (1 modules)
[0x9c0c2a0] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU
[0x9c0c2a0] main libvlc debug: looking for memcpy module: 0 candidates
[0x9c0c2a0] main libvlc error: no memcpy module matched "any"
[0x9ca85b0] main interaction debug: thread started
[0x9ca85b0] main interaction debug: thread 2978958224 (Interaction control) created at priority 0 (interface/interaction.c:382)
[0x9ca9648] main playlist debug: thread started
[0x9ca9648] main playlist debug: rebuilding array of current - root Playlist
[0x9ca9648] main playlist debug: rebuild done - 0 items, index -1
[0x9ca9648] main playlist debug: thread 2977373072 (playlist) created at priority 0 (playlist/thread.c:92)
[0xa199668] main interface debug: looking for interface module: 0 candidates
[0xa199668] main interface error: no interface module matched "hotkeys,none"
[0xa199668] main interface error: no suitable interface module
[0x9c0c2a0] main libvlc error: interface "hotkeys,none" initialization failed
[0xa199558] main interface debug: looking for interface module: 0 candidates
[0xa199558] main interface error: no interface module matched "inhibit,none"
[0xa199558] main interface error: no suitable interface module
[0x9c0c2a0] main libvlc error: interface "inhibit,none" initialization failed
[0xa199558] main interface debug: looking for interface module: 0 candidates
[0xa199558] main interface error: no interface module matched "screensaver,none"
[0xa199558] main interface error: no suitable interface module
[0x9c0c2a0] main libvlc error: interface "screensaver,none" initialization failed
*** LibVLC Exception not handled: No active input
Set a breakpoint in 'libvlc_exception_not_handled' to debug.
[0x9ca9648] main playlist debug: adding item `http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg' ( /home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01 )
[0x9ca9648] main playlist debug: rebuilding array of current - root Playlist
[0x9ca9648] main playlist debug: rebuild done - 1 items, index -1
[0x9ca9648] main playlist debug: starting new item
[0x9ca9648] main playlist debug: processing request item null node Playlist skip 0
[0x9ca9648] main playlist debug: creating new input thread
[0xa24fa38] main input debug: Creating an input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0xa24fa38] main input debug: thread started
[0xa24fa38] main input debug: `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01' gives access `' demux `' path `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0xa24fa38] main input debug: creating demux: access='' demux='' path='/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0xa24ff38] main demux debug: looking for access_demux module: 0 candidates
[0xa24ff38] main demux debug: no access_demux module matched "any"
[0xa24fa38] main input debug: creating access '' path='/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0xa24ff38] main access debug: looking for access module: 0 candidates
[0xa24ff38] main access error: no access module matched "any"
[0xa24fa38] main input error: open of `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01' failed: no access module matched "any"
[0x9ca9648] main playlist debug: adding item `http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg' ( /tmp/plugtmp-1/plugin-cameraA.mpg )
[0xa24fa38] main input debug: thread 2976709520 (input) created at priority 10 (input/input.c:383)
[0x9ca9648] main playlist debug: finished input
[0xa24fa38] main input debug: thread ended
[0x9ca9648] main playlist debug: dead input
[0xa24fa38] main input debug: Destroying the input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0x9ca9648] main playlist debug: starting new item
[0x9ca9648] main playlist debug: processing request item http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg node Playlist skip 0
[0x9ca9648] main playlist debug: rebuilding array of current - root Playlist
[0x9ca9648] main playlist debug: rebuild done - 2 items, index 0
[0x9ca9648] main playlist debug: creating new input thread
[0x93f2d48] main input debug: Creating an input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0x93f2d48] main input debug: thread started
[0x93f2d48] main input debug: `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01' gives access `' demux `' path `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0x93f2d48] main input debug: creating demux: access='' demux='' path='/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0x93e5ea0] main demux debug: looking for access_demux module: 0 candidates
[0x93e5ea0] main demux debug: no access_demux module matched "any"
[0x93f2d48] main input debug: creating access '' path='/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01'
[0xa24f948] main access debug: looking for access module: 0 candidates
[0xa24f948] main access error: no access module matched "any"
[0x93f2d48] main input error: open of `/home/piater/.mozilla/firefox/vksq5q04.firefox3/Cache/10CCC040d01' failed: no access module matched "any"
[0x93f2d48] main input debug: thread 2976709520 (input) created at priority 10 (input/input.c:383)
[0x9ca9648] main playlist debug: finished input
[0x9ca9648] main playlist debug: dying input
[0x93f2d48] main input debug: thread ended
[0x9ca9648] main playlist debug: dead input
[0x93f2d48] main input debug: Destroying the input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0x9ca9648] main playlist debug: starting new item
[0x9ca9648] main playlist debug: changing item without a request (current 0/2)
[0x9ca9648] main playlist debug: using item 1
[0x9ca9648] main playlist debug: creating new input thread
[0x93f2d48] main input debug: Creating an input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0x93f2d48] main input debug: thread started
[0x93f2d48] main input debug: `/tmp/plugtmp-1/plugin-cameraA.mpg' gives access `' demux `' path `/tmp/plugtmp-1/plugin-cameraA.mpg'
[0x93f2d48] main input debug: creating demux: access='' demux='' path='/tmp/plugtmp-1/plugin-cameraA.mpg'
[0xa15cc60] main demux debug: looking for access_demux module: 0 candidates
[0xa15cc60] main demux debug: no access_demux module matched "any"
[0x93f2d48] main input debug: creating access '' path='/tmp/plugtmp-1/plugin-cameraA.mpg'
[0xa1cabe0] main access debug: looking for access module: 0 candidates
[0xa1cabe0] main access error: no access module matched "any"
[0x93f2d48] main input error: open of `/tmp/plugtmp-1/plugin-cameraA.mpg' failed: no access module matched "any"
[0x93f2d48] main input debug: thread 2976709520 (input) created at priority 10 (input/input.c:383)
[0x9ca9648] main playlist debug: finished input
[0x9ca9648] main playlist debug: dying input
[0x93f2d48] main input debug: thread ended
[0x9ca9648] main playlist debug: dead input
[0x93f2d48] main input debug: Destroying the input for 'http://localhost/~piater/presentations/movies/TRICTRAC/cameraA.mpg'
[0x9ca9648] main playlist debug: starting new item
[0x9ca9648] main playlist debug: changing item without a request (current 1/2)
[0x9ca9648] main playlist debug: nothing to play



More information about the vlc-devel mailing list