-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[kaleidescape] Switch to SDDP discovery for Strato and Alto #17508
Conversation
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
4fed5a5
to
153e762
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM.
As this is a regression to switch to SSDP, does this affect the discovery of any device (like the added support for Strato V) ? There is no functional downside to this?
Regarding the release notes. As this partly overrwrites the previous PR we need to remove the regression label as otherwise it won't show up in the release notes leaving the user to think UpnP support is added, while it is actually SSDP.
I was just able to test with an older Strato and discovered the bug with UPnP. All devices in the Strato range are said to run the same kOS version so it is fairly safe to assume that the bug and also this fix will apply to all Strato devices. |
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
Regression of #17371. UPnP discovery does not work due to an invalid deviceType field in the device description.xml. Accordingly, this PR changes the discovery participant to use SDDP instead.