FAQ  •  Register  •  Login

PACKAGE: Serviio for ReadyNAS (Intel x86)

<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Mon Nov 26, 2012 3:43 pm

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

thx. but nothing specific other than a search?


where is serviio 0.3 when installed? I mean not the hidden .serviio


thx
<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Tue Nov 27, 2012 9:31 pm

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

got this error log:


2012-11-26 18:41:23,338 WARN [FFMPEGWrapper] FFmpeg is not compiled with librtmp support, RTMP streaming will not work.



2012-11-26 18:45:28,712 WARN [ProcessExecutor] Process ffmpeg has a return code of 1! This is a possible error.
2012-11-26 18:45:35,659 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcod
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-63-4-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:45)
at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:125)
at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:95)
at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:120)
at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:84)
at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:79)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:191)
2012-11-26 18:45:35,742 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file '/tmp/Serviio/transcod
java.io.IOException: Transcoded file '/tmp/Serviio/transcoding-temp-63-4-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
at org.serviio.delivery.resource.transcode.FileBasedTranscodingDeliveryStrategy.createInputStream(FileBasedTranscodingDeliveryStrategy.java:45)
at org.serviio.delivery.resource.transcode.AbstractTranscodingDeliveryEngine.retrieveTranscodedResource(AbstractTranscodingDeliveryEngine.java:125)
at org.serviio.delivery.resource.AbstractDeliveryEngine.deliver(AbstractDeliveryEngine.java:95)
at org.serviio.delivery.MediaResourceRetrievalStrategy.retrieveResource(MediaResourceRetrievalStrategy.java:120)
at org.serviio.delivery.ResourceDeliveryProcessor.deliverContent(ResourceDeliveryProcessor.java:84)
at org.serviio.upnp.webserver.ResourceTransportRequestHandler.handleRequest(ResourceTransportRequestHandler.java:79)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
at org.apache.http.protocol.HttpService.doService(HttpService.java:293)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:58)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:212)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:191)



thx for any help!
<<

csholmq

DLNA master

Posts: 139

Joined: Sun Mar 25, 2012 11:41 pm

Post Tue Nov 27, 2012 10:00 pm

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

You're missing the important bits. You need to include some lines before the error message.

Also, please use Code-blocks when you include alot of text.
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Tue Nov 27, 2012 11:53 pm

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

  Code:
FFmpeg is not compiled with librtmp support, RTMP streaming will not work.


That is your issue. You might want to look at wiki for option to recompile ffmpeg with with all required options.


Npuser
<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Wed Nov 28, 2012 12:13 am

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

thanks all for your help!!



but one question: why this problem? I'm using this ffmpeg package used by koffer!

http://readynasxtras.com/readynas-x86-a ... ffmpeg-x86


:(
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Wed Nov 28, 2012 1:38 am

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

if it was working before then i would say it is permission issue. You might want to delete the temporary serviio folder inside transcoding temp folder and let serviio recreate this with proper permission. Here is a similar issue with other package. http://forum.serviio.org/viewtopic.php?p=50383#p50383

NPuser
<<

csholmq

DLNA master

Posts: 139

Joined: Sun Mar 25, 2012 11:41 pm

Post Wed Nov 28, 2012 6:53 am

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

Or perhaps set -Dffmpeg.location=/path/to/ffmpeg if the default one is wrong.
<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Thu Nov 29, 2012 12:08 am

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

npuser wrote:if it was working before then i would say it is permission issue. You might want to delete the temporary serviio folder inside transcoding temp folder and let serviio recreate this with proper permission. Here is a similar issue with other package. http://forum.serviio.org/viewtopic.php?p=50383#p50383

NPuser



never worked before...

I'm thinking resetting the device...
<<

koffer

User avatar

Serviio newbie

Posts: 8

Joined: Thu Oct 11, 2012 10:16 am

Location: Yekaterinburg (Russia) - Nice (France)

Post Sat Dec 01, 2012 8:41 am

Re: PACKAGE: Serviio 1.0.1 for ReadyNAS (Intel x86)

FFmpeg is not compiled with librtmp support, RTMP streaming will not work.

It's a compilation ffmpeg without librtmp in the addon by ReadyNASXtras. I compiled ffmpeg with librtmp successfully on my Ultra 4, and it will be include in next update.

Xmantium wrote:
deedesie wrote:Hi Koffer, just another update, but with the Presentation tab in the webui, making changes and pressing the save button does NOT save the settings. Not sure you can replicate this behaviour?


We had this same problem with QNAP NAS boxes too - here is a solution - viewtopic.php?f=17&t=5330&start=180#p56821

Your ReadyNAS php.ini is defaulted to "On"

Thx a lot! I'll try it.
Same, if this setting will work correctly with ReadyNAS Frontview, this fix will be included in next version.
Image
Image
<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Tue Dec 04, 2012 1:06 am

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

thanx for your time on this addon!


greatly appreciated!
<<

yupsolo

Serviio newbie

Posts: 14

Joined: Fri Aug 19, 2011 5:20 pm

Post Thu Dec 13, 2012 7:22 pm

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

any news on the 0.5 package?

thx!
<<

Quinny

User avatar

Streaming enthusiast

Posts: 24

Joined: Tue Sep 06, 2011 11:45 pm

Post Fri Dec 14, 2012 5:12 am

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

Finally had a chance to install this. Thanks for the hard work.

Sadly now cant play any mp4's on any of the Panasonics (which is the old issue had with the earlier version of this software on these forums) from the ReadyNAS. I did have the FFmpeg I got then but installed and re brought as had the bug of not "reading" just a blank folder (same as last time which was annoying having to pay again). Files have now started adding (up to 23000), icons are there but so much just returns "cannot play file" even avi's. Will start Pana Codec debugging this weekend sigh.

To same tv's the current serviio works fine from my pc with mp4, mkv and avi.

Good news is ServiioDroid works fine with this as a ui.
Serviio fan. DLNA to Panasonic VT tvs, QNAP 651 and Synology 916 NAS boxes.
<<

dsuls

Serviio newbie

Posts: 1

Joined: Tue Mar 26, 2013 12:20 pm

Post Tue Mar 26, 2013 12:25 pm

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

Any news about the new version, which includes the "properly" compiled ffmpeg?

Thanks!
<<

Quinny

User avatar

Streaming enthusiast

Posts: 24

Joined: Tue Sep 06, 2011 11:45 pm

Post Wed May 08, 2013 6:12 am

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

2nd the request. Would love the new version if it happended.
Serviio fan. DLNA to Panasonic VT tvs, QNAP 651 and Synology 916 NAS boxes.
<<

zcftr29

Serviio newbie

Posts: 1

Joined: Mon Jun 03, 2013 6:55 am

Post Tue Jun 04, 2013 6:54 am

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

I'm keen to try this out, but the download links in the first post are not working. Any chance these could be re-uploaded? Thanks in advance...
<<

waghornm

Serviio newbie

Posts: 1

Joined: Mon Jul 14, 2014 5:43 pm

Post Mon Jul 14, 2014 5:54 pm

Re: PACKAGE: Serviio for ReadyNAS (Intel x86)

New to Serviio and not a computer expert. Trying to install Serviio on Readynas NV+ to play video on Sony Bravia. Any help would be appreciated.
Previous

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 4 guests

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