Nick Steel

Results 1001 comments of Nick Steel

Are you running the latest version of librespot. If so, this sounds like a bug to be fixed in librespot and should be reported to them.

> But I don't think, it's a snapclient problem Great, then you are on the same page as everyone else. We are saying the problem **might** be back on the...

> Is there any way to change librespot to output to a Pipe instead of STDOUT You can modify the [code in snapcast where librespot is launched](https://github.com/badaix/snapcast/blob/develop/server/streamreader/librespot_stream.cpp#L87) and use ```#...

> As suggested, I tried to change the librespot backend to pipe (&params=--backend%20pipe), and I still see the bug occur. My suggestion involved more than that. Your change doesn't do...

> > > As suggested, I tried to change the librespot backend to pipe (&params=--backend%20pipe), and I still see the bug occur. > > > > > > My suggestion...

> > I'm not sure if it's the same problem. But I also had these problems from time to time. What helped me was the following patch. Never had any...

> I meant 'up to 10' yes, sometimes the first jump in one and only one track is enough to produce the bug. I'm quite sure it does not depend...

> ``` > diff --git a/playback/src/audio_backend/pipe.rs b/playback/src/audio_backend/pipe.rs > index e0e8a77..0a0d152 100644 > --- a/playback/src/audio_backend/pipe.rs > +++ b/playback/src/audio_backend/pipe.rs > @@ -94,12 +94,17 @@ impl Sink for StdoutSink { > > impl...

Debian is a stable distribution, not a cutting edge distribution. This is the point of Debian. The only way you will get the latest version from Debian's own repos is...

Sure, I was just trying to explain why > $ sudo apt install snapserver has no chance of giving you what you want. And why > apt is out of...