-
Notifications
You must be signed in to change notification settings - Fork 31
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
Cast icon does not appear in Android #25
Comments
Hi, just adding more info REQUEST `HTTP/1.0 200 OK There you can see state=stopped |
Adding more info Using tcpdump can see an empty response with only HTTP 200 when doing: `GET /ssdp/device-desc.xml HTTP/1.1 HTTP/1.0 200 OK |
Can you simulate the same request via curl or python-requests? |
Hi, `[krugean@COKRUGEAN ~]$ telnet 192.168.1.3 8008 HTTP/1.0 200 OK But, i can see something wrong on:
That IP is not the current kodi IP. Let me know if more info is needed. |
Sorry, I close it by mistake |
The base url is based on the HOST header... I don't understand why it would differ from the actual ip address unless there's some routing going on. This might be fixed by using the actual socket address from the Chromecast server instead of echoing the HOST header. But that's just a long shot. |
also on ios kodi is not shown on youtube app pairing code works and then nothing loads. |
Hi.
Cast icon does not appear on YouTube app on Android.
I can see SSDP packages on network but icon still does not appear.
Also device-desc.xml looks good.
<root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:r="urn:restful-tv-org:schemas:upnp-dd"> <specVersion> <major>1</major> <minor>0</minor> </specVersion> <URLBase>http://192.168.1.11:8008</URLBase> <device> <deviceType>urn:schemas-upnp-org:device:dail:1</deviceType> <friendlyName>Kodi (LibreELEC)</friendlyName> <manufacturer>Kodi</manufacturer> <modelName>Tubecast</modelName> <UDN>uuid:007d00ac-8b1f-52e0-80d0-4e4b736ae194</UDN> </device> </root>
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: