FAQ  •  Register  •  Login

PACKAGE: Serviio 2.1 - Synology NAS, with HW transcoding!

<<

SdeWeb

Serviio newbie

Posts: 2

Joined: Sat Jan 30, 2016 9:46 am

Post Sat Jan 30, 2016 10:01 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Hi,
I got a Synology DS211 since 4 year only for Serviio.
Since i've upgrade to Serviio 1.6, using the "ssh" method, the CPU load still above 90%, even if no content was played.
Transcoding option is Off in Serviio console.
When i check Ressources Monitor, the process named "ffmpeg" use always more than 65%, many time 99% of CPU.
The only thing that was not upgraded is Java, my version is : 1.8.0_65-0035.
There's a solution, or shuld i downgrade my Serviio version to 1.5 ?

Regards.
Seb.
<<

anachron

Serviio newbie

Posts: 9

Joined: Fri Jan 29, 2016 7:57 am

Location: France

Post Sat Jan 30, 2016 11:26 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Hello SdeWeb,

I think you are running into the same issue as me (see viewtopic.php?f=5&t=21480 ). The issue doesn't seems to be related to the NAS package but to Serviio 1.6. It is more noticeable on NAS due to low CPU power i guess.
<<

SdeWeb

Serviio newbie

Posts: 2

Joined: Sat Jan 30, 2016 9:46 am

Post Sat Jan 30, 2016 12:05 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Hi,
Thanx for u'r help.
Finally after some hour of running, the CPU load decrease to a good value. (under 25%) even during playing a movie.
I think that the overload was issue by a library refresh, i think that the refresh use ffmpeg to work.

I hope that this state will stay ok.

Thanx 4 all.

Regards.
<<

_roon_

Serviio newbie

Posts: 3

Joined: Fri Jan 29, 2016 9:12 am

Post Tue Feb 02, 2016 12:26 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

_roon_ wrote:
patters wrote:Odd. Well you could stop Serviio. Then connect as root via SSH:
  Code:
cp -R /var/packages/Serviio/target/library /volume1/@tmp/

Uninstall Serviio 1.5.2. Install Serviio 1.6 but don't start it. Then:
  Code:
rm -rf /var/packages/Serviio/target/library
mv /volume1/@tmp/library/ /var/packages/Serviio/target/

Start Serviio. Your library, licence key, and online sources will be preserved.

If you're running DSM 6.0 beta 2 you need to connect to SSH as admin (root no longer allowed). Once connected run "sudo -i" and use the admin password again to switch to root.


Thanks! Will try that and post the result here.


OK, this works. Got it running on version 1.6 now.
THanks! Keep up the good work!
<<

clyve

Serviio newbie

Posts: 4

Joined: Fri Feb 05, 2016 12:34 am

Post Fri Feb 05, 2016 12:55 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Tried to install serviio on my 215j, but got the following error:
http://puu.sh/mW9Td/5cb7e7e7cd.png

Got java 8 installed, but the service is not running (Leállított)
http://puu.sh/mWaME/6d10f33938.png

Many Thanks!
Viktor
<<

clyve

Serviio newbie

Posts: 4

Joined: Fri Feb 05, 2016 12:34 am

Post Fri Feb 05, 2016 11:17 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

DSM version is 5.2-5644 update 3
http://puu.sh/mWD6h/92d540a082.png



clyve wrote:Tried to install serviio on my 215j, but got the following error:
http://puu.sh/mW9Td/5cb7e7e7cd.png

Got java 8 installed, but the service is not running (Leállított)
http://puu.sh/mWaME/6d10f33938.png

Many Thanks!
Viktor
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Fri Feb 05, 2016 12:21 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Look at the log for the Java package. It's not properly installed unless you can see the HotSpot version there. It should show:
  Code:
java version "1.8.0_71"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_71-b15, headless)
Java HotSpot(TM) Embedded Client VM (build 25.71-b15, mixed mode)

System installed locales:
C
cs_CZ.utf8
da_DK.utf8
de_DE.utf8
en_US.utf8
es_ES.utf8
fr_FR.utf8
hu_HU.utf8
it_IT.utf8
ja_JP.utf8
ko_KR.utf8
nb_NO.utf8
nl_NL.utf8
pl_PL.utf8
POSIX
pt_BR.utf8
pt_PT.utf8
ru_RU.utf8
sv_SE.utf8
tr_TR.utf8
zh_CN.utf8
zh_TW.utf8

JAVA_HOME=/volume1/@appstore/java8/ejdk1.8.0_71/linux_i586/jre
TZ=Europe/Dublin


If you don't see this then you've done something wrong. I'd suggest using Firefox to download the file from Oracle.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

clyve

Serviio newbie

Posts: 4

Joined: Fri Feb 05, 2016 12:34 am

Post Fri Feb 05, 2016 4:56 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Thanks for your answer!

I downloaded wrong java versions ( ....arm32 and arm64 bit ).
Finally found the proper one, and installing was supersmooth, now configuring serviio.
http://puu.sh/mWSE8/63e427c80e.png

Thanks again!




patters wrote:Look at the log for the Java package. It's not properly installed unless you can see the HotSpot version there. It should show:
  Code:
java version "1.8.0_71"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_71-b15, headless)
Java HotSpot(TM) Embedded Client VM (build 25.71-b15, mixed mode)

System installed locales:
C
cs_CZ.utf8
da_DK.utf8
de_DE.utf8
en_US.utf8
es_ES.utf8
fr_FR.utf8
hu_HU.utf8
it_IT.utf8
ja_JP.utf8
ko_KR.utf8
nb_NO.utf8
nl_NL.utf8
pl_PL.utf8
POSIX
pt_BR.utf8
pt_PT.utf8
ru_RU.utf8
sv_SE.utf8
tr_TR.utf8
zh_CN.utf8
zh_TW.utf8

JAVA_HOME=/volume1/@appstore/java8/ejdk1.8.0_71/linux_i586/jre
TZ=Europe/Dublin


If you don't see this then you've done something wrong. I'd suggest using Firefox to download the file from Oracle.
<<

clyve

Serviio newbie

Posts: 4

Joined: Fri Feb 05, 2016 12:34 am

Post Sat Feb 06, 2016 7:17 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Serviio is still the best! Im using it for long time now on my pc, and now that I have the syno 215j NAS, its working just as good as it does on the pc!
Thanks for this wonderful app! :)
<<

kretzu77

Serviio newbie

Posts: 1

Joined: Sun Feb 07, 2016 9:11 am

Post Sun Feb 07, 2016 9:21 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Hi there,

I tried everything and I still have port 23423 issue

My current version is 1.5.2-0028
Untitled.jpg
Untitled.jpg (17.1 KiB) Viewed 15765 times


but still I can't update Serviio
Untitled1.jpg
Untitled1.jpg (158.78 KiB) Viewed 15765 times


My java is 1.8.0_72
Untitled3.jpg
Untitled3.jpg (22.16 KiB) Viewed 15765 times


Can you help me somehow please?

TY
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sun Feb 07, 2016 10:56 am

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Seems to be an issue I didn't get during testing. Have a look here for the solution:
viewtopic.php?f=14&t=3311&start=220#p106588
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

subora

Serviio newbie

Posts: 17

Joined: Tue Apr 30, 2013 8:39 pm

Post Fri Feb 19, 2016 5:18 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

DS413 with error:
Java HotSpot™ Embedded Client VM warning: G1 GC is disabled in this release.
<<

copfy

Serviio newbie

Posts: 1

Joined: Sat Mar 05, 2016 5:58 pm

Post Sat Mar 05, 2016 6:18 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

DS214play, DSM 5.2, Sony Bravia TV

Works perfectly! Much better, more format and device support than the integrated Video Station, without any lagging.

Thank you so much!

FYKI, the DSM 6 (64 bit version!) is on the way, currently in beta 2... I hope Servio still working on it.

Zsolt
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Mon Mar 07, 2016 4:40 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

subora wrote:DS413 with error:
Java HotSpot™ Embedded Client VM warning: G1 GC is disabled in this release.


That happens on all versions - Java Embedded lacks the G1 garbage collector. It's only a warning though, it will drop back to using one of the alternate garbage collectors (they free up and consolidate RAM when the application has been running a while).
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Mon Mar 07, 2016 4:41 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

copfy wrote:DS214play, DSM 5.2, Sony Bravia TV
FYKI, the DSM 6 (64 bit version!) is on the way, currently in beta 2... I hope Servio still working on it.


My system runs DSM 6.0 RC and Serviio is fine.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

Mikkael

Serviio newbie

Posts: 1

Joined: Fri Mar 11, 2016 7:29 pm

Post Fri Mar 11, 2016 8:13 pm

Re: PACKAGE: Serviio 1.6 - Synology NAS, with HW transcoding

Synlogy DS214se, DSM 5.2.5644-U5

Serviio 1.6:
1) very, very, very slow, open any folder 6-10 seconds (on 1.4.2.1 and 1.5.2 - 1-2 seconds). I tried to uninstall, remove database and install again - same thing.

Serviio 1.5.2(027, 028):
1) sometime half-scanned files, for example
on NAS: Monsters University (2013).avi 1:43:47
in Seviio: Monsters University (2013).avi 57:35
after renaming to Monsters University (2013)1.avi
on NAS: Monsters University (2013)1.avi 1:43:47
in Seviio: Monsters University (2013)1.avi 1:43:47

2) sometime half-scanned folders, for example:
on NAS folder:
05x01 The Red Glass Bead.avi
05x02 Devil's Cherry.avi
05x03 Not One Red Cent.avi
05x04 Blood Feud.avi
05x05 Red Dawn.avi
05x06 Cherry Picked.avi
in Serviio, same folder:
05x01 The Red Glass Bead.avi
05x03 Not One Red Cent.avi
05x06 Cherry Picked.avi

3) Console on PC very often can't connect to Serviio on NAS.

Serviio 1.4.1.2 worked fine for 2 years and did not have any of these bugs.
I tried to downgrade to Serviio 1.4.1.2, but with no luck. I found serviio1.4.1.2-merged-0026.spk on your server, but serviio1.4-native-armv7l.tgz is missing. Can you return this file to your server or maybe upload it to dropbox/skydrive?
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sat May 21, 2016 12:50 pm

Re: PACKAGE: Serviio 1.6.1 - Synology NAS, with HW transcodi

I have updated the Synology package to Serviio 1.6.1.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

frankwbb

Serviio newbie

Posts: 1

Joined: Sat May 21, 2016 1:21 pm

Post Sat May 21, 2016 1:27 pm

Re: PACKAGE: Serviio 1.6.1 - Synology NAS, with HW transcodi

I updated it from version 1.6 to 1.6.1. After the download I get the following message (see attachment).

I take this from this threat but it don't solve the problem:
viewtopic.php?f=14&t=3311&start=220#p106595

Best regards
frankwbb
Attachments
Unbenannt.PNG
Unbenannt.PNG (11.55 KiB) Viewed 15010 times
<<

M3kk

Serviio newbie

Posts: 7

Joined: Fri Jan 30, 2015 4:46 pm

Post Sun May 22, 2016 8:32 am

Re: PACKAGE: Serviio 1.6.1 - Synology NAS, with HW transcodi

Hello, there is a problem with 1.6.1?

I updated (at least i wanted) from 1.6 to 1.6.1. First i get some java related error, but after i resolved that i cant install serviio anymore. I get the port error:

Image

I tried to clean all Serviio Related things from my NAS, several restarts, also i verified if the port 23423 is used by another process, but it doesent.

Can you check it? Or can you recommend me what anything else i should try?

Thanks.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sun May 22, 2016 1:11 pm

Re: PACKAGE: Serviio 1.6.1 - Synology NAS, with HW transcodi

This does not happen on my system. Did you do something non-standard when 1.6 first came out, and there were issues upgrading from 1.5.2? I remember someone on here published some instructions to edit the firewall definitions registration inside the package and I urged people not to do this as they would end up with an orphaned firewall definition.

Try restarting the NAS, sometimes that can glitchy fix port conflict messages.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
PreviousNext

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 10 guests

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