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

multiple librespot source #746

Closed
hiousi opened this issue Dec 13, 2020 · 3 comments
Closed

multiple librespot source #746

hiousi opened this issue Dec 13, 2020 · 3 comments

Comments

@hiousi
Copy link

hiousi commented Dec 13, 2020

hi,

my setting:

source = librespot:///librespot?name=zone1&devicename=zone1&bitrate=320
source = librespot:///librespot?name=zone2&devicename=zone2&bitrate=320

Does not work, only one source will listen, the last one.

But if I use a process it's ok:

source = process:///librespot?name=zone1&params=--name%20zone1%20--bitrate%20320%20--backend%20pipe%20--initial-volume%20100%20--verbose
source = process:///librespot?name=zone2&params=--name%20zone2%20--bitrate%20320%20--backend%20pipe%20--initial-volume%20100%20--verbose

Do not know if it's a lot of work to make it work.

@Torgee
Copy link

Torgee commented Dec 13, 2020

Note that you need to set "killall=false" for all librespot streams - worked for me

@hiousi
Copy link
Author

hiousi commented Dec 14, 2020

@Torgee you are right. It worked.
I did not notice this option.
Thanks

@hiousi hiousi closed this as completed Dec 14, 2020
@badaix
Copy link
Owner

badaix commented Dec 14, 2020

I will change the default to false in the next release. It's a legacy option that rather causes trouble than help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants