-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple has removed the Trailers application that PlexConnect connects to #616
Comments
Same issue on Apple TV2 just a few hours ago |
Hello friend, do you know any way to reinstall the Trailers application to be able to connect it with PlexConnect? |
Normally PlexConnect intercepts the trailers app. That's how PlexConnect was created, but since then it was discovered how to intercept other apps. I've just tested with WSJ Video and it is working. Instructions on how to intercept WSJ Video instead of Trailers are in the Wiki https://github.com/iBaa/PlexConnect/wiki/Intercepting-another-App Basically you have to create another certificate and edit some parameters in |
Thanks for the information, I will try to see how it goes with this configuration. |
Hey thank you so much for this! I’ve updated the certs as detailed above. But I’m stuck on Add Profile for KorTV on the ATV3. Every url I enter, it says an error occurred while adding the profile [109]. Check url and try again. |
Here are the relevant lines from my
Then in the Finally, lo load the certs in the ATV I use |
@moodyblue Flawless - it works perfectly. Thank you so much for the detailed instructions. My ATV3 is back up and running! Guess I can return the Nvidia Shield Pro which I bought thinking my ATV3 was toast. Really disappointed by the Google OS on the Shield - it's completely overridden with ads. It seems Amazon/Google keep blocking the various Launchers and "Launch on Boot" applications that are released. So people buy a $200 device that's filled with ads? And each day people get to see the next thing they're marketing to the masses. Thank you, Plex Connect. 😊 |
Thanks friends for your comments, here is a little tutorial on how it worked for me. Server: Mini Mac with Mac High Sierra 10.13
openssl req -new -nodes -newkey rsa:2048 -out ~/Desktop/trailers.pem -keyout ~/Desktop/trailers.key -x509 -days 7300 -subj "/C=US/CN=appletv.flickr.com" openssl x509 -in ~/Desktop/trailers.pem -outform der -out ~/Desktop/trailers.cer && cat ~/Desktop/trailers.key >> ~/Desktop/trailers.pem
flickr.cer
/Applications/PlexConnect-0.7.4/assets/certificates
certfile = ./assets/certificates/flickr.pem
hosttointercept = appletv.flickr.com
cd /Applications/PlexConnect-0.7.4/ sudo ./PlexConnect.py Now if everything runs correctly we will see the following message Aug 11,2023 08:36:44 PlexConnect: ***
|
Hi friend I'm following your comment to intercept the RedBullTV app, but I'm stuck on adding the certificate on Apple TV which is the following http://appletv.redbull.tv/redbulltv.cer But when I enter it gives me error 109, Unable to add profile Maybe you know the RedBullTV profile, to add on my AppleTV and it works correctly. Thanks for your help |
I have turned on my Apple TV3 as usual but when I turn on the Trailers application does not appear, apparently Apple has removed this application, I would like to know if someone can help me to solve this, because I can not see any movie.
Thank you very much for your help
The text was updated successfully, but these errors were encountered: