RESOLVED : NAS Synology ARM based VLC module load issue

*nix specific usage questions
marclg
New Cone
New Cone
Posts: 4
Joined: 05 Nov 2008 16:41

RESOLVED : NAS Synology ARM based VLC module load issue

Postby marclg » 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

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
Last edited by marclg on 05 Nov 2008 18:17, edited 1 time in total.

xtophe
Big Cone-huna
Big Cone-huna
Posts: 1209
Joined: 24 Nov 2003 10:12
Location: Bristol, England

Re: NAS Synology ARM based VLC module load issue

Postby xtophe » 05 Nov 2008 17:16

It can't find any of the libraries the modules depends on.
Are they installed ?
has /etc/ld.so.conf been checked and ldconfig rerun ?
Xtophe

marclg
New Cone
New Cone
Posts: 4
Joined: 05 Nov 2008 16:41

Re: NAS Synology ARM based VLC module load issue

Postby marclg » 05 Nov 2008 18:16

Hi,

Thanks for the feed-back.

Trying to play with ldconfig, in all ways, I have found what is the error.

ipkg did not install everyhting that I required. Bizarre that the library still seems to be there.

so I have re-installed the other package packages.

Thanks for the tip.

Regards,

Marc

klaasvaak
Blank Cone
Blank Cone
Posts: 12
Joined: 04 Jul 2008 16:13

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby klaasvaak » 08 Nov 2008 22:32

Hi Marc,

I'm trying for ages to get the VLC working on my Synology DS107+, but it's coming up with the same error message again and again (see here).

I suppose I have to uninstall my "older" version 0.8 and IPKG version 0.9.4-1, but then ... can you explain which additional packages you've installed?

many thanks in advance & regards, Klaas

marclg
New Cone
New Cone
Posts: 4
Joined: 05 Nov 2008 16:41

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby marclg » 13 Nov 2008 07:55

Hi,

What I did, is installing the extra packages that are advised to be installed when you run the info option on the vlc package with ipkg?

I hope it helps you.

Marc

klaasvaak
Blank Cone
Blank Cone
Posts: 12
Joined: 04 Jul 2008 16:13

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby klaasvaak » 17 Nov 2008 20:34

Hi Marc,

Thanks for your post; it took a while before I could try to install VLC on my DS again. I did a clean install, but I now have a new problem. During the install of "dbus" I got the following message:
Downloading http://ipkg.nslu2linux.org/feeds/optwar ... -3_arm.ipk
Configuring dbus
There already is an messagebus group on the system.
There already is an messagebus user on the system.
Successfully terminated.
Then after "dbus-launch" I get:
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/home/slug/optware/syno-x07/tmp/dbus-DO4t
NkMXMV,guid=3336ad981e8768aa6779cb004921c97f
DBUS_SESSION_BUS_PID=2673
Starting "vlc" finally results in:
D-Bus library appears to be incorrectly set up; failed to read machine uuid:
Failed to open "/opt/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue. D-Bus not built with -rdynamic so unable to print a backtrace
Aborted (core dumped)
As a result VLC doesn't start. Did you have this issue as well? And if so, how did you solve it?

regards, Klaas

marclg
New Cone
New Cone
Posts: 4
Joined: 05 Nov 2008 16:41

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby marclg » 18 Nov 2008 07:51

Hi,

I did not get all your issues.

I install the package and use a command line like:

Code: Select all

dbus-launch cvlc -v --extraintf=http --http-host=:8080
You need to run in user mode and not root.

Sorry not to be able to help more.

Marc

klaasvaak
Blank Cone
Blank Cone
Posts: 12
Joined: 04 Jul 2008 16:13

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby klaasvaak » 19 Nov 2008 15:13

Hi Marc,

Thanks for your message; I broke

Code: Select all

bus-launch vlc -I http
in two separate lines. VLC is working now, but there're still loads of "challenges" (like eg this one).

regards, Klaas

www.rzr.online.fr
New Cone
New Cone
Posts: 7
Joined: 10 Dec 2008 23:38
Operating System: linux
Location: fr/35/rennes
Contact:

Re: RESOLVED : NAS Synology ARM based VLC module load issue

Postby www.rzr.online.fr » 11 Dec 2008 00:35

does this built stream also mp3 files ?
--
http://rzr.online.fr/q/vlc
http://rzr.online.fr/q/vlc
http://rzr.online.fr/q/raid
http://rzr.online.fr/q/codec
http://go.cur.lv/files# files to be shared or email me


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 18 guests