| 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 | <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
|
|---|
| 10 | <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">M-DMS-1.50</dlna:X_DLNADOC>
|
|---|
| 11 | <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
|
|---|
| 12 | <friendlyName>${fname}</friendlyName>
|
|---|
| 13 | <manufacturer>${manufacturer}</manufacturer>
|
|---|
| 14 | <manufacturerURL>${manufacturer_url}</manufacturerURL>
|
|---|
| 15 | <modelDescription>${description}</modelDescription>
|
|---|
| 16 | <modelName>${name}-${version}</modelName>
|
|---|
| 17 | <modelNumber>${version}</modelNumber>
|
|---|
| 18 | <modelURL>${url}</modelURL>
|
|---|
| 19 | <serialNumber>xupnpd-${version}</serialNumber>
|
|---|
| 20 | <UDN>uuid:${uuid}</UDN>
|
|---|
| 21 | <UPC></UPC>
|
|---|
| 22 | <iconList>
|
|---|
| 23 | <icon>
|
|---|
| 24 | <mimetype>image/png</mimetype>
|
|---|
| 25 | <height>48</height>
|
|---|
| 26 | <width>48</width>
|
|---|
| 27 | <depth>8</depth>
|
|---|
| 28 | <url>/icon-48x48.png</url>
|
|---|
| 29 | </icon>
|
|---|
| 30 | </iconList>
|
|---|
| 31 | <serviceList>
|
|---|
| 32 | <service>
|
|---|
| 33 | <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
|
|---|
| 34 | <serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
|
|---|
| 35 | <SCPDURL>/cds.xml</SCPDURL>
|
|---|
| 36 | <controlURL>/soap/cds</controlURL>
|
|---|
| 37 | <eventSubURL>/event/cds</eventSubURL>
|
|---|
| 38 | </service>
|
|---|
| 39 | <service>
|
|---|
| 40 | <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
|
|---|
| 41 | <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
|
|---|
| 42 | <SCPDURL>/cms.xml</SCPDURL>
|
|---|
| 43 | <controlURL>/soap/cms</controlURL>
|
|---|
| 44 | <eventSubURL>/event/cms</eventSubURL>
|
|---|
| 45 | </service>
|
|---|
| 46 | <service>
|
|---|
| 47 | <serviceType>urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1</serviceType>
|
|---|
| 48 | <serviceId>urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar</serviceId>
|
|---|
| 49 | <SCPDURL>/msr.xml</SCPDURL>
|
|---|
| 50 | <controlURL>/soap/msr</controlURL>
|
|---|
| 51 | <eventSubURL>/event/msr</eventSubURL>
|
|---|
| 52 | </service>
|
|---|
| 53 | </serviceList>
|
|---|
| 54 | <presentationURL>/</presentationURL>
|
|---|
| 55 | </device>
|
|---|
| 56 | <URLBase>http://${interface}:${port}/</URLBase>
|
|---|
| 57 | </root>
|
|---|