-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sound not playing #6
Comments
Hello, I have been away on holiday for a few days, I will come back to you as soon as I can. |
Can you provide your docker run command or docker compose file, along with the output of the command:
Thank you |
Same here. on https://hub.docker.com/r/giof71/squeezelite So running by: I would like to use docker-compose and headphone jack. By docker-compose, run and connect but any sound. squeezelite:
image: giof71/squeezelite:stable
container_name: squeezelite
devices:
- /dev/snd:/dev/snd
environment:
- SQUEEZELITE_NAME=home-pi
#- SQUEEZELITE_AUDIO_DEVICE=hw:CARD=Headphones,DEV=0
#- SQUEEZELITE_AUDIO_DEVICE=default:CARD=Headphones
- SQUEEZELITE_AUDIO_DEVICE=default:CARD=b1
- SQUEEZELITE_SERVER_PORT=192.168.1.9:3483
- SQUEEZELITE_RATES="44100,48000,88200,96000,176400,192000,352800,384000"
- SQUEEZELITE_UPSAMPLING="v::4:28:95:105:45"
- STARTUP_DELAY_SEC=1
restart: unless-stopped I login to I also try: Output devices:
null - Discard all samples (playback) or generate zero samples (capture)
default:CARD=b1 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Default Audio Device
sysdefault:CARD=b1 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Default Audio Device
dmix:CARD=b1,DEV=0 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Direct sample mixing device
dsnoop:CARD=b1,DEV=0 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Direct sample snooping device
hw:CARD=b1,DEV=0 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Direct hardware device without any conversions
plughw:CARD=b1,DEV=0 - bcm2835 HDMI 1, bcm2835 HDMI 1 - Hardware device with all software conversions
default:CARD=Headphones - bcm2835 Headphones, bcm2835 Headphones - Default Audio Device
sysdefault:CARD=Headphones - bcm2835 Headphones, bcm2835 Headphones - Default Audio Device
dmix:CARD=Headphones,DEV=0 - bcm2835 Headphones, bcm2835 Headphones - Direct sample mixing device
dsnoop:CARD=Headphones,DEV=0 - bcm2835 Headphones, bcm2835 Headphones - Direct sample snooping device
hw:CARD=Headphones,DEV=0 - bcm2835 Headphones, bcm2835 Headphones - Direct hardware device without any conversions
plughw:CARD=Headphones,DEV=0 - bcm2835 Headphones, bcm2835 Headphones - Hardware device with all software conversions
Finally, default
Playback/recording through the PulseAudio sound server
null
Discard all samples (playback) or generate zero samples (capture)
jack
JACK Audio Connection Kit
pulse
PulseAudio Sound Server
sysdefault:CARD=b1
bcm2835 HDMI 1, bcm2835 HDMI 1
Default Audio Device
dmix:CARD=b1,DEV=0
bcm2835 HDMI 1, bcm2835 HDMI 1
Direct sample mixing device
dsnoop:CARD=b1,DEV=0
bcm2835 HDMI 1, bcm2835 HDMI 1
Direct sample snooping device
hw:CARD=b1,DEV=0
bcm2835 HDMI 1, bcm2835 HDMI 1
Direct hardware device without any conversions
plughw:CARD=b1,DEV=0
bcm2835 HDMI 1, bcm2835 HDMI 1
Hardware device with all software conversions
usbstream:CARD=b1
bcm2835 HDMI 1
USB Stream Output
sysdefault:CARD=Headphones
bcm2835 Headphones, bcm2835 Headphones
Default Audio Device
dmix:CARD=Headphones,DEV=0
bcm2835 Headphones, bcm2835 Headphones
Direct sample mixing device
dsnoop:CARD=Headphones,DEV=0
bcm2835 Headphones, bcm2835 Headphones
Direct sample snooping device
hw:CARD=Headphones,DEV=0
bcm2835 Headphones, bcm2835 Headphones
Direct hardware device without any conversions
plughw:CARD=Headphones,DEV=0
bcm2835 Headphones, bcm2835 Headphones
Hardware device with all software conversions
usbstream:CARD=Headphones
bcm2835 Headphones
USB Stream Output
As you can see above I try three |
Just a quick reply, the doc is probably wrong about host networking |
Documentation fixed (host networking) |
Hello, are you sure your devices support those very high rates? |
Hello, looking at the specs of your dac, it seems it should work at those rates. Can you try anyway with a simple configuration and see if you can get sound? Cheers |
@vespadj are you using the raspberry pi onboard audio card? |
squeezelite:
image: giof71/squeezelite:stable
container_name: squeezelite
devices:
- /dev/snd:/dev/snd
environment:
- SQUEEZELITE_NAME=home-pi
- STARTUP_DELAY_SEC=1
- SQUEEZELITE_AUDIO_DEVICE=hw:CARD=Headphones,DEV=0
restart: unless-stopped This woks, thanks! using audio jack onboard. |
@vespadj, please have a look at the README.md file, I just added your docker-compose. |
Hello @vespadj, can we close this issue? |
Hello @joinstuff , can @GioF71 close this issue? |
I forgot to ask the op @joinstuff, sorry |
Closing. @joinstuff feel free to reopen or create a new issue if you need further information. |
Hi , I am using your docker-compose file with a Topping E30 DAC , LMS and Squeezelite in containers. However even if LMS sees the Sqeezelite player as functional , sound is not played in the speakers. Any ideas why this is happening ?
The text was updated successfully, but these errors were encountered: