Page 1 of 1

Serviio 1.4 on nsa310 library problems

PostPosted: Fri Dec 27, 2013 5:27 pm
by scififreak
Installed serviio 1.4 on my nsa310 and i want to add my files on my \\/ix2 nas but serviio doesnt scan the address how do i add the nas address to serviio running on nsa310 .
disabled security on my lenovo ix 2 no succes that was a problem when running it on the pc i needed to change the login rights but how do i do that on serviio running on a nas device ?

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Fri Dec 27, 2013 5:36 pm
by Iveky
is that linux?
you need connect network drives before starting serviio

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Fri Dec 27, 2013 8:18 pm
by scififreak
nsa is running Linux yes and my network drive (lenovo ix2) is Always connected to my network

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Fri Dec 27, 2013 8:34 pm
by Iveky
then there have to be a way how to mount it to linux. search web

Sent from my LG-E440 using Tapatalk 2

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Sat Dec 28, 2013 10:07 am
by scififreak
Ok found out how to mount the drives i need with this command .

mount -t cifs -o username=********,password=*********,debug=4 //Server-ip/share /to this locatin/folder

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Sat Dec 28, 2013 11:07 am
by scififreak
Now i still have some errors in the log dont know if they are of any concern but when i use some subtitle settings my tv sais format not supported .



2013-12-27 15:11:43,479 WARN [FFMPEGWrapper] FFmpeg is not compiled with librtmp support, RTMP streaming will not work.
2013-12-27 15:11:43,479 WARN [FFMPEGWrapper] FFmpeg is not compiled with libass support, rendering subtitles (hardsubs) will not work.
2013-12-27 15:11:43,513 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": error=2, No such file or directory
java.io.IOException: Cannot run program "dcraw": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041)
at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:135)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022)
... 1 more
2013-12-27 15:11:43,529 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.


FFmpeg runs maybe missing some lib or something ???


ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jun 24 2013 07:49:34 with gcc 4.5.4 (GCC) 20111110 (prerelease)
configuration: --prefix=/ffp --disable-static --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-small --disable-encoder=aac --disable-decoder=aac --disable-armv6 --disable-armv6t2 --disable-amd3dnow --disable-amd3dnowext --disable-mmx --disable-mmxext --disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 --disable-sse4 --disable-sse42 --disable-vfp --disable-mips32r2 --disable-mipsdspr1 --disable-mipsdspr2 --disable-mipsfpu --enable-zlib --enable-postproc --enable-swscale
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Sat Dec 28, 2013 2:05 pm
by Iveky
maybe online streams (rtmp) wont work. test it.

Sent from my LG-E440 using Tapatalk 2

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Sun Dec 29, 2013 3:22 pm
by scififreak
Nope online streams dont work . thats ok doesnt bother me .


Now i noticed that the mounted drive and created folder in /mnt/ dissapeares so serviio delites the files from the library then i need to mount drive again an serviio add s them back to the library (takes ages) .

is there a way to automount the drive ?
Read about it that u need to edit the fstab file located in /etc but the line i add there gets deleted on restart so not goiing anyware like this :(

What am i doiing wrong ?

Re: Serviio 1.4 on nsa310 library problems

PostPosted: Sun Dec 29, 2013 4:15 pm
by Iveky
if fstab gets constantly deleted, then add mount sentence in script before invoking serviio?

Sent from my LG-E440 using Tapatalk 2