RESOLVED : NAS Synology ARM based VLC module load issue
Posted: 05 Nov 2008 17:08
Hi,
I have installed an all ready package on a Linux box based on an ARM9 CPU. it is a Synology DS207 NAS.
Working through understanding how to install it , launch it non-root mode, DSUB-Launch, ...
I have now an issue with loading modules; I have reset caches, and it does not make any difference.
Also I check that the file and the path are correct with the correct rights
Below is my config and the module load warnings.
Thanks for any help you could bring to me in solving this issue.
FYI, I am not trying to stream a video on such a device, but it is the only file I had at hand.
Marc
I have installed an all ready package on a Linux box based on an ARM9 CPU. it is a Synology DS207 NAS.
Working through understanding how to install it , launch it non-root mode, DSUB-Launch, ...
I have now an issue with loading modules; I have reset caches, and it does not make any difference.
Also I check that the file and the path are correct with the correct rights
Below is my config and the module load warnings.
Thanks for any help you could bring to me in solving this issue.
FYI, I am not trying to stream a video on such a device, but it is the only file I had at hand.
Marc
Code: Select all
dbus-launch cvlc -vvv /volume1/Multimedia/output.avi --sout '#standard{access=http,mux=avi,dst=127.0.0.1:8080}'
VLC media player 0.9.4 Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.4 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--build=i386-pc-linux-gnu' '--host=arm-marvell-linux-gnu' '--target=arm-marvell-linux-gnu' '--prefix=/opt' '--enable-v4l' '--disable-v4l2' '--enable-bonjour' '--enable-x264' '--enable-dvbpsi' '--enable-a52' '--enable-dvdnav' '--with-dvdnav-config-path=/home/slug/optware/syno-x07/staging/opt/bin' '--enable-faad' '--enable-flac' '--disable-gnutls' '--enable-mpc' '--enable-ncurses' '--enable-ogg' '--enable-png' '--disable-remoteosd' '--enable-shout' '--enable-speex' '--enable-vorbis' '--disable-alsa' '--disable-dca' '--disable-glx' '--disable-gnomevfs' '--disable-libcdio' '--disable-libcddb' '--disable-screen' '--disable-sdl' '--disable-wxwidgets' '--disable-skins2' '--disable-x11' '--disable-nls' '--disable-static' 'build_alias=i386-pc-linux-gnu' 'host_alias=arm-marvell-linux-gnu' 'target_alias=arm-marvell-linux-gnu' 'CC=/home/slug/optware/syno-x07/toolchain/gcc-3.4.3-glibc-2.3.2/bin/arm-marvell-linux-gnu-gcc' 'LDFLAGS= -L/home/slug/optware/syno-x07/staging/opt/lib -Wl,-rpath,/opt/lib -Wl,-rpath-link,/home/slug/optware/syno-x07/staging/opt/lib ' 'CPPFLAGS=-O2 -O2 -pipe -I/home/slug/optware/syno-x07/staging/opt/include -DPATH_MAX=4096 -DLINE_MAX=2048 -DMB_LEN_MAX=16 -I/home/slug/optware/syno-x07/staging/opt/include/ncurses' 'CPP=/home/slug/optware/syno-x07/toolchain/gcc-3.4.3-glibc-2.3.2/bin/arm-marvell-linux-gnu-gcc -E' 'CXX=/home/slug/optware/syno-x07/toolchain/gcc-3.4.3-glibc-2.3.2/bin/arm-marvell-linux-gnu-g++' 'PKG_CONFIG_PATH=/home/slug/optware/syno-x07/staging/opt/lib/pkgconfig'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc debug: checking builtin modules
[00000001] main libvlc debug: checking plugin modules
[00000001] main libvlc debug: loading plugins cache file /volume1/users/marclg/.cache/vlc/plugins-04041e.dat
[00000001] main libvlc debug: recursively browsing `/opt/lib/vlc'
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/meta_engine/libtaglib_plugin.so' (libtag.so.1: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/meta_engine/libid3tag_plugin.so' (libid3tag.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/services_discovery/libsap_plugin.so' (libz.so.1: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/services_discovery/libbonjour_plugin.so' (libavahi-common.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/services_discovery/libupnp_intel_plugin.so' (libupnp.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/demux/libavformat_plugin.so' (libavformat.so.52: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/demux/libmpc_plugin.so' (libmpcdec.so.5: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/demux/libts_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/demux/libmp4_plugin.so' (libz.so.1: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/demux/libogg_plugin.so' (libogg.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/misc/libfreetype_plugin.so' (libfribidi.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/mux/libmux_ogg_plugin.so' (libogg.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/mux/libmux_ts_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access/libdvb_plugin.so' (libdvbpsi.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access/libdvdnav_plugin.so' (libdvdnav.so.4: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access/libaccess_http_plugin.so' (libz.so.1: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access/libdvdread_plugin.so' (libdvdread.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libflac_plugin.so' (libogg.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/liblibmpeg2_plugin.so' (libmpeg2.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libpng_plugin.so' (libpng12.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libspeex_plugin.so' (libspeex.so.1: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libx264_plugin.so' (libx264.so.59: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libvorbis_plugin.so' (libvorbisenc.so.2: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/codec/libfaad_plugin.so' (libfaad.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/video_filter/libpostproc_plugin.so' (libpostproc.so.51: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access_output/libaccess_output_http_plugin.so' (libavahi-common.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/access_output/libaccess_output_shout_plugin.so' (libshout.so.3: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/audio_filter/liba52tofloat32_plugin.so' (liba52.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc warning: cannot load module `/opt/lib/vlc/audio_filter/libmpgatofixed32_plugin.so' (libmad.so.0: cannot open shared object file: No such file or directory)
[00000001] main libvlc debug: module bank initialized, found 201 modules
[00000001] main libvlc debug: opening config file (/volume1/users/marclg/.config/vlc/vlcrc)
[00000001] main libvlc debug: CPU has capabilities
[00000001] main libvlc debug: looking for memcpy module: 1 candidate
[00000001] main libvlc debug: using memcpy module "memcpy"
[00000276] main interaction debug: thread 16386 (Interaction control) created at priority 0 (interface/interaction.c:382)
[00000278] main input debug: Creating an input for 'Media Library'
[00000278] main input debug: Input is a meta file: disabling unneeded options
[00000278] main input debug: `file/xspf-open:///volume1/users/marclg/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/volume1/users/marclg/.local/share/vlc/ml.xspf'
[00000278] main input debug: creating access 'file' path='/volume1/users/marclg/.local/share/vlc/ml.xspf'
[00000279] main access debug: looking for access module: 3 candidates
[00000279] access_mmap access debug: opening file /volume1/users/marclg/.local/share/vlc/ml.xspf
[00000279] main access debug: using access module "access_mmap"
[00000279] main access debug: TIMER module_Need() : 19.771 ms - Total 19.771 ms / 1 intvls (Avg 19.771 ms)
[00000283] main stream debug: Using AStream*Block
[00000283] main stream debug: pre buffering
[00000283] main stream debug: received first data for our buffer
[00000279] access_mmap access debug: at end of memory mapped file
[00000278] main input debug: creating demux: access='file' demux='xspf-open' path='/volume1/users/marclg/.local/share/vlc/ml.xspf'
[00000284] main demux debug: looking for demux module: 1 candidate
[00000284] playlist demux debug: using XSPF playlist reader
[00000284] main demux debug: using demux module "playlist"
[00000284] main demux debug: TIMER module_Need() : 12.002 ms - Total 12.002 ms / 1 intvls (Avg 12.002 ms)
[00000278] main input debug: `file/xspf-open:///volume1/users/marclg/.local/share/vlc/ml.xspf' successfully opened
[00000299] main xml debug: looking for xml module: 1 candidate
[00000299] main xml debug: using xml module "xtag"
[00000299] main xml debug: TIMER module_Need() : 12.336 ms - Total 12.336 ms / 1 intvls (Avg 12.336 ms)
[00000279] access_mmap access debug: at end of memory mapped file
[00000284] playlist demux warning: invalid <playlist> attribute:"xmlns:vlc"
[00000284] playlist demux debug: parsed 0 tracks successfully
[00000299] main xml debug: removing module "xtag"
[00000278] main input debug: EOF reached
[00000278] main input debug: control type=1
[00000284] main demux debug: removing module "playlist"
[00000279] main access debug: removing module "access_mmap"
[00000278] main input debug: TIMER input launching for 'Media Library' : 66.576 ms - Total 66.576 ms / 1 intvls (Avg 66.576 ms)
[00000301] main preparser debug: waiting for thread initialization
[00000276] main interaction debug: thread started
[00000301] main preparser debug: thread started
[00000301] main preparser debug: thread 32771 (preparser) created at priority 0 (playlist/thread.c:79)
[00000302] main fetcher debug: waiting for thread initialization
[00000302] main fetcher debug: thread started
[00000302] main fetcher debug: thread 49156 (fetcher) created at priority 0 (playlist/thread.c:108)
[00000277] main playlist debug: waiting for thread initialization
[00000277] main playlist debug: thread started
[00000277] main playlist debug: thread 65541 (playlist) created at priority 0 (playlist/thread.c:117)
[00000303] main interface debug: looking for interface module: 1 candidate
[00000277] main playlist debug: rebuilding array of current - root Playlist
[00000277] main playlist debug: rebuild done - 0 items, index -1
[00000303] main interface debug: using interface module "hotkeys"
[00000303] main interface debug: TIMER module_Need() : 18.731 ms - Total 18.731 ms / 1 intvls (Avg 18.731 ms)
[00000303] main interface debug: thread 81926 (interface) created at priority 0 (interface/interface.c:168)
[00000305] main interface debug: looking for interface module: 1 candidate
[00000303] main interface debug: thread started
[00000305] main interface debug: using interface module "inhibit"
[00000305] main interface debug: TIMER module_Need() : 83.899 ms - Total 83.899 ms / 1 intvls (Avg 83.899 ms)
[00000305] main interface debug: thread 98311 (interface) created at priority 0 (interface/interface.c:168)
[00000277] main playlist debug: adding item `output.avi' ( /volume1/Multimedia/output.avi )
[00000277] main playlist debug: rebuilding array of current - root Playlist
[00000277] main playlist debug: rebuild done - 1 items, index -1
[00000307] main interface debug: looking for interface module: 18 candidates
[00000305] main interface debug: thread started
[00000307] main interface debug: using interface module "signals"
[00000307] main interface debug: TIMER module_Need() : 591.122 ms - Total 591.122 ms / 1 intvls (Avg 591.122 ms)
[00000307] main interface debug: thread 131081 (interface) created at priority 0 (interface/interface.c:168)
[00000309] main interface debug: looking for interface module: 18 candidates
[00000307] main interface debug: thread started
[00000309] dummy interface: using the dummy interface module...
[00000309] main interface debug: using interface module "dummy"
[00000309] main interface debug: TIMER module_Need() : 31.849 ms - Total 31.849 ms / 1 intvls (Avg 31.849 ms)
[00000309] main interface debug: thread 147466 (interface) created at priority 0 (interface/interface.c:168)
[00000277] main playlist debug: starting new item
[00000277] main playlist debug: processing request item null node Playlist skip 0
[00000277] main playlist debug: creating new input thread
[00000318] main input debug: Creating an input for 'output.avi'
[00000318] main input debug: waiting for thread initialization
[00000309] main interface debug: thread started
[00000318] main input debug: thread started
[00000318] main input debug: thread 163851 (input) created at priority 10 (input/input.c:370)
[00000319] main stream output debug: stream=`standard'
[00000320] main stream out debug: looking for sout stream module: 1 candidate
[00000320] main stream out debug: set config option: sout-standard-access to http
[00000320] main stream out debug: set config option: sout-standard-mux to avi
[00000320] main stream out debug: set config option: sout-standard-dst to 127.0.0.1:8080
[00000320] stream_out_standard stream out debug: creating `http/avi://127.0.0.1:8080'
[00000320] stream_out_standard stream out debug: extension is 1:8080
[00000320] stream_out_standard stream out debug: extension -> mux=(null)
[00000320] stream_out_standard stream out debug: using `http/avi://127.0.0.1:8080'
[00000322] main access out debug: looking for sout access module: 0 candidates
[00000322] main access out error: no sout access module matched "http"
[00000322] main access out debug: TIMER module_Need() : 2.214 ms - Total 2.214 ms / 1 intvls (Avg 2.214 ms)
[00000320] stream_out_standard stream out error: no suitable sout access module for `http/avi://127.0.0.1:8080'
[00000320] main stream out warning: no sout stream module matching "standard" could be loaded
[00000320] main stream out debug: TIMER module_Need() : 34.292 ms - Total 34.292 ms / 1 intvls (Avg 34.292 ms)
[00000320] main stream out debug: destroying chain... (name=standard)
[00000320] main stream out debug: destroying chain done
[00000319] main stream output error: stream chain failed for `standard{access=http,mux=avi,dst=127.0.0.1:8080}'
[00000318] main input error: cannot start stream output instance, aborting
[00000277] main playlist debug: finished input
[00000277] main playlist debug: dying input
[00000318] main input debug: thread ended
[00000277] main playlist debug: dead input
[00000318] main input debug: thread 163851 joined (playlist/engine.c:244)
[00000318] main input debug: TIMER input launching for 'output.avi' : 1105.072 ms - Total 1105.072 ms / 1 intvls (Avg 1105.072 ms)
[00000277] main playlist debug: starting new item
[00000277] main playlist debug: changing item without a request (current 0/1)
[00000277] main playlist debug: nothing to play