Disable ConnectionManager subscription not to confuse clients
This commit is contained in:
parent
92951dcf5f
commit
5bb1fde46e
2 changed files with 11 additions and 4 deletions
|
|
@ -17,14 +17,14 @@
|
|||
<serviceId>urn:upnp-org:serviceId:ContentDirectory</serviceId>
|
||||
<SCPDURL>{http_prefix}/scpd/ContentDirectory.xml</SCPDURL>
|
||||
<controlURL>{http_prefix}/control/ContentDirectory</controlURL>
|
||||
<eventSubURL>{http_prefix}/subscribe</eventSubURL>
|
||||
<eventSubURL>{http_prefix}/subscribe/ContentDirectory</eventSubURL>
|
||||
</service>
|
||||
<service>
|
||||
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
|
||||
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
|
||||
<SCPDURL>{http_prefix}/scpd/ConnectionManager.xml</SCPDURL>
|
||||
<controlURL>{http_prefix}/control/ConnectionManager</controlURL>
|
||||
<eventSubURL>{http_prefix}/subscribe</eventSubURL>
|
||||
<eventSubURL>{http_prefix}/subscribe/ConnectionManager</eventSubURL>
|
||||
</service>
|
||||
</serviceList>
|
||||
<presentationURL>/</presentationURL>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue