We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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¶ms=--name%20zone1%20--bitrate%20320%20--backend%20pipe%20--initial-volume%20100%20--verbose source = process:///librespot?name=zone2¶ms=--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.
The text was updated successfully, but these errors were encountered:
Note that you need to set "killall=false" for all librespot streams - worked for me
Sorry, something went wrong.
@Torgee you are right. It worked. I did not notice this option. Thanks
I will change the default to false in the next release. It's a legacy option that rather causes trouble than help.
No branches or pull requests
hi,
my setting:
Does not work, only one source will listen, the last one.
But if I use a process it's ok:
Do not know if it's a lot of work to make it work.
The text was updated successfully, but these errors were encountered: