Hi, i need help please, i've read a lot of guides and web pages trying to install plexconnect or openplex in my mac mini and my apple tv 3. I have 3 days trying to make function properly my apple tv with my plex media server.
The firmware that is installed on the Apple TV 3 is 7.2 (7512)
My OS is Mac OS X 10.10.3 (Yosemite)
I have Plex Media Server installed on this machine and it's ok, i can see movies on a raspberry pi with kodi and plex pluging without no problem.
I've been trying to install plexconnect using the guide. I downloaded the software, uncompress it on /Applications folder, i make the certificates and put it into /Applications/PlexConnect/assets/certificates, and no problem with that.
I launch the program first time, after that i configure Setting.cfg, and i have the following output.
ED-MacMini:assets egarcia$ sudo "/Applications/PlexConnect/PlexConnect.py"
21:53:48 PlexConnect: ***
21:53:48 PlexConnect: PlexConnect
21:53:48 PlexConnect: Press CTRL-C to shut down.
21:53:48 PlexConnect: ***
21:53:48 PlexConnect: started: 21:53:48
21:53:48 PlexConnect: Version: 0.5-dev-020615
21:53:48 PlexConnect: Python: 2.7.9 (v2.7.9:648dcafa7e5f, Dec 10 2014, 10:10:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
21:53:48 PlexConnect: Host OS: darwin
21:53:48 PlexConnect: PILBackgrounds: Is PIL installed? False
21:53:48 PlexConnect: IP_self: 10.0.1.100
21:53:48 DNSServer: started: 21:53:48
21:53:48 DNSServer: ***
21:53:48 DNSServer: DNSServer: Serving DNS on 10.0.1.100 port 53.
21:53:48 DNSServer: intercept: ['trailers.apple.com'] => 10.0.1.100
21:53:48 DNSServer: restrain: ['mesu.apple.com', 'appldnld.apple.com', 'appldnld.apple.com.edgesuite.net'] => 127.0.0.1
21:53:48 DNSServer: forward other to higher level DNS: 8.8.8.8
21:53:48 DNSServer: ***
21:53:48 WebServer: started: 21:53:48
21:53:48 WebServer: ***
21:53:48 WebServer: WebServer: Serving HTTP on 10.0.1.100 port 80.
21:53:48 WebServer: ***
21:53:48 WebServer: started: 21:53:48
21:53:48 WebServer: ***
21:53:48 WebServer: WebServer: Serving HTTPS on 10.0.1.100 port 443.
21:53:48 WebServer: ***
21:53:51 DNSServer: DNS request received!
21:53:51 DNSServer: Source: ('10.0.1.101', 56849)
21:53:51 DNSServer: Domain: time-ios.g.aaplimg.com
21:53:51 DNSServer: ***forward request
21:53:52 DNSServer: -> DNS response from higher level
this is my Settings.py
[PlexConnect] enable_plexgdm = True ip_pms = 10.0.1.100 port_pms = 32400 enable_dnsserver = True port_dnsserver = 53 ip_dnsmaster = 8.8.8.8 prevent_atv_update = True enable_plexconnect_autodetect = True ip_plexconnect = 0.0.0.0 hosttointercept = trailers.apple.com port_webserver = 80 enable_webserver_ssl = True port_ssl = 443 certfile = ./assets/certificates/trailers.pem allow_gzip_atv = False allow_gzip_pmslocal = False allow_gzip_pmsremote = True loglevel = Normal logpath = .
In the apple tv i can add the profile using the url http://trailers.apple.com/trailers.cerwithout problems.
The DNS is perfectly configured by wifi on the apple tv using the ip address of my mac mini (10.0.1.100)
But when i try to open trailers on my Apple TV it says "Trailers not available right now"
I don´t know why my program says: PlexConnect: PILBackgrounds: Is PIL installed? False
I don´t know why i can´t never see the message
PlexGDM: ***
or something like that, i've never seen that message in the log.
I've tried to use enable_plexgdm = False and hard coded my PMS ip address and the same result
I thought that was my OS, and i made a clean install of yosemite and i'm getting the same errors and problems.
I've tried to install openplex, and the installation never finish, the installer get freeze.
I really don't know what else to do. If someone can help me i'll appreciate it.
Sorry for my bad english, my native language is spanish.