Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Just a clarification beforehand: the URL <code>*SamsungMRDesc.xml</code> is a <em>device descriptor</em>, not a <em>service descriptor</em> as you've written, right?</p> <p>The <code>&lt;SCPDURL&gt;</code> per UPnP spec is "relative to the URL at which the device description is located". So yes, the correct absolute SCPDURL is the second one. But i would be highly surprised if there was really such severe bug in Cling. So to offer some theories:</p> <ol> <li>What do you mean by "no actions being displayed in Cling UPnP" ? Is that some existing example app or your code? Cling itself does not provide any GUI. Might there be a bug in that code?</li> <li>Are you absolutely sure about the <em>device descriptor</em> URL (SamsungMRDesc)? Is it reachable manually, i.e. by simply copy&amp;pasting the URL into web browser?</li> <li>What you see if you copy&amp;paste the SCPDURL into web browser? Are there some <code>&lt;action&gt;</code> nodes under <code>&lt;actionList&gt;</code>?</li> <li>Have you tried to query your Samsung TV with DeviceSpy from <a href="http://opentools.homeip.net/dev-tools-for-upnp" rel="nofollow">Intel Developer Tools</a> ? You can see what an other UPnP stack sees, besides Cling. Furthermore, you can right-click on a Device node as well as Service node and see where DeviceSpy looks for the descriptions.</li> <li>As a last instance, you can sniff what's being sent back and forth with Wireshark. Start with setting Wireshark IP filter to the address of your Samsung TV.</li> </ol> <p>Theories 4 and 5 obviously require a PC connected to the same network as the TV (and your Android).</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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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