Sorry but I didn't find a guide for my problem.
I installed plex media server in my qnap ts-231 and I need to see video on my panasonic g30 ( it doesn't have plex app.. ).
Formerly I used my imac with plexify and ATV3 connect to my tv for watch avi, mkv, etc . But now I would like to use directly my NAS.
Is it possible config ATV3 ? Any other suggestions ?
Thank you and sorry for my english !
As you already have PMS installed in the ts-231 you can also install PlexConnect using this guide copying the certs from the imac to the qnap instead of generating new ones, and pointing the DNS in the ATV3 to the qnap (instead of imac).
Beware however (I'm a Synology user but this should be similar in qnap) that armv7 cpu's do not support transcoding. They support DirectPlay, and can also support DirectStream (depending on videobitrate and cpu clock speed), so it's better to refer to this forum to check what limitations you may have.
I'm trying to install plexconnect to my Ts-231 but I stopped here :
- Then open up a Terminal window and connect to your QNAP. Locate your folder and execute PlexConnect.py.cd /root/Library/PlexConnect
./PlexConnect.py
With this error message :
[~/Library/PlexConnect/PlexConnect-master] # ./PlexConnect.py
Traceback (most recent call last):
File "./PlexConnect.py", line 17, in
import DNSServer, WebServer
File "/share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Library/PlexConnect/PlexConnect-master/WebServer.py", line 15, in
import ssl
File "/share/CACHEDEV1_DATA/.qpkg/Python/lib/python2.7/ssl.py", line 60, in
import _ssl # if we can't import it, let the error propagate
ImportError: No module named _ssl
What can I do ?
I’m having this exact same problem on my TS-231 trying to run PlexConnect…openssl is clearly installed because I can generate the “trailers” certs no problem, just when trying to run the “import ssl” command in the python script it fails.