Connecting snapclient to a named snapserver stream #913
Unanswered
TotalSpaceshipguy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
From the documentation it looks like you can setup multiple input streams into the snapcast server.
I have these sources defined in the snapserver.conf
source = tcp://0.0.0.0:4953?name=mopidy_tcp&mode=server
source = tcp://0.0.0.0:4954?name=bluetooth_tcp&mode=server&sampleformat=44100:16:2
If I start the client from the command line it seems to connect to the first stream defined in the server
2021-09-21 21-21-07.345 [Info] (Snapclient) Version 0.25.0, revision 2af5292
2021-09-21 21-21-07.348 [Info] (Connection) Resolving host IP for: chivvers.lan
2021-09-21 21-21-07.397 [Info] (Connection) Connecting
2021-09-21 21-21-07.402 [Notice] (Connection) Connected to 192.168.10.2
2021-09-21 21-21-07.403 [Info] (Connection) My MAC: "xx:xx:xx:xx:xx:xx", socket: 8
2021-09-21 21-21-08.240 [Info] (Controller) ServerSettings - buffer: 1000, latency: 0, volume: 24, muted: 0
metadata:{"STREAM":"mopidy_tcp"}
So here it is picking up the mopidy_tcp stream.
Does anyone know how to configure the snapcast client to listen to a particular stream ?
Cheers muchly
Beta Was this translation helpful? Give feedback.
All reactions