Advertisement
sea2wright

Sky+ Pause

Aug 21st, 2012
721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Info to telnet while a recording is playing:
  2.  
  3. POST /SkyPlay2 HTTP/1.0
  4. Host: 192.168.50.4
  5. User-Agent: SKY_skyplus
  6. Content-Length: 286
  7. SOAPACTION: "urn:schemas-nds-com:service:SkyPlay2:2#Pause"
  8. content-type: text/xml ;charset="utf-8"
  9. connection: close
  10.  
  11. <?xml version="1.0" encoding="utf-8"?><s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:Pause xmlns:u="urn:schemas-nds-com:service:SkyPlay:2"><InstanceID>0</InstanceID></u:Pause></s:Body></s:Envelope>
  12.  
  13. Full telnet conversation:
  14.  
  15. telnet 192.168.50.4 49153
  16. Trying 192.168.50.4...
  17. Connected to 192.168.50.4.
  18. Escape character is '^]'.
  19. POST /SkyPlay2 HTTP/1.0
  20. Host: 192.168.50.4
  21. User-Agent: SKY_skyplus
  22. Content-Length: 286
  23. SOAPACTION: "urn:schemas-nds-com:service:SkyPlay2:2#Pause"
  24. content-type: text/xml ;charset="utf-8"
  25. connection: close
  26.  
  27. <?xml version="1.0" encoding="utf-8"?><s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:Pause xmlns:u="urn:schemas-nds-com:service:SkyPlay:2"><InstanceID>0</InstanceID></u:Pause></s:Body></s:Envelope>
  28. HTTP/1.0 200 OK
  29. CONTENT-LENGTH: 220
  30. CONTENT-TYPE: text/xml; charset="utf-8"
  31. DATE: Sat, 01 Jan 2000 00:36:03 GMT
  32. EXT:
  33. SERVER: Linux/2.6.18.8 UPnP/1.0 SKY DLNADOC/1.50
  34. X-User-Agent: redsonic
  35.  
  36. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body>
  37. <u:PauseResponse xmlns:u="nds-comSkyPlay:2"></u:PauseResponse>
  38. </s:Body> </s:Envelope>Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement