Search DLNA devices
-
Mittwoch, 21. März 2012 06:33
I want to search DLNA devices and browse media on them. I have found WinRT APIs in the Windows.Devices.Enumeration and Windows.Devices.Enumeration.Pnp namespaces. And There list additional properties for a device or PnP object:
http://msdn.microsoft.com/en-us/library/windows/apps/hh464997.aspx
I can't find the property like "System.Devices.ServiceAddress", "System.Devices.ServiceId", "System.Devices.IpAddress".
So I don't know how to get the service list of the device, ex, ContentDirectory service, AVTransport service.
Alle Antworten
-
Mittwoch, 21. März 2012 16:39Moderator
smilefishcc,
I will look into this for you.
Best Wishes - Eric
-
Freitag, 13. April 2012 09:38
Hi,
I have the similar question. I only know that KnownFolders.MediaServerDevices can access DLNA devices as "one" folder. But I don't know how to distinguish each devices as different folders.
Any comments ?
Thanks
-
Freitag, 27. April 2012 00:38
DLNA devices are exposed through the MediaServerDevices known folder, as seanhc noted. These devices are automatically added on a home network. Each subfolder under the MediaServerDevices folder corresponds to a DLNA server (DMS) on the network. Below that, the folder hierarchy corresponds to the container hierarchy on the server. You can browse the server's content in the same way you browse content on the local disk.
- Als Antwort vorgeschlagen Eric Hanson-MSFTMicrosoft Employee, Moderator Freitag, 27. April 2012 00:41
- Als Antwort markiert smilefishcc Mittwoch, 9. Mai 2012 07:00
-
Mittwoch, 9. Mai 2012 07:01

