-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fails to connect to Apple TV #35
Comments
I stepped with debugger into SDK code and found, that on "connect", the SDK issues request for playback_info (http://<apple tv ip address>/playback-info). This request fails with HTTP Internal Error 500. If I ignore this error code, rest of features work fine. |
Thanks. How to fix this problem or you will fix this problem next version ? |
We have the same issue on Seagate Media Application, is not working with the latest Apple TV, will it be integrated to the new 1.7 SDK? We are using gradle integration, don't really want to have a fork |
If you disregard the "Device disconnected" message, and just continue sending media to Apple TV, it works. |
Could you make a pull request to the LG Connect SDK with the potential fix? |
AirPlayService line 576 |
When I press connect and select my Apple TV, I am getting immediate message "Device disconnected" and I cannot render media.
The text was updated successfully, but these errors were encountered: