Hi, a couple of my users have reported an empty speaker list when the go into the allplay speaker selection dialog provided by the SDK.
I can reproduce this problem, and it seems to be related to having no groups. i.e. if all your speakers are not grouped. Pressing the Group button shows all the speakers correctly.
Other scenarios seem to work correctly. Is this a known issue with SDK 2.1?
Any news on new releases of SDK? it's been a while :-)?
Hi Pinball Wizard,
Our QA have never seen this issue in v2.1, and they usually leave the app on a long time to see. We haven't gotten report of this in Jukebox, and Click SDK and Jukebox both use the same SDK. I am sorry for the trouble, but I will bring this up to QA to see if they can reproduce and provide me the logs for debugging.
As for the new SDK, it will have your request to allow back press if you do not support local playback. We are hoping Legal will finalize everything in a few weeks.
Thanks
Daniel
Hi, recorded a video showing the difference between speaker discovery when grouped and when not grouped.
https://drive.google.com/file/d/0Bxs4UbxtVdGgQV9abmRhLXlSZVU/view?usp=dr...
Once speakers are discovered they stay that way, so the problem only affects initial app launch (hence the swipe sideways kill process in my video)
It's far more likely it's a problem with my code, lol.... :-)
Hi Pinball Wizard,
It looks like Click SDK dialog have not yet register the listener to update the UX, because after you come back from group view, the players refreshed. May I get a sample snippet as well debug logs from your app? If it is on our end, I am hoping we still have time to put it in v2.2
Thanks
Daniel
Here are some logs:
I'm showing the allplay speaker selection dialog like so:
Done some code restructuring and have sorted the problem. I now have an application-wide static listener, and it's now working correctly.
Thanks for your advice.