snapcast icon indicating copy to clipboard operation
snapcast copied to clipboard

Synchronous multiroom audio player

Results 127 snapcast issues
Sort by recently updated
recently updated
newest added

I'm trying to set up a TCP client mode connection to my laptop, which can either be connected via LAN or WiFI. As such the IP address is subject to...

feature request

Update to FreeBSD build instructions to use cmake.

Hello, I wrote a stream plugin for Volumio that provides metadata to Snapcast via `Plugin.Stream.Player.Properties` and let Snapcast control the player by implementing `Plugin.Stream.Player.SetProperty` and `Plugin.Stream.Player.Control`. See https://github.com/skyslasher/snapmeta-provider for details....

**Describe the bug** I use the TcpStream server source to transmit audio signals from a Windows desktop to the snapserver (running on a Linux VM) using the broadcast function of...

**Describe the bug** Snapcast is emitting `Stream.OnUpdate` notifications for streams that are set as `codec=null`. These streams are not part of the `Server.GetStatus` response, and not visible in the web...

**Describe the bug** I'm unable to configure Snapcast/Snapserver to create a TCP server stream bound to the IPv6 Any Address. **Steps to Reproduce** 1. Add a stream with `tcp://[::]:12345?name=test&mode=server` 2....

**Describe the bug** Debian/Raspbian bookworm ships with libflac12 (https://packages.debian.org/bookworm/libflac12) instead of libflac8 (https://packages.debian.org/bullseye/libflac8) resulting in being unable to install the provided `snapclient_0.27.0-1_without-pulse_armhf.deb`. ``` pi@raspberrypi:~ $ sudo dpkg -i snapclient_0.27.0-1_without-pulse_armhf.deb Selecting...

next release

The default `codec=flac` and `chunk_ms=20` seem to be a non-optimal configuration. The comments in the configuration even indicates FLAC needs a larger chunk size. https://github.com/badaix/snapcast/blob/8d282c557949f46c8b7f701381a3e50e30b4716d/server/etc/snapserver.conf#L144-L150 > Some codecs have a...

**Describe the bug** On occasion, all Snapclients's FIFO pipe breaks and it sounds like static at max volume. **Steps to Reproduce** 1. No real method to predict this behavior, may...

please make it easier for us noobs. sudo apt install ./snapserver_0.27.0-1_armhf.deb ``` The following packages have unmet dependencies: snapserver:armhf : Depends: libasound2:armhf (>= 1.0.18) but it is not installable Depends:...

feature request