resources.PMS.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pms Show documentation
Show all versions of pms Show documentation
PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server.
Originally written to support the PlayStation 3, PS3 Media Server has been
expanded to support a range of other media renderers, including smartphones,
televisions, music players and more.
The newest version!
<?xml version="1.0" encoding="utf-8"?> <root xmlns:dlna="urn:schemas-dlna-org:device-1-0" xmlns="urn:schemas-upnp-org:device-1-0"> <specVersion> <major>1</major> <minor>0</minor> </specVersion> <URLBase>http://<host>:<port>/</URLBase> <device> <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC> <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">M-DMS-1.50</dlna:X_DLNADOC> <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType> <friendlyName>PS3 Media Server</friendlyName> <manufacturer>PMS</manufacturer> <manufacturerURL>http://ps3mediaserver.blogspot.com</manufacturerURL> <modelDescription>UPnP/AV 1.0 Compliant Media Server</modelDescription> <modelName>PMS</modelName> <modelNumber>01</modelNumber> <modelURL>http://ps3mediaserver.blogspot.com</modelURL> <serialNumber/> <UPC/> <UDN>uuid:1234567890TOTO</UDN> <iconList> <icon> <mimetype>image/png</mimetype> <width>256</width> <height>256</height> <depth>24</depth> <url>/images/icon-256.png</url> </icon> </iconList> <presentationURL>http://<host>:<port>/console/index.html</presentationURL> <serviceList> <service> <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType> <serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId> <SCPDURL>/UPnP_AV_ContentDirectory_1.0.xml</SCPDURL> <controlURL>/upnp/control/content_directory</controlURL> <eventSubURL>/upnp/event/content_directory</eventSubURL> </service> <service> <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType> <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId> <SCPDURL>/UPnP_AV_ConnectionManager_1.0.xml</SCPDURL> <controlURL>/upnp/control/connection_manager</controlURL> <eventSubURL>/upnp/event/connection_manager</eventSubURL> </service> </serviceList> </device> </root>