| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 |
|
|---|
| 3 | <root xmlns:dlna="urn:schemas-dlna-org:device-1-0" xmlns="urn:schemas-upnp-org:device-1-0">
|
|---|
| 4 | <specVersion>
|
|---|
| 5 | <major>1</major>
|
|---|
| 6 | <minor>0</minor>
|
|---|
| 7 | </specVersion>
|
|---|
| 8 | <device>
|
|---|
| 9 | <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
|
|---|
| 10 | <UDN>uuid:${uuid}</UDN>
|
|---|
| 11 | <friendlyName>xupnpd:Windows Media Connect</friendlyName>
|
|---|
| 12 | <manufacturer>Microsoft Corporation</manufacturer>
|
|---|
| 13 | <manufacturerURL>http://www.microsoft.com</manufacturerURL>
|
|---|
| 14 | <modelName>Windows Media Player Sharing</modelName>
|
|---|
| 15 | <modelNumber>12.0</modelNumber>
|
|---|
| 16 | <modelURL>http://go.microsoft.com/fwlink/?LinkId=105926</modelURL>
|
|---|
| 17 | <serialNumber>{3BBA88DE-66F2-4A7A-952B-30C69B210B0F}</serialNumber>
|
|---|
| 18 | <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
|
|---|
| 19 | <microsoft:magicPacketWakeSupported xmlns:microsoft="urn:schemas-microsoft-com:WMPNSS-1-0">1</microsoft:magicPacketWakeSupported>
|
|---|
| 20 | <iconList>
|
|---|
| 21 | <icon>
|
|---|
| 22 | <mimetype>image/png</mimetype>
|
|---|
| 23 | <height>48</height>
|
|---|
| 24 | <width>48</width>
|
|---|
| 25 | <depth>8</depth>
|
|---|
| 26 | <url>/icon-48x48.png</url>
|
|---|
| 27 | </icon>
|
|---|
| 28 | </iconList>
|
|---|
| 29 | <serviceList>
|
|---|
| 30 | <service>
|
|---|
| 31 | <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
|
|---|
| 32 | <serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
|
|---|
| 33 | <SCPDURL>/cds.xml</SCPDURL>
|
|---|
| 34 | <controlURL>/soap/cds</controlURL>
|
|---|
| 35 | <eventSubURL>/event/cds</eventSubURL>
|
|---|
| 36 | </service>
|
|---|
| 37 | <service>
|
|---|
| 38 | <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
|
|---|
| 39 | <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
|
|---|
| 40 | <SCPDURL>/cms.xml</SCPDURL>
|
|---|
| 41 | <controlURL>/soap/cms</controlURL>
|
|---|
| 42 | <eventSubURL>/event/cms</eventSubURL>
|
|---|
| 43 | </service>
|
|---|
| 44 | <service>
|
|---|
| 45 | <serviceType>urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1</serviceType>
|
|---|
| 46 | <serviceId>urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar</serviceId>
|
|---|
| 47 | <SCPDURL>/msr.xml</SCPDURL>
|
|---|
| 48 | <controlURL>/soap/msr</controlURL>
|
|---|
| 49 | <eventSubURL>/event/msr</eventSubURL>
|
|---|
| 50 | </service>
|
|---|
| 51 | </serviceList>
|
|---|
| 52 | <presentationURL>/</presentationURL>
|
|---|
| 53 | </device>
|
|---|
| 54 | <URLBase>http://${interface}:${port}/</URLBase>
|
|---|
| 55 | </root>
|
|---|