Sony Blu Ray IP Commands

Share any commands you know or look here to find commands for your devices.
Post Reply
Steve_Jones
Posts: 7
Joined: Thu May 16, 2013 3:36 pm

Sony Blu Ray IP Commands

Post by Steve_Jones » Wed Jun 05, 2013 12:18 pm

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

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: Sony Blu Ray IP Commands

Post by DemoPad » Wed Jun 05, 2013 12:43 pm

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>

Steve_Jones
Posts: 7
Joined: Thu May 16, 2013 3:36 pm

Re: Sony Blu Ray IP Commands

Post by Steve_Jones » Wed Jun 05, 2013 2:00 pm

Great thanks will give it a try tonight ..

Steve_Jones
Posts: 7
Joined: Thu May 16, 2013 3:36 pm

Re: Sony Blu Ray IP Commands

Post by Steve_Jones » Mon Jun 10, 2013 10:55 am

Didnt seem to do anything, Checked IP address & port,

Do you need any of the /x0d/x0n type lines in the statement ?

Thanks

olivier.cornez@me.com
Posts: 8
Joined: Sun Sep 30, 2012 11:36 am
Location: Belgium

Re: Sony Blu Ray IP Commands

Post by olivier.cornez@me.com » Tue Jun 18, 2013 7:32 pm

I found this example file for a similar Sony player.
Hope this can help ;)
Olivier
You do not have the required permissions to view the files attached to this post.

Baljy74
Posts: 25
Joined: Thu Sep 20, 2012 12:20 pm

Re: Sony Blu Ray IP Commands

Post by Baljy74 » Mon Oct 21, 2013 10:46 am

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.

cv27
Posts: 233
Joined: Sat Nov 24, 2012 10:15 pm
Location: Montréal, QC, Canada

Re: Sony Blu Ray IP Commands

Post by cv27 » Tue Oct 22, 2013 7:53 am

Baljy74 wrote:... has anyone had any luck with getting the Sony IP cmds to work? ...S1100
I've tried very hard to get IP commands to my 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

Baljy74
Posts: 25
Joined: Thu Sep 20, 2012 12:20 pm

Re: Sony Blu Ray IP Commands

Post by Baljy74 » Tue Oct 22, 2013 4:50 pm

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.

cv27
Posts: 233
Joined: Sat Nov 24, 2012 10:15 pm
Location: Montréal, QC, Canada

Re: Sony Blu Ray IP Commands

Post by cv27 » Tue Oct 22, 2013 7:43 pm

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

Post Reply