Page 1 of 1

Ubuntu 16.04.1 Desktop

PostPosted: Thu Jul 28, 2016 2:38 pm
by renecek
Hello,

I'm newbie in linux. I followed this guide http://wiki.serviio.org/doku.php?id=how ... buntu15-04
and serviio server is running fine. I just don't know how to add new folder with movies there? There is no GUI I had on windows. Or is there any way to run GUI for serviio?
Thank you

Re: Ubuntu 16.04.1 Desktop

PostPosted: Thu Jul 28, 2016 3:23 pm
by renecek
UPDATE:
found http://kairoh.bitbucket.org/serviio-webui/

So I downloaded http://kairoh.bitbucket.org/serviio-web ... 1-c.tar.gz
extracted file to /var/www/serviio

Link doesn't work... http://127.0.0.1:8123/serviio/console , http://192.168.1.102:8123/serviio/console
ERR_CONNECTION_REFUSED

In router have forwarded port 8123 for computer's IP 192.168.1.102 (TCP&UDP)

Any solution please?

Re: Ubuntu 16.04.1 Desktop

PostPosted: Thu Jul 28, 2016 5:45 pm
by zip
That UI is now outdated. Serviio comes with a web based UI on its own now. See http://serviio.org/component/content/article?id=21#q20

Re: Ubuntu 16.04.1 Desktop

PostPosted: Thu Jul 28, 2016 7:30 pm
by renecek
Thank you, will try to install it again. Can you show me the right guide for installing?

http://wiki.serviio.org/doku.php?id=how ... all:ubuntu
will be it ok?

Re: Ubuntu 16.04.1 Desktop

PostPosted: Thu Jul 28, 2016 9:52 pm
by zip
Yes, it included an old download, I updated it to the latest one.

Re: Ubuntu 16.04.1 Desktop

PostPosted: Fri Jul 29, 2016 9:15 am
by renecek
Thank you, but there are some errors:

server@server:~$ sudo apt-get install ffmpeg libavcodec-extra-53 libavformat-extra-53
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libavcodec-extra-53 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libavcodec-extra-53' has no installation candidate
E: Unable to locate package libavformat-extra-53

server@server:~$ sudo apt-get install ffmpeg gstreamer0.10-ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gstreamer0.10-ffmpeg
E: Couldn't find any package by glob 'gstreamer0.10-ffmpeg'
E: Couldn't find any package by regex 'gstreamer0.10-ffmpeg'
server@server:~$


server@server:~/serviio$ initctl list
initctl: Name "com.ubuntu.Upstart" does not exist


server@server:~/serviio$ sudo start serviio
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused

Re: Ubuntu 16.04.1 Desktop

PostPosted: Fri Jul 29, 2016 6:58 pm
by jk50
Stop using these instructions http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu .
Go back to using these instructions http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu15-04
Any place those instructions say "serviio-1.5.2" substitute "serviio-1.6.1"

Re: Ubuntu 16.04.1 Desktop

PostPosted: Fri Jul 29, 2016 8:37 pm
by renecek
jk50 wrote:Stop using these instructions http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu .
Go back to using these instructions http://wiki.serviio.org/doku.php?id=howto:linux:install:ubuntu15-04
Any place those instructions say "serviio-1.5.2" substitute "serviio-1.6.1"

Did you try it on 16.x please?

Re: Ubuntu 16.04.1 Desktop

PostPosted: Fri Jul 29, 2016 11:26 pm
by jk50
Read your first post, you said you already tried those instructions and they worked.
All you need to do is plugin "serviio-1.6.1" any where they say "serviio-1.5.2"

Re: Ubuntu 16.04.1 Desktop

PostPosted: Sat Jul 30, 2016 8:46 am
by renecek
Ah I'm idiot, sorry, too tired :-)
Works perfect now with GUI. Thank you so much