Yeah, thanks!
Unfortunately
https://192.168.xxx.xxx/httpapi.asp?command=setPlayerCmd:loopmode:5
did not work, while all others 0-4 works well.
SCPD that I have grabbed from the device got's only:
<allowedValueList>
<allowedValue>NORMAL</allowedValue>
<allowedValue>REPEAT_ONE</allowedValue>...
Looking for following API commands:
- Bluetooth pair;
- Loop mode N5 (SHUFFLE: enabled REPEAT: enabled - loop once). This one works well for Android/IOS App but missed in SCPD;
- Output select.
Need this for my Crestron driver.
To those, who can be interested, correct syntax is below:
curl -X POST http://192.168.115.12:49152/upnp/control/rendertransport1 –H "SOAPACTION: \"urn:schemas-upnp-org:service:AVTransport:1#GetInfoEx\"" -H "Content-Type: text/xml;charset=\"utf-8\"" –d "<?xml version=\"1.0\"...
Thank you for clue but after dozen of tries I am failed to understand how to construct the SOAP request. Here is my request and device answer on it:
curl -s -X POST "http://192.168.0.15:49152/upnp/control/rendertransport1" -H "SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#GetInfoEx""...
Hi! I, will appreciate for help with request construction of playlist play command.
"https: //10.10.10.254/httpapi.asp?command=setPlayerCmd: playlist:url:<index>"
Cant get actually how to construct url for playlist. Section 1.3 reffered in API is missed, and I stuck.
All other commands works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.