Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
getPlayingContentInfo v1.2 on STR-DN1080
-
When playing audio using the built-in Chromecast Audio device, this command reports that playback state is "STOPPED". Here is the reply:
{ "id": 8, "result": [ [ { "applicationName": "", "output": "extOutput:zone?zone=1", "parentUri": "", "source": "cast:audio", "stateInfo": { "state": "STOPPED", "supplement": "" }, "uri": "cast:audio?applicationId=-1" } ] ] }
Is this a known issue?
-
Yes, and according to the documentation the "stateInfo" and "parentUri" should not be in the response, but there should be a field "title" then the "source" is "cast:audio".
-
Ah. Thanks. Hopefully this is on the engineers' to-do-list.