Page 16 of 18

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

PostPosted: Mon Mar 06, 2017 2:17 pm
by ctrippel
FYI, the previously described issues with the status page and others appears to have resolved itself. Perhaps there was something happening during the metadata update (??) that caused it. I have no issues at this point.

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

PostPosted: Mon Mar 06, 2017 6:04 pm
by Biker
Hello,
I will try the update myself if a few days, then.

Thanks again fro your help!

Best regards,
Biker

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

PostPosted: Tue Mar 07, 2017 12:36 pm
by Korleone008
Hi, i have installed on custom Nas (i3 notebook) Dsm 5.2 version (for Ds316xs) , and i added pcloader..packages but serviio media and serviio console doesn't appear. What did I miss? I have Java 8 allready installed too.

Thank you

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

PostPosted: Thu Jun 15, 2017 3:31 pm
by Pat K
Hello
I cannot find the PACKAGE: Serviio 1.8 - Synology NAS.
I am looking at this adress https://pcloadletter.co.uk/2012/01/25/s ... o-package/ et do not see it !
What i am doing wrong :(
Thanks for your help

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

PostPosted: Mon Jun 19, 2017 11:00 am
by patters
It's not a direct download. You need to add the package repository URL to your NAS. The instructions are on that page.

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

PostPosted: Mon Jun 19, 2017 11:41 pm
by Pat K
Thanks a lot, it works.

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

PostPosted: Tue Jul 04, 2017 12:22 pm
by patha
I have gone through the install instructions provided with no prior installations with version 1.8 on DSM 6.1.2-15132.

I have had exactly the same chain of events with both options on the Java 8 crypto. Unfortunately I do not know how to install 1.6 and then upgrade again as this person did.

Any advice since I would like to be able to run this from the NAS?


darthnic wrote:
darthnic wrote:
patters wrote:Since the error mentions cipher mechanisms being the problem, can you confirm whether you installed Java 8 Embedded with our without the unlimited strength cryptography option. AFAIK it isn't normally necessary, but perhaps it may fix the issue you're seeing.


Without :)


Just for the hell of it I tried installing your java 8 package with unlimited strength and then try to run Serviio again.

The log now reports this

  Code:
Java HotSpot(TM) Embedded Client VM warning: G1 GC is disabled in this release.
2017-01-30 12:43:01,283 INFO  [MediaServer] ------------------------------------------------------------------------
2017-01-30 12:43:01,287 INFO  [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc)
2017-01-30 12:43:01,287 INFO  [MediaServer] Petr Nejedly 2009-2015
2017-01-30 12:43:01,287 INFO  [MediaServer] http://www.serviio.org
2017-01-30 12:43:01,287 INFO  [MediaServer]
2017-01-30 12:43:01,288 INFO  [MediaServer] Java 1.8.0_121-Oracle Corporation arm
2017-01-30 12:43:01,288 INFO  [MediaServer] OS Linux 3.2.40
2017-01-30 12:43:01,288 INFO  [MediaServer] File encoding: UTF-8
2017-01-30 12:43:01,756 INFO  [MediaServer] Headless mode enabled: true
2017-01-30 12:43:01,757 INFO  [MediaServer] User: root
2017-01-30 12:43:01,757 INFO  [MediaServer] User home dir: /root
2017-01-30 12:43:01,757 INFO  [MediaServer] Temp dir: /tmp
2017-01-30 12:43:01,757 INFO  [MediaServer] ------------------------------------------------------------------------
2017-01-30 12:43:01,902 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2017-01-30 12:43:02,033 INFO  [DatabaseManager] Using DERBY database language
2017-01-30 12:43:04,472 WARN  [DBConnectionPool] Can't create a new connection for jdbc:derby:db;create=true
java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@1f96302, see the next exception for details.
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   at java.sql.DriverManager.getConnection(DriverManager.java:270)
   at org.serviio.db.DBConnectionPool.newConnection(DBConnetionPool.java:186)
   at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:123)
   at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:149)
   at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:71)
   at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:64)
   at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:49)
   at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:80)
   at org.serviio.MediaServer.main(MediaServer.java:125)
Caused by: ERROR XJ040: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@1f96302, see the next exception for details.
   at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
   ... 22 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
   at sun.nio.cs.UTF_8$Encoder.encode(UTF_8.java:716)
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:304)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:918)
   at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.exists(File.java:819)
   at org.apache.derby.impl.store.raw.data.RAFContainer.privGetFileName(Unknown Source)
   at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.store.raw.data.RAFContainer.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.RAFContainer4.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.FileContainer.setIdent(Unknown Source)
   at org.apache.derby.impl.store.raw.data.FileContainer.setIdentity(Unknown Source)
   at org.apache.derby.impl.services.cache.ConcurrentCache.find(Unknown Source)
   at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openDroppedContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.xact.Xact.openDroppedContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.ContainerBasicOperation.findContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.ContainerBasicOperation.needsRedo(Unknown Source)
   at org.apache.derby.impl.store.raw.log.FileLogger.redo(Unknown Source)
   at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
   at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
   ... 19 more
2017-01-30 12:43:06,495 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: null
java.lang.NullPointerException
   at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:50)
   at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:80)
   at org.serviio.MediaServer.main(MediaServer.java:125)

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

PostPosted: Tue Aug 01, 2017 11:47 pm
by patters
Updated Synology package to Serviio 1.9. Enjoy!

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

PostPosted: Wed Aug 16, 2017 1:05 am
by NRB
Thanks for the update patters!

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

PostPosted: Sun Aug 27, 2017 6:51 pm
by sheldonr49er
I am installing and having the same problem you indicated with the most current serviio package for my synology nas. I can not locate the file /usr/local/etc/services.d/Serviio.sc in the zipped package, so where would I find this file remove so I can install the product? In a previous post where users received the message I did there was an indication by one person to remove the file rm /usr/local/etc/services.d/Serviio.sc but I am not sure where this file exists, in the install package of which I do not have access. Any help would be helpful.

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

PostPosted: Mon Sep 04, 2017 10:13 pm
by patters
You can only access this location by connecting to the NAS via SSH. You need to enable SSH access in the Terminal & SNMP entry in the DSM Control Panel. You connect using an SSH client (PuTTY on Windows, Terminal on Mac) as the 'admin' user, and use the admin password. Then use:
  Code:
sudo -i

and provide that same password to switch to root user access.
Ideally you will need to understand Linux a bit, because you can do damage by accident in this mode.
The command to remove this file is:
  Code:
rm /usr/local/etc/services.d/Serviio.sc

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

PostPosted: Sat Sep 16, 2017 12:31 pm
by darthnic
patha wrote:I have gone through the install instructions provided with no prior installations with version 1.8 on DSM 6.1.2-15132.

I have had exactly the same chain of events with both options on the Java 8 crypto. Unfortunately I do not know how to install 1.6 and then upgrade again as this person did.

Any advice since I would like to be able to run this from the NAS?


darthnic wrote:
patters wrote:Since the error mentions cipher mechanisms being the problem, can you confirm whether you installed Java 8 Embedded with our without the unlimited strength cryptography option. AFAIK it isn't normally necessary, but perhaps it may fix the issue you're seeing.


Without :)

Just for the hell of it I tried installing your java 8 package with unlimited strength and then try to run Serviio again.

The log now reports this

  Code:
Java HotSpot(TM) Embedded Client VM warning: G1 GC is disabled in this release.
2017-01-30 12:43:01,283 INFO  [MediaServer] ------------------------------------------------------------------------
2017-01-30 12:43:01,287 INFO  [MediaServer] Serviio DLNA media streaming server v 1.8 (rev. cc55b64588cc)
2017-01-30 12:43:01,287 INFO  [MediaServer] Petr Nejedly 2009-2015
2017-01-30 12:43:01,287 INFO  [MediaServer] http://www.serviio.org
2017-01-30 12:43:01,287 INFO  [MediaServer]
2017-01-30 12:43:01,288 INFO  [MediaServer] Java 1.8.0_121-Oracle Corporation arm
2017-01-30 12:43:01,288 INFO  [MediaServer] OS Linux 3.2.40
2017-01-30 12:43:01,288 INFO  [MediaServer] File encoding: UTF-8
2017-01-30 12:43:01,756 INFO  [MediaServer] Headless mode enabled: true
2017-01-30 12:43:01,757 INFO  [MediaServer] User: root
2017-01-30 12:43:01,757 INFO  [MediaServer] User home dir: /root
2017-01-30 12:43:01,757 INFO  [MediaServer] Temp dir: /tmp
2017-01-30 12:43:01,757 INFO  [MediaServer] ------------------------------------------------------------------------
2017-01-30 12:43:01,902 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2017-01-30 12:43:02,033 INFO  [DatabaseManager] Using DERBY database language
2017-01-30 12:43:04,472 WARN  [DBConnectionPool] Can't create a new connection for jdbc:derby:db;create=true
java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@1f96302, see the next exception for details.
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
   at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
   at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
   at java.sql.DriverManager.getConnection(DriverManager.java:664)
   at java.sql.DriverManager.getConnection(DriverManager.java:270)
   at org.serviio.db.DBConnectionPool.newConnection(DBConnetionPool.java:186)
   at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:123)
   at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:149)
   at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:71)
   at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:64)
   at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:49)
   at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:80)
   at org.serviio.MediaServer.main(MediaServer.java:125)
Caused by: ERROR XJ040: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@1f96302, see the next exception for details.
   at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
   at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
   ... 22 more
Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
   at sun.nio.cs.UTF_8$Encoder.encode(UTF_8.java:716)
   at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:304)
   at java.lang.StringCoding.encode(StringCoding.java:344)
   at java.lang.String.getBytes(String.java:918)
   at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
   at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:242)
   at java.io.File.exists(File.java:819)
   at org.apache.derby.impl.store.raw.data.RAFContainer.privGetFileName(Unknown Source)
   at org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.store.raw.data.RAFContainer.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.RAFContainer4.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.FileContainer.setIdent(Unknown Source)
   at org.apache.derby.impl.store.raw.data.FileContainer.setIdentity(Unknown Source)
   at org.apache.derby.impl.services.cache.ConcurrentCache.find(Unknown Source)
   at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openDroppedContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.xact.Xact.openDroppedContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.ContainerBasicOperation.findContainer(Unknown Source)
   at org.apache.derby.impl.store.raw.data.ContainerBasicOperation.needsRedo(Unknown Source)
   at org.apache.derby.impl.store.raw.log.FileLogger.redo(Unknown Source)
   at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
   at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
   at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
   at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
   at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
   at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
   ... 19 more
2017-01-30 12:43:06,495 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: null
java.lang.NullPointerException
   at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:50)
   at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:80)
   at org.serviio.MediaServer.main(MediaServer.java:125)


Did you get anywhere with this?

I've since upgraded to 1.9 and can only get limited functionality working with the Syno java8 package and now for some unknown reason subs doesn't work anymore. when trying with Patters java package I still get the crypto error :/

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

PostPosted: Tue Oct 10, 2017 8:51 pm
by lxxl
There is some know bug when ffmpeg after loading any movie via mediabrowser generate 89+% of cpu usage ? after stopping the server and starting over its fine until mediabrowser will not starts.
i just get on 1.9 installed on Synology DS1817+ 16GB ram - INTEL Atom C2538 DSM 6.1.3-15152 Update 6

Ram in config is already pushed to 4G max.

Any clue ?

Regards

Cannot install 1.9 on Synology 1812+ with DCM6.1.4

PostPosted: Tue Jan 02, 2018 11:10 pm
by dvzzz
Hello,
I am new to Serviio and I cannot install 1.9 on Synology 1812+. The NAS is running DCM 6.1.4-15217 Update 5. When I am adding http://pcloadletter.co.uk package source to the 1812 it says invalid location but on the second click it accepts the location. Problem is that I still cannot see Serviio in the packages to install.

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

PostPosted: Thu Mar 01, 2018 1:48 am
by patters
I have updated the Synology package to version 1.9.1.

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

PostPosted: Thu Mar 01, 2018 10:19 am
by kiskouli
Thank's Patters :)

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

PostPosted: Mon May 14, 2018 10:41 pm
by patters
I have updated the Synology Serviio package to 1.9.2

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

PostPosted: Tue May 15, 2018 8:15 am
by Acetone
The update is working fine apart form the Console Web UI , which does not load on my Synology 718+ and Safari or Firefox web browesers

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

PostPosted: Tue May 15, 2018 8:29 am
by patters
Are you sure you have not configured a default deny firewall policy? I do not have this problem on my DS214play. You may need a rule to allow the traffic. The Serviio package creates a service entry for Serviio, so it should be easy to add.

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

PostPosted: Tue May 15, 2018 9:00 am
by Acetone
I'll check again, I just used the the update button in package center, I did also update Oracle Java at the same time so there could be an issue there.