gekoch wrote: > I'm currently running a snapserver which plays the files that are stored > in the /tmp/snapfifo file. > So you can > Code: -------------------- > > cat someWaveFile.wav > /tmp/snapfifo -------------------- > > and then it plays the song to all snapcast clients that are currently > connect to this server. > > I tried: > Code: -------------------- > > squeezelite -o - > /tmp/snapfifo -------------------- > > but I only got some noise while playing a song through LMS > > Has someone already got this working?
IIRC what is saved is a PCM stream. You need add a WAV header to tell any player the format of the PCM stream such as sample rate , sample size, endian, signed/unsiged etc. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=113394 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
