I am using Sony STR-DN1080 together with the Sony Audio Control API. Everything is working fine, except that I cannot find how to fetch the "stream information" of the currently playing stream. (The one that shows the audio codec of the currently…
I've been playing around with Sony's Audio Control API recently, with the aim of setting up 'scenes' at home, where I can switch devices on/off, set lighting, etc with one command.
I can list available inputs with getCurrentExternalTerminalsStatus,…
Trying to use the new Sony Audio Control API with my STR-DN1080 (firmware M41.R.0377), but having a lot of trouble following the guide on https://developer.sony.com/develop/audio-control-api/. It's certainly pretty looking, but the Tutorials are…
Sony's website provided a example to use WebSockets to works with their api in Node.js
https://developer.sony.com/develop/audio-control-api/get-started/websocket-example#tutorial-step-3
it worked fine for me. But when i was trying to implement it in…
Regarding programming with the Sony Audio Control API.
I am aware that the only 2 soundFields that are selectable when using the built-in Chromecast on the Sony STR-DN1080 are '2Ch Stereo' and 'Multi Ch Stereo'. You can press the "2ch/Multi" button…
ref: https://developer.sony.com/develop/audio-control-api/api-references/api-overview-2#_setplaycontent_v1_2
Is it possible to play an mp3 stored on a webserver, e.g. http://example.com/myfile.mp3? Or even better, a Shoutcast mp3 stream URL?
The API…
I m using the Sony audio control API with a ZR5 and an USB key.
I can select the USB storage with the Json
{
"method":"setPlayContent",
"id":1,
"params":[
{
"output":"extOutput:zone?zone=1",
"uri":"storage:usb1"
}
],
…
I want to control my Sony STR-DN1080 through my home automation controller which is a vera product. Using vera scenes I can send http post commands.
SQL and a little c# are my coding tools so I am not familiar with curl, json etc.
For my purpose, I…
re: https://developer.sony.com/develop/audio-control-api/hardware-overview/discovery-process
Hello. I have an APAC region Sony STR-DN1080 AVR. I am able to control said AVR via the API just fine. I just cannot discover supported Sony devices using…
I have a very basic question. I’m interested by the Sony STR-DN1080 and I’d like to control it with the Sony Audio API (the only one which exists as far as I know) using my own home automation system (domoticz for instance). But I don’t understand…
(This post has been tagged "sony" for Sony Engineers to find, as per: https://developer.sony.com/develop/audio-control-api/get-support)
Hello. I have having a problem with the Sony Audio Control API. When formatting JSON requests to select Sound…
I have some problem with the Audio control API by Sony using postman. Why post request from the screen didn't work?
Why is it working when I call getPowerStatus?