Non-jail broken AppleTV using PlexConnect. Sources:
https://github.com/iBaa/PlexConnect/wiki/Install-Guide
https://langui.sh/2013/08/27/appletv-ssl-plexconnect/
https://github.com/iBaa/PlexConnect/wiki/Install-Guide
https://langui.sh/2013/08/27/appletv-ssl-plexconnect/
The process is simple but fiddly
- Create certificates:
- openssl req -new -nodes -newkey rsa:2048 -out ~/Desktop/trailers.pem -keyout ~/Desktop/trailers.key -x509 -days 7300 -subj "/C=US/CN=trailers.apple.com"
- openssl x509 -in ~/Desktop/trailers.pem -outform der -out ~/Desktop/trailers.cer && cat ~/Desktop/trailers.key >> ~/Desktop/trailers.pem
- Prepare your Apple TV
- Download iPhone Configurator
- Create a configuration profile with the cert file
- Install it on your Apple TV
- Install Plex connect
- Download and install Python
- Download PlexConnect (download ZIP)
- Move extracted PlexConnect files to a place on disk (e.g. Applications) (read install notes here)
- Copy the certificate files to PlexConnect-master/assets/certificates/
- Run PlexConneect:
sudo ./Applications/PlexConnect-master/PlexConnect.py - Connect your AppleTV to your Plex server by changing it's DNS to the IP of your Plex server.
- Load Traiileers app. You might need to go to settings and select your PlexServer
No comments:
Post a Comment