![]() |
|
service discovery - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +---- Forum: XBMC Remote for Android Official Forum (/forumdisplay.php?fid=129) +---- Thread: service discovery (/showthread.php?tid=127432) |
service discovery - spax - 2012-04-01 16:11 Hello to everyone I wanted to ask if are you going to add a service discovery implementation. I think is quite frustrating and not user-friendly insert manually the address of a host and would be interesting to detect it automatically using mDNS/SSDP or whatever. I've already developed this feature on xbmcremote on my own using Jmdns and it's working, however XBMC doesn't define an mdns service (at least Dharma) so I did the setup on the server using avahi. Do you have any suggestions on how to improve this? RE: service discovery - freezy - 2012-04-09 12:25 I've had a try on this here. It's using upnp for discovery. I'm interested in seeing other solutions as well of course. |