mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
75 lines
2.5 KiB
XML
75 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root xmlns="urn:schemas-upnp-org:device-1-0">
|
|
<specVersion>
|
|
<major>1</major>
|
|
<minor>0</minor>
|
|
</specVersion>
|
|
<device>
|
|
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
|
|
<friendlyName>OctopusNet DMS</friendlyName>
|
|
<manufacturer>Digital Devices GmbH</manufacturer>
|
|
<manufacturerURL>http://www.digitaldevices.de</manufacturerURL>
|
|
<modelDescription>OctopusNet</modelDescription>
|
|
<modelName>OctopusNet DMS</modelName>
|
|
<modelNumber>1</modelNumber>
|
|
<!-- <modelURL>http://www.digitaldevices.de</modelURL> -->
|
|
<serialNumber>##SERNBR##</serialNumber>
|
|
<UDN>uuid:##UUID##</UDN>
|
|
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
|
|
<iconList>
|
|
<icon>
|
|
<mimetype>image/png</mimetype>
|
|
<width>120</width>
|
|
<height>120</height>
|
|
<depth>24</depth>
|
|
<url>icons/dd-120.png</url>
|
|
</icon>
|
|
<icon>
|
|
<mimetype>image/jpg</mimetype>
|
|
<width>120</width>
|
|
<height>120</height>
|
|
<depth>24</depth>
|
|
<url>icons/dd-120.jpg</url>
|
|
</icon>
|
|
<icon>
|
|
<mimetype>image/png</mimetype>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<depth>24</depth>
|
|
<url>icons/dd-48.png</url>
|
|
</icon>
|
|
<icon>
|
|
<mimetype>image/jpg</mimetype>
|
|
<width>48</width>
|
|
<height>48</height>
|
|
<depth>24</depth>
|
|
<url>icons/dd-48.jpg</url>
|
|
</icon>
|
|
</iconList>
|
|
<serviceList>
|
|
<service>
|
|
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
|
|
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
|
|
<SCPDURL>/cdir.xml</SCPDURL>
|
|
<controlURL>/cdc</controlURL>
|
|
<eventSubURL>/cde</eventSubURL>
|
|
</service>
|
|
<service>
|
|
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
|
|
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
|
|
<SCPDURL>/cman.xml</SCPDURL>
|
|
<controlURL>/cmc</controlURL>
|
|
<eventSubURL>/cme</eventSubURL>
|
|
</service>
|
|
<service>
|
|
<serviceType>urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1</serviceType>
|
|
<serviceId>urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar</serviceId>
|
|
<SCPDURL>/mreg.xml</SCPDURL>
|
|
<controlURL>/mrc</controlURL>
|
|
<eventSubURL>/mre</eventSubURL>
|
|
</service>
|
|
</serviceList>
|
|
<presentationURL>//##HOST##/</presentationURL>
|
|
</device>
|
|
</root>
|