2019-03-10, 23:40
thanks for you quick reply. ok will do that and post back. for info i've tried sofar from an iphone IOS 12 and an ipad IOS 9 with same results.
(2019-03-10, 21:01)enen92 Wrote:Dear enen92, i did the test with an Android phone but again no success. Same identical behaviour, manual pairing works fine (including commanding the YouTube afterwards) but not the automatic discovery. The logs report pretty much the same thing than with IOS, that is the upnp transaction seems to go along fine until the phone finally accesses the device-desc.xml file through http on port 8008, then nothing happens. I would doubt at this stage the issue is on the network since the phone accessing the device-desc.xml file is pretty much saying that it could find the kodi server over the network. I've checked as well that from the phone browser app, the device description url is correctly replied to by the kodi server with an a-priori valid xml file.(2019-03-10, 20:32)oliviercommelarbre Wrote: Dear enen92, i've been desperately trying to get the automatic discovery to work from an IOS device but with no success. The manual pairing works great, although until you restart Kodi so you need to do it every time.
I've tracked in debug and i do see the iphone's incoming datagrams, until the HTTP GET /ssdp/device-desc.xml which all seems fine, but i never got the Kodi item to show up in the Youtube app (on the iphone) as a possible sink.
Could i be doing something wrong? any help would be much appreciated. In fact i was even wondering whether it is intended to work IOS or if the functionality is only targeting Android.
thks!
It should work with iOS too. At least I tried with an Iphone 7 a few time ago and it worked. At the moment I don't have any available to try. Can you try with an android phone on the same network to check if the issue is not in your network?
xml:<root xmlns="urn
chemas-upnp-org:device-1-0" xmlns:r="urn:restful-tv-org
chemas:upnp-dd">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<URLBase>http://192.168.1.3:8008</URLBase>
<device>
<deviceType>urnchemas-upnp-org:device:dail:1</deviceType>
<friendlyName>Kodi (LibreELEC)</friendlyName>
<manufacturer>Google Inc.</manufacturer>
<modelName>Eureka Dongle</modelName>
<UDN>uuid:007d00ac-8b1f-52e0-80d0-4e4b736ae194</UDN>
<serviceList>
<service>
<serviceType>urnchemas-upnp-org
ervice:dail:1</serviceType>
<serviceId>urn:upnp-orgerviceId:dail</serviceId>
<controlURL>/ssdp/notfound</controlURL>
<eventSubURL>/ssdp/notfound</eventSubURL>
<SCPDURL>/ssdp/notfound</SCPDURL>
</service>
</serviceList>
</device>
</root>
(2019-04-26, 12:03)enen92 Wrote: For anyone that is unable to see Kodi as a cast target in the youtube app you might want to test if this change fixes the behaviour:
https://github.com/enen92/script.tubecast/pull/18
Thanks to ju-sti for bringing it to my attention. If it works I'll make an update to the addon.
(2019-04-26, 12:03)enen92 Wrote: For anyone that is unable to see Kodi as a cast target in the youtube app you might want to test if this change fixes the behaviour:It is working in that I can see it on my other devices - youtube chrome browser can cast (as opposed to Play to Kodi), and iPhone 7 Youtube can also cast.
https://github.com/enen92/script.tubecast/pull/18
Thanks to ju-sti for bringing it to my attention. If it works I'll make an update to the addon.
(2019-06-14, 15:22)ninothecat Wrote: Hey guys, i've just registered because I don't have a clue what to do. I can pair my android device without a problem, kodi appears in the youtube app. But just in this moment, when the toast notification appears that my device is connected, kodi completely freezes. I have to restart the system then, after reboot the pairing is gone. I'm using generic LibreElec 9.0 on HP Compaq 6305 Pro. Any help?