I'm currently running a snapserver which plays the files that are stored in the /tmp/snapfifo file.
So you can
and then it plays the song to all snapcast clients that are currently connect to this server.
I tried:
but I only got some noise while playing a song through LMS
Has someone already got this working?
So you can
Code:
cat someWaveFile.wav > /tmp/snapfifo
I tried:
Code:
squeezelite -o - > /tmp/snapfifo
Has someone already got this working?