Custom Component: Snapcast HA player

Custom component to allow playback of media through a snapcast server directly from home-assistant using ffmpeg. See GitHub - s-knibbs/snapcast-ha-player: Home Assistant custom integration to enable TTS playback through a snapcast server for more information.

Useful for making TTS announcements through snapcast, or playing internet radio. Also supports playback of playlists when playing local media.

Hi, thanks!
I recently discovered this player. Indeed, the player is well suited for TTS notifications in conjunction with Snapcast. In the configuration file of the Snapcast server

I used this command to open config file on my Raspberry Pi 4:

sudo nano /etc/snapserver.conf

I added this line to config file:

stream = tcp://0.0.0.0:4953?name=TTS Snap Player&codec=pcm&mode=server

The player began to transmit TTS notifications in all my rooms where Snapcast clients were instaled. :partying_face: