mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[GH-ISSUE #1218] librespot/snapcast sometimes plays like /dev/random 😨 #561
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#561
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cdtx on GitHub (Nov 12, 2023).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1218
Hi,
I'm trying to solve an annoying issue in my snapcast/librespot installation.
In a few words : When I move between tracks in spotify OR move to another time in the current track, sometimes it works, sometimes my whole snapclients plays random noise very loud !
I'm not alone with this issue : https://github.com/badaix/snapcast/issues/1170
Guys at snapcast (see above ticket) are wondering if librespot could be the one responsible ?
snapcast collects samples from the librespot STDOUT, and suggestion is that librespot could sometimes emit someting else on it's STDOUT (log) ? Or crash ?
Does this situation rings you sometings ?
Thanks
@cdtx commented on GitHub (Nov 12, 2023):
I just see that librespot has the same pid before and after the bug occurs. So I'm sure it does not crash.
@roderickvd commented on GitHub (Nov 14, 2023):
I think that issue over at https://github.com/badaix/snapcast/issues/1170 is raising the right questions to isolate the problem.
librespot doesn't output anything else to stdout, that I know.
@cdtx commented on GitHub (Nov 14, 2023):
I confirm that I did the test to pipe librespot to vlc then run my "recipe", nothing wrong !
I go back to snapcast for a printf hunt ;-)
Thanks