-
I have a physical server with a Creative sound card connected via PCIe. I've plugged a Chromecast Audio into the Line-in on this sound card. My OS can see the card and I can see it listed via
I have my snapserver running in a Docker container. I've exposed the sound devices to this container. services:
snapcast:
image: phlak/snapcast-server
network_mode: host
devices:
- /dev/snd:/dev/snd
volumes:
- ./volumes/snapcast/snapserver.conf:/etc/snapserver.conf:ro
- snapcast-cache:/var/cache/snapcast
- /etc/localtime:/etc/localtime:ro
The container has
I have the following streams configured in my
Note I've tried other The capture device volume is turned up.
I have a snapclient running on a Libre Computer Le Potato connected to my TVs sound bar AUX in. I'm also running a snapweb instance on my PC. If I play music via Spotify and select the "Snapcast" device (i.e. the However, if I cast anything to the Chromecast Audio and select the "Chromecast" device (i.e. the What am I missing? How can I get this to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved it myself. I didn't realize I had to . I was able to solve this myself by activating the capture source from |
Beta Was this translation helpful? Give feedback.
Solved it myself. I didn't realize I had to . I was able to solve this myself by activating the capture source from
alsamixer
. This is possible by pressing Spacebar while having the capture source source selected. Once activated it showsCAPTURE
listed under the capture source to indicate it's activated.