Sony Blu Ray IP Commands
-
- Posts: 7
- Joined: Thu May 16, 2013 3:36 pm
Sony Blu Ray IP Commands
Has anyone managed to get IP control working on Sony BluRay players? I have a BDP-S370 which does have its own Android control App so I know it must be possible,
From digging around on the net I have found people with it working in other control platforms but cant see anything for Demopad.
I have been trying to adapt some of the other working IP examples from the sky control set, and adapt it to suit the Sony commands for example..
POST /upnp/control/IRCC HTTP/1.1\x0D\x0AHost: 192.168.1.9:52323\x0D\x0AUser-Agent: MediaRemote/3.0.1 CFNetwork/548.0.4 Darwin/11.0.0\x0D\x0AContent-Length: 317\x0D\x0AContent-Type: text/xml; charset=UTF-8\x0D\x0ASOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"\x0D\x0AConnection: close\x0D\x0A\x0D\x0A<?xml version="1.0"?>\x0D\x0A<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">\x0D\x0A <s:Body>\x0D\x0A <u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">\x0D\x0A <IRCCCode>AAAAAwAAHFoAAAAaAw==</IRCCCode>\x0D\x0A </u:X_SendIRCC>\x0D\x0A </s:Body>\x0D\x0A</s:Envelope>\x0D\x0A
More info on Sony IP Control here...
http://www.remotecentral.com/cgi-bin/mb ... .cgi?171,3
Thanks
From digging around on the net I have found people with it working in other control platforms but cant see anything for Demopad.
I have been trying to adapt some of the other working IP examples from the sky control set, and adapt it to suit the Sony commands for example..
POST /upnp/control/IRCC HTTP/1.1\x0D\x0AHost: 192.168.1.9:52323\x0D\x0AUser-Agent: MediaRemote/3.0.1 CFNetwork/548.0.4 Darwin/11.0.0\x0D\x0AContent-Length: 317\x0D\x0AContent-Type: text/xml; charset=UTF-8\x0D\x0ASOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"\x0D\x0AConnection: close\x0D\x0A\x0D\x0A<?xml version="1.0"?>\x0D\x0A<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">\x0D\x0A <s:Body>\x0D\x0A <u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">\x0D\x0A <IRCCCode>AAAAAwAAHFoAAAAaAw==</IRCCCode>\x0D\x0A </u:X_SendIRCC>\x0D\x0A </s:Body>\x0D\x0A</s:Envelope>\x0D\x0A
More info on Sony IP Control here...
http://www.remotecentral.com/cgi-bin/mb ... .cgi?171,3
Thanks
Re: Sony Blu Ray IP Commands
An eject command from another installer who just pasted the below into the DemoPad command window (make sure you are using the correct port)
POST http://192.168.0.12:50001/upnp/control/IRCC HTTP/1.1
POST / HTTP/1.1 :
POST /upnp/control/IRCC HTTP/1.1:
Host: 192.168.0.12:50001
Cache-Control: no-cache
Connection: Close
Pragma: no-cache
Content-Type: text/xml; charset="utf-8"
User-Agent: MediaRemote/3.0.1 CFNetwork/548.0.4 Darwin/11.0.0
SOAPAction: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"
Connection: close
Content-Length: 399
<?xml version="1.0"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encodin ... X_SendIRCC xmlns:m="urn:schemas-sony-com:service:IRCC:1"><IRCCCode xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string">AAAAAwAAHFoAAAAWAw==</IRCCCode></m:X_SendIRCC></SOAP-ENV:Body></SOAP-ENV:Envelope>
POST http://192.168.0.12:50001/upnp/control/IRCC HTTP/1.1
POST / HTTP/1.1 :
POST /upnp/control/IRCC HTTP/1.1:
Host: 192.168.0.12:50001
Cache-Control: no-cache
Connection: Close
Pragma: no-cache
Content-Type: text/xml; charset="utf-8"
User-Agent: MediaRemote/3.0.1 CFNetwork/548.0.4 Darwin/11.0.0
SOAPAction: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"
Connection: close
Content-Length: 399
<?xml version="1.0"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encodin ... X_SendIRCC xmlns:m="urn:schemas-sony-com:service:IRCC:1"><IRCCCode xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="string">AAAAAwAAHFoAAAAWAw==</IRCCCode></m:X_SendIRCC></SOAP-ENV:Body></SOAP-ENV:Envelope>
-
- Posts: 7
- Joined: Thu May 16, 2013 3:36 pm
Re: Sony Blu Ray IP Commands
Great thanks will give it a try tonight ..
-
- Posts: 7
- Joined: Thu May 16, 2013 3:36 pm
Re: Sony Blu Ray IP Commands
Didnt seem to do anything, Checked IP address & port,
Do you need any of the /x0d/x0n type lines in the statement ?
Thanks
Do you need any of the /x0d/x0n type lines in the statement ?
Thanks
-
- Posts: 8
- Joined: Sun Sep 30, 2012 11:36 am
- Location: Belgium
Re: Sony Blu Ray IP Commands
I found this example file for a similar Sony player.
Hope this can help
Olivier
Hope this can help
Olivier
You do not have the required permissions to view the files attached to this post.
Re: Sony Blu Ray IP Commands
Hi,
has anyone had any luck with getting the Sony IP cmds to work?
Got a project where i need to IP control S490 and S1100 but not having much luck with this.
Anyone can advise would be most appreciated.
Thanks.
Balj.
iSmart Home Control.
has anyone had any luck with getting the Sony IP cmds to work?
Got a project where i need to IP control S490 and S1100 but not having much luck with this.
Anyone can advise would be most appreciated.
Thanks.
Balj.
iSmart Home Control.
Re: Sony Blu Ray IP Commands
I've tried very hard to get IP commands to my S1100:Baljy74 wrote:... has anyone had any luck with getting the Sony IP cmds to work? ...S1100
1- I can ping the device and it responds, but I think it's because it is DLNA compliant and accepts FW upgrades from the Internet
2- I've tried several ports but consistently get 'could not connect'
3- I've tried several queries into Sony for IP commands and format: the replies all say the S1100 is incapable of receiving IP commands; the fact that there is no mention of the S1100 as a compatible device with Android or Apple apps seems to corroborate this
4- other Sony models do support IP commands
Re: Sony Blu Ray IP Commands
Hi cv27,
do you have the correct format for the Sony IP cmds?
Could you give me an example of needs to go into demopad for any particular cmd..i.e. PLAY
Would be really appreciated.
Thanks.
Balj.
do you have the correct format for the Sony IP cmds?
Could you give me an example of needs to go into demopad for any particular cmd..i.e. PLAY
Would be really appreciated.
Thanks.
Balj.
Re: Sony Blu Ray IP Commands
As to the format of Sony IP commands, unfortunately, I deleted all the info I had gathered since my S1100 would not accept IP commands. Most of my research was googling for "Sony IP commands" and searching Remote Central (http://www.remotecentral.com).
As to your request for an example, I'm not sure exactly what you are looking for.
Good luck
As to your request for an example, I'm not sure exactly what you are looking for.
Good luck