Johannes Pohl

Results 188 comments of Johannes Pohl

You can use the brand new [meta stream source](https://github.com/badaix/snapcast/blob/master/doc/configuration.md#meta) as already requested in #402, #569, #666 or use a script that switches to the active stream as referenced in #402...

I was already thinking about this. It would be an extension to the meta stream (selectable with some `mode` flag). Mixing different streams is more complicated than just switching between...

Can you try this nightly build?: https://github.com/badaix/snapcast/actions/runs/758088828

I cannot reproduce this in my Windows VM

- I've added some information about codec headers in [binary_protocol.md](https://github.com/badaix/snapcast/blob/develop/doc/binary_protocol.md). It't basically whatever comes out of the encoder and is fed one to one to the decoder - the time...

Yes, ServerSettings::bufferMS corresponds to `[stream] buffer` in `snapserver.conf` which is the overall latency from capture to being audible. The server captures chunks with a duration of `[stream] chunk_ms` and tags...

It seems that there is some bigger refactoring going on with librespot ([new-api branch](https://github.com/librespot-org/librespot/tree/new-api)), as you can see in this [discussion](https://github.com/librespot-org/librespot/tree/new-api), they also mention that the java implementation might be...

My usual process is to mark it as "next release", once it is in develop and to close it when it's merged into master and releases. So I will not...