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

Windows 10 cannot discover a DMS server #40

Open
h31 opened this issue May 27, 2017 · 6 comments
Open

Windows 10 cannot discover a DMS server #40

h31 opened this issue May 27, 2017 · 6 comments

Comments

@h31
Copy link
Contributor

h31 commented May 27, 2017

Hello!
While Windows 10 shows a DMS server in "Other devices" list in the settings app, it doesnt' show it in Explorer window. It means that DMS is totally unusable with Windows 10 as a client.

@h31
Copy link
Contributor Author

h31 commented May 27, 2017

Symptoms are very similar to this issue:
https://answers.microsoft.com/en-us/windows/forum/windows_8-pictures/windows-explorer-doesnt-show-dlna-server/99274d81-e09c-41f0-be38-7750797e7528
I've tried the recommended solution and it doesn't work for me.

@h31
Copy link
Contributor Author

h31 commented May 27, 2017

I've launched a sniffer to find the reason of the issue. Windows successfully fetches a device icon but doesn't fetches content list after it. Maybe Windows needs com:service:X_MS_MediaReceiverRegistrar implemented?

@anacrolix
Copy link
Owner

Thanks for investigating this. It's quite possible, this seems to contain the necessary implementation details for com:service:X_MS_MediaReceiverRegistrar? https://msdn.microsoft.com/en-us/library/ff632510.aspx. Would you like to submit a PR?

I believe a service will need to be added to the services var in dlna/dms, and a UPnPService implemented for it. I can help in a few days when I have access to a Windows 10 machine.

@h31
Copy link
Contributor Author

h31 commented May 28, 2017

Hi, anacrolix!

I'm not totally sure that UPnP Authorization is the root of the problem. I've just compared packet captures for DMS and MiniDLNA and noticed that MiniDLNA exposes X_MS_MediaReceiverRegistrar service. After that I googled a little and found that several other DLNA implementations expose this service too.

I can try to implement this, but I will be busy next week and won't be able to seriously dig into the code.

@anacrolix
Copy link
Owner

Thanks, I might give it a go this week.

@anacrolix
Copy link
Owner

@h31 can you try #86 ?

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

No branches or pull requests

2 participants