Johannes Pohl

Results 188 comments of Johannes Pohl

Snapserver seems to crash while parsing the librespot stdout logs. What version of librespot did you use? Relying on debug logs is not a good idea of snapserver, because they...

Does snapcast also crash on debian?

I've added an Alpine dev container to the project 4d9a2b7ea14d289c348d93d588a8a45c6586688b, which enables development and debugging transparently in the container using the vscode [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers). There seems to be...

No, it's not possible, only the server can bind to specific interfaces. Pull requests are welcome :)

ok, understood, these are some good reasons, so what is a proper directory to use by default? `/var/lib/snapserver/`? or as suggested on [stackoverflow](https://stackoverflow.com/questions/15794696/what-is-the-proper-place-to-put-named-pipes-on-linux) `/var/run/`? `/var/run/snapserver`? `/var/tmp/`?

@tgurr thanks, do you think this can safely be integrated in the provided debian packages? In a way that it will also work for non-systemd flavors (such as devuan)? Anyone...

Hi Lakritzator, I'm aware of it. I was trying at least to document the header files :wink: A specification of the "snapcast protocol" is actually completely missing. Also, with the...

Will an ESP32 be strong enough to do flac/ogg/opus decoding? The smallest cpu I ran spanclient on was some 400MHz MIPS based router.

These are just informational fields. The MAC has been used as unique ID in earlier versions.

The first read is to get just the base massage portion, it's kind of a common header, with the size `baseMsgSize`. The header contains the type and complete message size,...