Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.

Home Page:http://yortw.github.io/RSSDP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publishing does not work on Xbox One

ovesennet opened this issue · comments

Hi!
I'm implementing ssdp publishing with RSSDP in a UWP / Windows 10 app for both desktop and Xbox.
I can publish successfully running on Windows 10, but on Xbox it does not work. I get no exceptions.
Any idea on why it does not work on the xbox device?

Hi,

I'm afraid I don't. Given the Universal Windows Runtime I would have expected it to work on xbox if it worked on Win10, but I do not have an Xbox of any sort on which to test.

Things to check/try;

  • Create the publisher with a specific local IP, in case the xbox has two and is using the wrong one.
  • Does the xbox have any kind of firewall? Does it need to be modified?
  • Create the publisher with a logging component and see if it records any 'silent' errors.
  • Try a different local port (not 1900) in case xbox is using 1900 for it's own SSDP implementation and not sharing the data.

Hi!
No, I'm sure it is using the correct IP. I tried different ports, but no luck.
Actually, the Xbox is publishing it's own services, so I can find it that way, but I cannot be sure it is running MY service, I have to poll for an endpoint then.

If you plug in a logging component, does the log show anything interesting?
Unfortunately I don't have any way to test and am running out of ideas already.