Page 13 of 13

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Wed Feb 20, 2013 11:38 pm
by RalfvdEnden
Hi kairoh,

I have 2 suggestions:

  1. Let the user know you pressed the Save button. The PHP WebUI does this, so I know something has happened.
  2. Make the ip/hostname for the mediabrowser configurable. I can logon fine from a different PC on the network, but it defaults to localhost, so the link doesn't work.

Great work on the console though, so a big thanks for that.

Cheers,

Ralf

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Sun Mar 03, 2013 2:35 pm
by Swehawk
Seems like Elvis has left the building :(
Since Serviio 1.2 is out now I give up on this. Got myself a cheap Android tablet running Serviidroid which does just fine. Pity though....

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Sun Mar 03, 2013 4:07 pm
by raulfg3
simbeav wrote:Weird69,

Have you found a solution for this yet ?

I get exactly the same problem on NAS4FREE. WebUI was fine, rebooted and not can not access it, but Serviio is running - same "Another WebUI instance is already started." message as you in the log as well.

Thanks


only a workarround, you can launch serviio console from shell or from N4F webgui when needed: /usr/local/share/java/classes/serviio/serviio-webui.sh

see:
http://forums.nas4free.org/viewtopic.php?f=79&t=1796

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Sun Mar 24, 2013 12:53 pm
by mmesh
Hi,

Is there a way to run this behind nginx working as a reverse proxy?

I managed to configure block for the location but all the styles and javascripts are not loading:
  Code:
    location /serviio {
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Host $http_host;
        proxy_set_header X-Forwarded-Proto https;
        proxy_redirect off;
        proxy_connect_timeout      240;
        proxy_send_timeout         240;
        proxy_read_timeout         240;
        # note, there is not SSL here! plain HTTP is used
        proxy_pass http://127.0.0.1:8123/serviio/console;
    }

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Fri Apr 12, 2013 3:59 pm
by kalosh
Hello.
I have downloaded and installed serviio and webui (copy bin and plugins to SERVIIO_HOME dir).
Serviio server is working, but webui not quite:
Image
The thing above is the only thing I see and clicking the links do not change anything.
Do you maybe have idea what is wrong?
Regards, Dawid.

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Thu May 09, 2013 9:57 am
by bgalakazam
Hello all. I downloaded Serviio only for the transcoding since I had no luck with fuppes or minidlna streaming to my PS3. I found out that the Transcoding tab is now broken. I wasn't able to find a fix yet. How can I get it to display content?

System:
  Code:
nas4free 9.1.0.1 (revision 636)
Serviio PRO v1.2.1 Evaluation license
Ajax WebUI v1.0.1-c


Error:
  Code:
WARN [ServiioStatusService] Returning error code to the REST layer: Not Found (404) - The server has not found anything matching the request URI


I noticed there are patches floating around. Any instructions on an official fix? I really want to get transcoding working.

Cheers.

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Thu May 09, 2013 10:22 am
by will
Serviio 1.2 had a number of breaking changes to the console API so you are right that this Web UI is broken. Until it is updated your options are to use the Web UI written in PHP which has been updated (viewtopic.php?f=17&t=5330 / https://github.com/mpemberton5/Web-UI-for-Serviio), use the offical console on your PC and point it to your NAS (http://www.serviio.org/component/conten ... e?id=21#q2), or use ServiiDroid (Android app) or ServiiWP/ServiiMetro (WP apps - not sure if both have been updated to work with 1.2 yet) http://www.serviio.org/apps

Re: Web UI in Ajax (Mobile & desktop edition)

PostPosted: Tue Jun 10, 2014 8:41 pm
by PhAzE
Just wondering if anyone has been able to get the WebUI port to change. I read using Dserviio.webui.port you can change it, but i'm not sure where to edit or set this option in linux.

I'm using serviio-wrapper.sh currently and everything seems to be working ok. If I run:

serviio-wrapper.sh -Dserviio.webui.port=9999

The server still starts on port 8123.