Note that there are some explanatory texts on larger screens.

plurals
  1. POCling UPnP not returning Actions
    primarykey
    data
    text
    <p>I am using <a href="http://4thline.org/projects/cling/" rel="nofollow">cling UPnP</a> framework in android to connect to UPnP enabled device. I am successful in creating a device and browsing for available devices in the network. But for the samsung TV in the network the framework in not returning any actions. Here I am adding the service detail for the RenderingControl</p> <pre><code>&lt;service&gt; &lt;serviceType&gt;urn:schemas-upnp-org:service:RenderingControl:1&lt;/serviceType&gt; &lt;serviceId&gt;urn:upnp-org:serviceId:RenderingControl&lt;/serviceId&gt; &lt;controlURL&gt;/upnp/control/RenderingControl1&lt;/controlURL&gt; &lt;eventSubURL&gt;/upnp/event/RenderingControl1&lt;/eventSubURL&gt; &lt;SCPDURL&gt;RenderingControl1.xml&lt;/SCPDURL&gt; &lt;/service&gt; </code></pre> <p>This is the url for fetching the service descriptor xml file</p> <pre><code>&gt; http://&lt;ip address&gt;:52235/dmr/SamsungMRDesc.xml </code></pre> <p>But the SCPDURL is relative and I am wondering whether the cling framework is searching for</p> <blockquote> <p><code>http://&lt;ip address&gt;:52235/RenderingControl1.xml</code></p> </blockquote> <p>instead of</p> <blockquote> <p><code>http://&lt;ip address&gt;:52235/dmr/RenderingControl1.xml</code></p> </blockquote> <p>Is it the reason for no actions being displayed for the services in cling UPnP or am I doing something really stupid?</p> <p>How can I properly do this with <a href="http://4thline.org/projects/cling/" rel="nofollow">cling UPnP</a>?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload