Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot cast to individual speaker when DAS is casting to a group the speaker belongs to #59

Open
dday4thedeceiver opened this issue Oct 4, 2019 · 2 comments

Comments

@dday4thedeceiver
Copy link

dday4thedeceiver commented Oct 4, 2019

I thought I created an issue for this apparently I didn't.

To reproduce:
Create group A with speakers 1 and 2
Start casting from DAS to group A
Try to cast something else (not from DAS) to either speaker 1 or 2.

Result:
Stream will start however DAS will override and take over.

Expected:
DAS won't take over until the stream is stopped.

Reproduced on 2.4.15 (but old issue)

@SamDel
Copy link
Owner

SamDel commented Oct 6, 2019

Thanks, I can confirm this is an issue (when 'Automatically restart when the stream is closed' is checked)

It's introduced after the firmware update. Group information is not in the device info as it was before the update.

The application checks if all devices in a group are idle before restarting the stream. Information about the devices in a group is missing now in the application. The check if all devices in a group are idle defaults to 'Restart always' now.

@dday4thedeceiver
Copy link
Author

I see.. can't be fixed then (thank you Google for breaking changes!), gotta use individual devices.

@SamDel SamDel added bug and removed bug labels Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants