You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using snapcast for a multiroom audio setup (3 RPIs)
Audio is provided by mpd and I get good results with the combo snapserver on the master pi and snapclients everywhere (meaning I hear synchronized music everywhere)
Now I want to control the volume in each room and I think your library can help but when I test your code on the master pi while running snapserver/client and playing music, I get :
import snapcast.control
server = snapcast.control.Snapserver('localhost', snapcast.control.CONTROL_PORT)
server.clients
[]
Am I suppose to change localhost by something else ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using snapcast for a multiroom audio setup (3 RPIs)
Audio is provided by mpd and I get good results with the combo snapserver on the master pi and snapclients everywhere (meaning I hear synchronized music everywhere)
Now I want to control the volume in each room and I think your library can help but when I test your code on the master pi while running snapserver/client and playing music, I get :
Am I suppose to change localhost by something else ?
The text was updated successfully, but these errors were encountered: