Skip to content
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

Publishing does not work on Xbox One #72

Open
ovesennet opened this issue Nov 25, 2017 · 3 comments
Open

Publishing does not work on Xbox One #72

ovesennet opened this issue Nov 25, 2017 · 3 comments

Comments

@ovesennet
Copy link

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?

@Yortw
Copy link
Owner

Yortw commented Nov 27, 2017

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.

@ovesennet
Copy link
Author

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.

@Yortw
Copy link
Owner

Yortw commented Dec 3, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants