FAQ  •  Register  •  Login

Web UI in Ajax (Mobile & desktop edition)

<<

RalfvdEnden

Serviio newbie

Posts: 4

Joined: Tue Nov 06, 2012 12:15 pm

Location: The Hague, The Netherlands

Post Wed Feb 20, 2013 11:38 pm

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

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
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Sun Mar 03, 2013 2:35 pm

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

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....
<<

raulfg3

Serviio newbie

Posts: 11

Joined: Sun Nov 25, 2012 7:49 am

Post Sun Mar 03, 2013 4:07 pm

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

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
<<

mmesh

Serviio newbie

Posts: 1

Joined: Sun Mar 24, 2013 12:48 pm

Post Sun Mar 24, 2013 12:53 pm

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

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;
    }
<<

kalosh

Serviio newbie

Posts: 1

Joined: Fri Apr 12, 2013 3:52 pm

Post Fri Apr 12, 2013 3:59 pm

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

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.
<<

bgalakazam

Serviio newbie

Posts: 1

Joined: Thu May 09, 2013 9:53 am

Post Thu May 09, 2013 9:57 am

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

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.
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Thu May 09, 2013 10:22 am

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

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
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

PhAzE

Serviio newbie

Posts: 2

Joined: Tue Jun 10, 2014 8:37 pm

Post Tue Jun 10, 2014 8:41 pm

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

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.
Previous

Return to Third-party tools integration

Who is online

Users browsing this forum: No registered users and 25 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.