Okay, I'm still not getting it to work. The
jukebox mode outputs no sound (the other mode works fine).
This is what I see in the logs:
- Code: Select all
[2022-05-29 11:35:43,122] ERROR JukeboxService - Error in jukebox: javax.sound.sampled.LineUnavailableException
javax.sound.sampled.LineUnavailableException
at org.classpath.icedtea.pulseaudio.PulseAudioMixer.openImpl(PulseAudioMixer.java:714)
at org.classpath.icedtea.pulseaudio.PulseAudioMixer.openLocal(PulseAudioMixer.java:588)
...
I tested the speakers of the RPi with the following command, and
it outputs fine:
- Code: Select all
speaker-test -c2 -twav -l7
Same,
omxplayer myfile.mp3 outputs the MP3 fine.
So, this looks like a Subsonic issue, no? Or is there something else to do on the RPi?
- User subsonic is in the audio group.
- This is Subsonic 6.1.6 on a dedicated RPi 4
In case it helps:
- Code: Select all
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
Thanks