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.

18 lines
580 B

  1. <device>
  2. <serviceList>
  3. <service>
  4. <Optional/>
  5. <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
  6. <serviceId>AVTransport</serviceId>
  7. </service>
  8. <service>
  9. <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
  10. <serviceId>ContentDirectory</serviceId>
  11. </service>
  12. <service>
  13. <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
  14. <serviceId>ConnectionManager</serviceId>
  15. </service>
  16. </serviceList>
  17. </device>