MinimServer Forum
Rasberrypi and minim server - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Rasberrypi and minim server (/showthread.php?tid=399)



Rasberrypi and minim server - gmeddens - 22-12-2012 17:35

Hi,
I just received my RasberryPi, which I would like to use as my media server. I installed java version "1.8.0-ea"
Java™ SE Runtime Environment (build 1.8.0-ea-b36e)
Java HotSpot™ Client VM (build 25.0-b04, mixed mode).

Then I installed minim server, using the installation guide for linux. Minimserver displays the following error after start:

java.lang.UnsatisfiedLinkError: /home/pi/minimserver-0.63/lib/libohNet.so: /home/pi/minimserver-0.63/lib/libohNet.so: cannot open shared object file: No such file or directory.

This the minimserver-063/lib directory list:

-rw-r--r-- 1 pi pi 104870 Nov 10 20:28 jflac-1.3-minim.jar
-rw-r--r-- 1 pi pi 188675 Nov 10 22:00 jminim.jar
-rwxrwxrwx 1 pi pi 85490 Oct 3 20:08 libohNetJni.so
-rwxrwxrwx 1 pi pi 1375809 Oct 3 20:08 libohNet.so
-rw-r--r-- 1 pi pi 0 Dec 22 16:22 minimserver.config
-rw-r--r-- 1 pi pi 5229 Dec 22 16:22 minimserver-crash-20121222-162256.log
-rw-r--r-- 1 pi pi 4965 Dec 22 16:23 minimserver-crash-20121222-162308.log
-rw-r--r-- 1 root root 5229 Dec 22 16:29 minimserver-crash-20121222-162946.log
-rw-r--r-- 1 pi pi 362173 Nov 10 22:00 minimserver.jar
-rw-r--r-- 1 pi pi 2244 Dec 22 16:29 minimserver.log
-rw-r--r-- 1 pi pi 151630 Oct 3 21:00 ohnet.jar

So the libohNet.so actually resides in the directory.
Starting minim server with sudo did not help. Any ideas to help a novice?
Guy


RE: Rasberrypi and minim server - simoncn - 22-12-2012 23:52

(22-12-2012 17:35)gmeddens Wrote:  Hi,
I just received my RasberryPi, which I would like to use as my media server. I installed java version "1.8.0-ea"
Java™ SE Runtime Environment (build 1.8.0-ea-b36e)
Java HotSpot™ Client VM (build 25.0-b04, mixed mode).

Then I installed minim server, using the installation guide for linux. Minimserver displays the following error after start:

java.lang.UnsatisfiedLinkError: /home/pi/minimserver-0.63/lib/libohNet.so: /home/pi/minimserver-0.63/lib/libohNet.so: cannot open shared object file: No such file or directory.

This the minimserver-063/lib directory list:

-rw-r--r-- 1 pi pi 104870 Nov 10 20:28 jflac-1.3-minim.jar
-rw-r--r-- 1 pi pi 188675 Nov 10 22:00 jminim.jar
-rwxrwxrwx 1 pi pi 85490 Oct 3 20:08 libohNetJni.so
-rwxrwxrwx 1 pi pi 1375809 Oct 3 20:08 libohNet.so
-rw-r--r-- 1 pi pi 0 Dec 22 16:22 minimserver.config
-rw-r--r-- 1 pi pi 5229 Dec 22 16:22 minimserver-crash-20121222-162256.log
-rw-r--r-- 1 pi pi 4965 Dec 22 16:23 minimserver-crash-20121222-162308.log
-rw-r--r-- 1 root root 5229 Dec 22 16:29 minimserver-crash-20121222-162946.log
-rw-r--r-- 1 pi pi 362173 Nov 10 22:00 minimserver.jar
-rw-r--r-- 1 pi pi 2244 Dec 22 16:29 minimserver.log
-rw-r--r-- 1 pi pi 151630 Oct 3 21:00 ohnet.jar

So the libohNet.so actually resides in the directory.
Starting minim server with sudo did not help. Any ideas to help a novice?
Guy

MinimServer needs the softfloat version of Debian "wheezy" to be installed on the Raspberry Pi. After doing that, I'd recommend installing the ARM softfloat version of Java 6 or Java 7 (not Java 1.8.0-ea), and then installing the Linux ARM version of MinimServer.


RE: Rasberrypi and minim server - gmeddens - 27-12-2012 20:38

Yes,
Thanks, got it working. I have now only 3 files in the library, just to test. I add a 2 TB usb drive as soon as the music is copied. Thanks for the help. 176 kHz 24 bits working.
[Edit]
2000 files in the library, still copying files, 16 bits 44.1 kHz files are no problem, 96 kHz 24 bits files and higher resolution are not streaming well at the moment, since I am still filling the hard disk
Guy


RE: Rasberrypi and minim server - ReneZ - 01-01-2013 14:13

Any success??


RE: Rasberrypi and minim server - gmeddens - 02-01-2013 18:21

Hi,

Installed the Soft-float Debian “wheezy”, jdk-7u10-linux-arm-sfp.tar.gz, and MinimServer-0.63-linux-arm.tar.gz.
Since my linux skills are rusty to say the least, I decided to put all in the /home/pi folder.
Unzip the java distro there, unzip minim server, created a music folder to mount the usb hd. Then I created a script to start the server. I haven't figured out why my startup on boot doesn't work, but that is less important. I got it stable with 1100 albums or so, but then could not stop tinkering...
Now the logs fill up the startup volume, so I need tio tweak a little more. I might just start over. Which will save me time i think.
Guy
[Edit]


RE: Rasberrypi and minim server - ReneZ - 04-01-2013 17:34

I'd be really interested to know how you did/do it as my linux is limited, but this looks like a perfect solution for someone travelling regularly. Just bought a Hitachi Touro 2Tb external drive that would be connected to the Raspberry PI. I assume the processor/memory combination wouldn't allow for the transcoding of FLAC to 24WAV (I have an early RP PI).

Cheers, Rene


RE: Rasberrypi and minim server - simoncn - 04-01-2013 17:42

(04-01-2013 17:34)ReneZ Wrote:  I'd be really interested to know how you did/do it as my linux is limited, but this looks like a perfect solution for someone travelling regularly. Just bought a Hitachi Touro 2Tb external drive that would be connected to the Raspberry PI. I assume the processor/memory combination wouldn't allow for the transcoding of FLAC to 24WAV (I have an early RP PI).

Cheers, Rene

I think you'd be OK for FLAC->WAV24 at CD quality, and probably also up to 24/96. I'm not sure about 24/192.


RE: Rasberrypi and minim server - ReneZ - 04-01-2013 18:38

Simon, that's great news!