-
Notifications
You must be signed in to change notification settings - Fork 4
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
Alsa device not working #48
Comments
Hi, I think to expose a USB device to a docker container you need to add as volume the actual usb drive handle. One way to easily check whether it would work is with the |
But there are not
to the dockercompose.yml but get the same error |
you can mount the complete /dev to your container, e.g. |
Thanks very much for helping me with this. But even with
I still get the same error |
I'm not sure then. You could try to start the container with a bash shell and see if you can see the soundcard and try to get it to work. Alternatively, try to get spotifyd without a container, since it should be a bit easier. |
Yeah, odd. I tried with the container |
Hello, I've got an ubuntu setup with working audio but trying to get a spotifyd.conf that works with this container. Currently I have a USB soundcard that is labeled as "default" by
aplay -L
andaplay -D default /usr/share/sounds/alsa/Front_Center.wav
works. My spotifyd.conf isAnd my docker-compose.yml is
But it doesn't work and the logs are
What am I getting wrong?
The text was updated successfully, but these errors were encountered: