|
a/src/httpfs.cxx |
|
b/src/httpfs.cxx |
|
... |
|
... |
42 |
" <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>"
|
42 |
" <serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>"
|
43 |
" <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>"
|
43 |
" <serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>"
|
44 |
" <SCPDURL>/upmpd/AVTransport.xml</SCPDURL>"
|
44 |
" <SCPDURL>/upmpd/AVTransport.xml</SCPDURL>"
|
45 |
" <controlURL>/ctl/AVTransport</controlURL>"
|
45 |
" <controlURL>/ctl/AVTransport</controlURL>"
|
46 |
" <eventSubURL>/evt/AVTransport</eventSubURL>"
|
46 |
" <eventSubURL>/evt/AVTransport</eventSubURL>"
|
47 |
"</service>"
|
|
|
48 |
"<service>"
|
|
|
49 |
" <serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>"
|
|
|
50 |
" <serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>"
|
|
|
51 |
" <SCPDURL>/upmpd/ConnectionManager.xml</SCPDURL>"
|
|
|
52 |
" <controlURL>/ctl/ConnectionManager</controlURL>"
|
|
|
53 |
" <eventSubURL>/evt/ConnectionManager</eventSubURL>"
|
|
|
54 |
"</service>"
|
47 |
"</service>"
|
55 |
);
|
48 |
);
|
56 |
|
49 |
|
57 |
// The description XML document is the first thing downloaded by
|
50 |
// The description XML document is the first thing downloaded by
|
58 |
// clients and tells them what services we export, and where to find
|
51 |
// clients and tells them what services we export, and where to find
|