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.
 
 

36 lines
1.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root xmlns="urn:schemas-upnp-org:device-1-0">
  3. <specVersion>
  4. <major>1</major>
  5. <minor>0</minor>
  6. </specVersion>
  7. <device>
  8. <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
  9. <INMPR03>1.0</INMPR03>
  10. <friendlyName>Python Media Server</friendlyName>
  11. <manufacturer>Zensonic</manufacturer>
  12. <manufacturerURL>http://www.redsonic.com</manufacturerURL>
  13. <modelDescription>UPnP/AV 1.0 Compliant Media Server</modelDescription>
  14. <modelName>PC-MediaServer-DSM</modelName>
  15. <modelNumber>103</modelNumber>
  16. <serialNumber>0000001</serialNumber>
  17. <UDN>uuid:XVKKBUKYRDLGJQDTPOT</UDN>
  18. <serviceList>
  19. <service>
  20. <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
  21. <serviceId>urn:upnp-org:serviceId:CMGR_0-99</serviceId>
  22. <SCPDURL>ConnectionManager/scpd.xml</SCPDURL>
  23. <controlURL>ConnectionManager/control</controlURL>
  24. <eventSubURL>ConnectionManager/event</eventSubURL>
  25. </service>
  26. <service>
  27. <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
  28. <serviceId>urn:upnp-org:serviceId:CDS_0-99</serviceId>
  29. <SCPDURL>ContentDirectory/scpd.xml</SCPDURL>
  30. <controlURL>ContentDirectory/control</controlURL>
  31. <eventSubURL>ContentDirectory/event</eventSubURL>
  32. </service>
  33. </serviceList>
  34. </device>
  35. </root>