Hi,
Love the idea of Plexconnect. I was just wondering if it was possible to run this on a NAS drive rather than a computer.?
Specifically I have a Netgear ReadyNAS running Plex media server PMS.
It will work fine on some NAS devices, they need to have Python 2.x installed though.
Your mileage may vary as we do not officially support them (e.g. Some Synologys have an issue which has not been addressed - we would love someone to figure out what the issue is).
Just bear in mind your NAS’s CPU power and if your media will need transcoding or direct streaming.
Thanks for the quick reply… My ReadyNAS Ultra 2 will stream MKV to my iPad and iPhone via the Plex ios app (Although it struggles a little with DTS audio) so I’m hoping it will be the same with Plexconnect…
I’ve just ordered a 3rd gen Apple TV… I’ll report back with my findings…
I'll be trying it on my ReadyNAS Pro 6 - looking forward to an 0.1 release for a binary app!
James
Hallo,
I have the Plex Media Server Version 0.9.7.12 running on my QNap TS-239
Is it possible to run this also on it?
Hallo,
I have the Plex Media Server Version 0.9.7.12 running on my QNap TS-239
Is it possible to run this also on it?
TBH we do not know but try it and let us know.
I am going to start a thread on NAS devices to see if we can figure out which work and which do not.
Troubleshootings
* How to verify if the PlexConnect is running (0 means running, 1 means not running)
/etc/frontview/addons/bin/PLEXCONNECT/running.sh
* How to start PlexConnect
/etc/frontview/addons/bin/PLEXCONNECT/start.sh
* How to stop PlexConnect
/etc/frontview/addons/bin/PLEXCONNECT/stop.sh
* How to remove PlexConnect (can be used if FrontView can't be accessed anymore due to incorrect configuration in the PlexConnect Virtual Host configuration file)
/etc/frontview/addons/PLEXCONNECT.remove
* How to restart the http server (should be done after having changed the PlexConnect Virtual Host configuration file)
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
* How to configure PlexConnect
vi /etc/frontview/addons/bin/PLEXCONNECT/PlexConnect/Settings.cfg
vi /etc/frontview/apache/addons/PLEXCONNECT.conf
Verify the content of the file according to the template here
/etc/frontview/addons/bin/PLEXCONNECT/PlexConnect/PlexConnect.py
I succeeded to make it work with Readynas x86:* Change the readynas HTTP server port to 8080 (otherwise an error occurs when launching PlexConnect)cd /etc/frontview/apachesudo vi httpd.conffind the line that has port 80 in it by typing /80 and hitting returnchange 80 to 8080save with :wqRestart http server:# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
Nice! I'll do this tomorrow once the NAS is free. Thanks for posting!
James
That’s awesome, thanks for the update… Saves me a lot of time this weekend…
I succeeded to make it work with Readynas x86:change 80 to 8080
This did the trick!
I will add a link to this thread on the wiki.
Hi,
I try doing this : env GIT_SSL_NO_VERIFY=true git clone https://github.com/i...PlexConnect.git
and I end up with this error :
works on a ReadyNAS Ultra 6 Plus
but to get it work the ssh connection has to run all the time (ex terminal / sudo ./PlexConnect.py) ??
works on a ReadyNAS Ultra 6 Plus[/size]
but to get it work the ssh connection has to run all the time (ex terminal / sudo ./PlexConnect.py) ??[/size]
I'm no expert but, Have you tried running in daemon mode "sudo ./PlexConnect.py -d"
I'm no expert but, Have you tried running in daemon mode "sudo ./PlexConnect.py -d"
I have found the same issue.. Kinda the opposite point of trying to get it running on the NAS
works on a ReadyNAS Ultra 6 Plus
but to get it work the ssh connection has to run all the time (ex terminal / sudo ./PlexConnect.py) ??
I can quit the terminal and that still works. I am using ssh from a linux client with LXTerminal. Could it be that you use Putty? Maybe you could try "./PlexConnect.py &"
Hi,
I try doing this : env GIT_SSL_NO_VERIFY=true git clone https://github.com/i...PlexConnect.git
and I end up with this error :
/c/.rfw/bin$ env GIT_SSL_NO_VERIFY=true git clone https://github.com/iBaa/PlexConnect.gitenv: git: No such file or directoryAm I missing something ?
Have you installed git (http://www.readynas.com/?p=3443)?
First off a big thank you, works a treat.
What would be amazing is if the ./PlexConnect command could be run at startup of the ReadyNas. Could some command be added to the etc/init.d/ directory to make this happen? Any ideas?
What would be amazing is if the ./PlexConnect command could be run at startup of the ReadyNas. Could some command be added to the etc/init.d/ directory to make this happen? Any ideas?
I agree. But my NAS keeps running with only occasional reboots.
I am a bit reluctant to experiment there as I had bad experience with this on another linux machine where sometimes the boot process just hangs if the startup script is not properly written.
A few pointer though. Here is the standard procedure for Debian (which Readynas OS is based on): http://www.debian-administration.org/articles/28
But the best would be to have a real readynas Add-On. Here is the procedure to write one, but I have no experience in this. http://www.readynas.com/?p=346
I agree. But my NAS keeps running with only occasional reboots.
I am a bit reluctant to experiment there as I had bad experience with this on another linux machine where sometimes the boot process just hangs if the startup script is not properly written.
A few pointer though. Here is the standard procedure for Debian (which Readynas OS is based on): http://www.debian-administration.org/articles/28
But the best would be to have a real readynas Add-On. Here is the procedure to write one, but I have no experience in this. http://www.readynas.com/?p=346
I understand you reluctance I was nervous of even following the python/PlexConnect scripts in case I knackered my Readynas. Not much point having an expensive storage redunancy if you mess up what its running on!
Thanks for the links, really useful I will have a look but don't hold your breath. :)
Hopefully someone with a lot more ReadyNas add on skills than me is already working on it.