You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: