A Python UPnP Media Server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>
- <INMPR03>1.0</INMPR03>
- <friendlyName>Python Media Server</friendlyName>
- <manufacturer>Zensonic</manufacturer>
- <manufacturerURL>http://www.redsonic.com</manufacturerURL>
- <modelDescription>UPnP/AV 1.0 Compliant Media Server</modelDescription>
- <modelName>PC-MediaServer-DSM</modelName>
- <modelNumber>103</modelNumber>
- <serialNumber>0000001</serialNumber>
- <UDN>uuid:XVKKBUKYRDLGJQDTPOT</UDN>
- <serviceList>
- <service>
- <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
- <serviceId>urn:upnp-org:serviceId:CMGR_0-99</serviceId>
- <SCPDURL>ConnectionManager/scpd.xml</SCPDURL>
- <controlURL>ConnectionManager/control</controlURL>
- <eventSubURL>ConnectionManager/event</eventSubURL>
- </service>
- <service>
- <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
- <serviceId>urn:upnp-org:serviceId:CDS_0-99</serviceId>
- <SCPDURL>ContentDirectory/scpd.xml</SCPDURL>
- <controlURL>ContentDirectory/control</controlURL>
- <eventSubURL>ContentDirectory/event</eventSubURL>
- </service>
- </serviceList>
- </device>
- </root>
|