-
Notifications
You must be signed in to change notification settings - Fork 2
/
RootDevice.xml
62 lines (62 loc) · 1.97 KB
/
RootDevice.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC>
<!-- This, I think, is what the actual TV puts in it's own description
<X-DlnaDoc>DMS-1.50</X-DlnaDoc>-->
<deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
<presentationURL></presentationURL>
<friendlyName>upnp_live</friendlyName>
<manufacturer>grimlock</manufacturer>
<manufacturerURL>http://github.com/grimlock-/upnp_live</manufacturerURL>
<modelName>upnp_live</modelName>
<modelDescription>UPnP Server for internet live streams</modelDescription>
<modelNumber></modelNumber>
<serialNumber></serialNumber>
<UDN>uuid:c233aef9-6f97-4153-89db-440f3daac684</UDN>
<iconList>
<icon>
<mimetype>image/png</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/icon.png</url>
</icon>
<icon>
<mimetype>image/jpeg</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/icon.jpg</url>
</icon>
<icon>
<mimetype>image/x-ms-bmp</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/icon.bmp</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>ConnectionManagerService.xml</SCPDURL>
<controlURL>/Control</controlURL>
<eventSubURL>/Control-event</eventSubURL>
</service>
<service>
<serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
<SCPDURL>ContentDirectoryService.xml</SCPDURL>
<controlURL>/Content</controlURL>
<eventSubURL>/Content-event</eventSubURL>
</service>
</serviceList>
</device>
<URLBase></URLBase>
</root>