11-20-2022, 03:05 AM
I imagine they'll also want to know how librespot was started, e.g., with what options.
Here's what I get on my player
So, in particular, we're using the alsa backend (that's important).
Regards,
Kent
Here's what I get on my player
Code:
pi@m82p3a:~ $ ps aux|grep librespot
root 17569 0.0 0.9 13452 4364 ? S 20:03 0:00 sudo librespot --name m82p3a Spotify --bitrate 160 --format S16 --ap-port 13561 --mixer softvol --initial-volume 0 --volume-ctrl log --volume-range 60 --cache /var/local/www/spotify_cache --disable-audio-cache --backend alsa --device _audioout --onevent /var/local/www/commandw/spotevent.sh
root 17573 1.9 2.1 19464 9328 ? Sl 20:03 2:16 librespot --name m82p3a Spotify --bitrate 160 --format S16 --ap-port 13561 --mixer softvol --initial-volume 0 --volume-ctrl log --volume-range 60 --cache /var/local/www/spotify_cache --disable-audio-cache --backend alsa --device _audioout --onevent /var/local/www/commandw/spotevent.sh
...
So, in particular, we're using the alsa backend (that's important).
Regards,
Kent