Jump to content

BubbleUPnPServer


Recommended Posts

Hi looking for some help I would like to install BubbleUPnPServer on Unraid I have tried following the below instructions but am not sure how to run launch.sh on my unraid box.  Any help appreciated

 

 

step 1. go to unmenu 8080 page and install JAVA

step 2. download the linux version of bubble media server from ..

http://www.bubblesoftapps.com/bubble...er-distrib.zip

 

step 3 : unzip the files under disk1 and you will have a launch.sh file on it.

step 4 : before we run the launch.sh file we need to make sure that launch.sh file

is pointing to the correct java executable on unraid for this open launch.sh file in note pad and copy the below line in the end...

 

/usr/lib/java/bin/java -jar BubbleUPnPServer.jar

 

step 5 : Now run launch.sh and server will start.

 

step 6 : go to browser and run 192.168.x.y:58050

 

Complete tutorial to install BuBBle UPnp on linux ...........

 

http://www.bubblesoftapps.com/bubbleupnpserver/#transcoding

 

 

Link to comment

Not sure about the exact procedure but what about the standard way of executing shell scripts.

 

./file.sh

 

So, try without the quotes: "./launch.sh"

 

If it wont execute you might have permission issues. Without Quotes:  "chmod +x launch.sh" should fix that if not done already.

 

To start the application on boot "I think" you would do this: add "/<path to launch.sh>/launch.sh" near the bottom of the config/go script on your flash drive. You should probably check this with someone else. I'm at work and cant remember that bit off hand.

 

Sorry best I can do. Not really too linux competent.

Link to comment

Thanks danioj

 

I am getting the following error can you assistroot@Tower:/boot# ./launch.sh

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/bubblesoft/bubbleupnpserver/launcher/Main : Unsupported major.minor version 51.0

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(Unknown Source)

at java.security.SecureClassLoader.defineClass(Unknown Source)

at java.net.URLClassLoader.defineClass(Unknown Source)

at java.net.URLClassLoader.access$000(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Could not find the main class: com.bubblesoft.bubbleupnpserver.launcher.Main. Program will exit.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...