Plexify not working

Tried using the Plexify method of getting Plex on my Apple TV . Unfortunately, this was not successful. :angry:  So is the best method using a micro USB cable to load the certificate on to the Apple TV? :huh: Will donate once I get this up and running.

a - Plexify has never been a "supported" way of handling things. The programmer (Cyberon) has meanwhile officially quit and is calling names... Man, that guy needs to grow up.

b - Follow the WIKI, I guess this would be the best you can do for now.

c - for the certs, use the network method. It's easier and less work, as you don't have to unplug/carry/replug your aTV.

OpenConnect is a good truely open source alternative :wink: (link in my signature)


The real magic that happens is on the appletv via PlexConnect. To expand on the network option baa gave you for option c. You need to create a websever linked below, then follow posts 1 & 7 for the cert loading onto the atv via network, this also helps the setup process of webconnect (if desired) for keeping the PlexConnect code up to date. I prefer this method as well since I have a lot of Appletv’s that I dislike removing from the installed location just to load the trailers.pem cert when I can just host them on my network.

http://clickontyler.com/blog/2012/02/web-sharing-mountain-lion/ <--------CLICK THIS FOR A WEBSERVER PROGRAM (pref pane)

https://forums.plex.tv/topic/80779-install-trailerspem-from-appletv-using-a-webserver-on-osx/ <---------CLICK THIS FOR A WEBSERVER TUTORIAL :wink:

How do you setup a web server ? Sorry for sounding a bit thick but which link do I click on.  Is there not a simple step by step process for doing this.  Plus what is the WIKI. :(  :(  :(

There is a “read before posting” sticky that has a link to the PlexConnect wiki, which contains install guides (with pics).

Wahlman:

a - No no no - This is not the message I did approve! You edited it, right? :-)

b - no need for an external web server, everything handled within PlexConnect (since ages...)

Please, don't confuse us people.

amidabrian:

WIKI = documentation and stuff. Link in my signature. Or f00b4r's. Or directly: [Wiki]

Got it working with Plexify finally!

I did edit my prior post. What did you mean by network method to load the cert other then using a webserver, now I'm confused :P

Wahlman: Wiki? -> https://github.com/iBaa/PlexConnect/wiki/Install-Guide-AppleTV-Ethernet#wiki-install-the-certificate-to-your-appletv

I did edit my prior post. What did you mean by network method to load the cert other then using a webserver, now I'm confused :P


He means same way we do it chickenkiller

Wahlman: Wiki? -> https://github.com/iBaa/PlexConnect/wiki/Install-Guide-AppleTV-Ethernet#wiki-install-the-certificate-to-your-appletv


Crazy I have been using this method to install trailers.pem the whole time:

http://forums.plexapp.com/index.php/topic/80779-install-trailerspem-from-appletv-using-a-webserver-on-osx/

I will test this method when I get home today and see if it works on osx to be able to serve the trailers cert to the atv. So I assume you can use trailers.pem in place of the trailer.cer for your ethernet method on the atv like this:

http://trailers.apple.com/trailers.pem

No, you need to use the ".cer". That's what triggers the WebServer for some special actions.

Anyway, why would you want to install the ".pem" file to your aTV?

I have been using the trailers.pem cert on all of my plexconnect hosts this entire time :P (I didn't know it made a difference)

Mac, IOS devices, Apple tv 3's <------Plexconnect hosts (as well as the apple tv 3 non plexconnect clients for the profile)

Question, what does this produce when you visit this from a windows pc web-browser:

http://trailers.apple.com/trailers.cer

On mac it just goes to apples website (maybe becuase it doesnt exist on my /assets/certificates folder) Also can I backup & convert the trailers.pem to a trailers.cer by just renaming it? Is there a way to host the trailers.pem from the plexconnect server as well so we can do this on the atv profile page? I thought the certs were just a way for your host/client to be able to connect to each other as a key of some sort via the profile/plexconnect webserver.

http://trailers.apple.com/trailers.pem

Or does this trailers.cer do something that is better then trailers.pem. Like I said I used it this entire time without any issues whatsoever on all of those hosts.

Poking trailer.apple.com from a Win PC would give you the original Apple site as well, why should there be a difference - as long as you don't rely on the PlexConnect DNS?

Difference between PEM and CER - my understanding:

PEM contains both private key and public key. CER only the public one.

Therefore PEM is needed on the server side, whereas CER is enough or the clients...

Gotcha, ok I was just curious because I always just used a apache2 webserver to install the trailers.pem to my apple TV from my mac.


When I visit the apache2 server it looks like this so I assumed that unless my browser could see the trailers.x it could not be installed to the profile on the appleTV. Other wise if I couldn’t see it from the browser my apple tv couldn’t either. At least that was my logic :stuck_out_tongue:


So if im following you right since the atv points at the plexconnect host via manual dns you are able to install the trailers.cer using plexconnects webserver…nice :wink:

I installed the trailers.pem on 3 diff atvs already and they all can use MyPlex to access my PMS remotely.  

Let me clear this up.

The very first time the work around was made after Apple shut down plexconnect, I did install a trailers.cer using a mini-usb cable to my AppleTV.  But ever since then, i've been using a http address to install trailers.pem all my mom's, brother's, and cousin's atv.  They call can access my PMS via MyPlex log in.  

Gotcha, ok I was just curious because I always just used a apache2 webserver to install the trailers.pem to my apple TV from my mac.

When I visit the apache2 server it looks like this so I assumed that unless my browser could see the trailers.x it could not be installed to the profile on the appleTV. Other wise if I couldn't see it from the browser my apple tv couldn't either. At least that was my logic :P

So if im following you right since the atv points at the plexconnect host via manual dns you are able to install the trailers.cer using plexconnects webserver....nice ;)

Does this new knowledge have any benefit for your OpenConnect web management application? Could it be folded into PlexConnect's own webserver?

I don't know if I'm off track here, but couldn't the webserver in PlexConnect be responsible for serving up a range of html goodies?

dave

Well of you have webconnect installed and working you have a apache2 webserver so you can install any certificate you wish from your apache2 webserver example:

http://192.168.1.100:1234/share/trailers.x <----http://local_ip/apache2_port/shared_folder/file.x

You can also load your trailers.x wherever you want since its hosted on a webserver which makes things convenient when deploying your cert to family or close friends etc by just entering in your wan or dndns into the remote apple TV like so if desired:

http://wanip_OR_dyndns:1234/share/trailers.x

I have used the apache2 server in the past mainly for addsite adding bag.plists to the apple tv 2 for apps but that a whole different topic and we are getting way off subject as is ;) you can use a apache2 webserver to host basically any file you can imagine. But it is a lot easier using baa's method of installing the cert using plexconnects webserver for basic plexconnect/appletv functionality.

http://trailers.apple.com/trailers.cer

@baa I just tested this method on OSX and it woks perfectly to install the trailers.cer. Any chance we could have the option to install the trailers.pem also like this?

http://trailers.apple.com/trailers.pem

so is there a significant difference if we installed trailers.pem or trailers.cer on our atvs?  cause both seem to work just fine.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.