python-snapcast icon indicating copy to clipboard operation
python-snapcast copied to clipboard

How to use it

Open mbrebion opened this issue 6 years ago • 0 comments
trafficstars

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 ?

mbrebion avatar Feb 19 '19 07:02 mbrebion