Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I've compiled librespot as follows on a raspberry pi running raspberryPI OS
cargo build --no-default-features --features "alsa-backend with-dns-sd" --release
A Hifiberry AMP2 is connected to the raspberry and I set up dual mono in the asound.conf as described here:
https://www.hifiberry.com/docs/software/dual-mono-setup/
I can run one instance of librespotify on either the default device (card/output) or on the other by specifying
--device=card2
or leaving this option out.But when I start one instance (without --device) and then try to start another instance with --device specified, I get the following error:
As I understand, using the system's avahi should make it possible to run two instances (see:
On the other hand, if with-dns-sd was not enabled, librespot might interfere with Avahi, Bonjour or other librespot instances if running, or even crash on some OSs.)
Do I have to configure the system avahi or something else?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions