Created
December 18, 2014 13:53
-
-
Save wallydz/2b363e5f92b6641619dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:pnpx="http://schemas.microsoft.com/windows/pnpx/2005/11" xmlns:df="http://schemas.microsoft.com/windows/2008/09/devicefoundation" xmlns:sec="http://www.sec.co.kr/dlna"> | |
<specVersion> | |
<major>1</major> | |
<minor>0</minor> | |
</specVersion> | |
<device> | |
<deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType> | |
<pnpx:X_compatibleId>MS_DigitalMediaDeviceClass_DMR_V001</pnpx:X_compatibleId> | |
<df:X_deviceCategory>Display.TV.LCD Multimedia.DMR</df:X_deviceCategory> | |
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMR-1.50</dlna:X_DLNADOC> | |
<friendlyName>[TV]UE55D8000</friendlyName> | |
<manufacturer>Samsung Electronics</manufacturer> | |
<manufacturerURL>http://www.samsung.com/sec</manufacturerURL> | |
<modelDescription>Samsung TV DMR</modelDescription> | |
<modelName>UE55D8000</modelName> | |
<modelNumber>AllShare1.0</modelNumber> | |
<modelURL>http://www.samsung.com/sec</modelURL> | |
<serialNumber>20081224DMR</serialNumber> | |
<UDN>uuid:e56fe598-c88b-5646-d1e2-75e44f14395b</UDN> | |
<sec:deviceID>CPCN4UQJFJ4BE</sec:deviceID> | |
<iconList> | |
<icon> | |
<mimetype>image/jpeg</mimetype> | |
<width>48</width> | |
<height>48</height> | |
<depth>24</depth> | |
<url>/dmr/icon_SML.jpg</url> | |
</icon> | |
<icon> | |
<mimetype>image/jpeg</mimetype> | |
<width>120</width> | |
<height>120</height> | |
<depth>24</depth> | |
<url>/dmr/icon_LRG.jpg</url> | |
</icon> | |
<icon> | |
<mimetype>image/png</mimetype> | |
<width>48</width> | |
<height>48</height> | |
<depth>24</depth> | |
<url>/dmr/icon_SML.png</url> | |
</icon> | |
<icon> | |
<mimetype>image/png</mimetype> | |
<width>120</width> | |
<height>120</height> | |
<depth>24</depth> | |
<url>/dmr/icon_LRG.png</url> | |
</icon> | |
</iconList> | |
<serviceList> | |
<service> | |
<serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType> | |
<serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId> | |
<controlURL>/upnp/control/RenderingControl1</controlURL> | |
<eventSubURL>/upnp/event/RenderingControl1</eventSubURL> | |
<SCPDURL>RenderingControl1.xml</SCPDURL> | |
</service> | |
<service> | |
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType> | |
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId> | |
<controlURL>/upnp/control/ConnectionManager1</controlURL> | |
<eventSubURL>/upnp/event/ConnectionManager1</eventSubURL> | |
<SCPDURL>ConnectionManager1.xml</SCPDURL> | |
</service> | |
<service> | |
<serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType> | |
<serviceId>urn:upnp-org:serviceId:AVTransport</serviceId> | |
<controlURL>/upnp/control/AVTransport1</controlURL> | |
<eventSubURL>/upnp/event/AVTransport1</eventSubURL> | |
<SCPDURL>AVTransport1.xml</SCPDURL> | |
</service> | |
</serviceList> | |
</device> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment