TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
297 stars 64 forks source link

can this handle multiple pi's? #129

Open ahsu-2019 opened 3 years ago

ahsu-2019 commented 3 years ago

multi client via pi's not esp chips possible?

TobKra96 commented 3 years ago

At the moment there is no option to connect a raspberry pi to a raspberry pi. I can add it as a feature request.

carlyd95 commented 3 years ago

Temporarily this could be achieved by sending audio to a Snapcast snapserver on one pi that is running snapserver and snapclient and the rest of the pi's just running snapclient and have each pi running MLSC server. However this is kinda convoluted when I'm sure it wouldn't be too hard to get a UDP client working for the client pi's.