Home > Develop > IP Control > IRCC-IP
Overview
Estimated reading time: 1 minute
“IRCC-IP” means “InfraRed Compatible Control over Internet Protocol”. It can send command codes of IR remote commander via IP.
ControlURL
All BRAVIA Professional Display models have the same ControlURL for IRCC-IP as follows.
http://[IP]/sony/ircc
Authentication
Please visit IP Control Authentication to setup authentication on BRAVIA Professional Display first.
IRCC-IP HTTP Request Example (Pre-Shared Key: “1234”)
POST /sony/ircc HTTP/1.1
HOST: 192.168.0.1
Accept: */*
Content-Type: text/xml; charset=UTF-8
SOAPACTION: "urn:schemas-sony-com:service:IRCC:1#X_SendIRCC"
X-Auth-PSK: 1234
Connection: Keep-Alive
Content-Length: 313
<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1">
<IRCCCode>AAAAAQAAAAEAAAB1Aw==</IRCCCode>
</u:X_SendIRCC>
</s:Body>
</s:Envelope>
Wake-on-LAN
Please visit Wake-on-LAN.
Last modified: 6 Mar 2019