You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to evaluate this library for use in a personal project. Without diving to deep I was curious if I could get a general overview of architecture. I see you are calling ALSA and PULSEAUDIO but not exactly sure how are you gathering the audio stream from Spotify.
The text was updated successfully, but these errors were encountered:
dmeulen
pushed a commit
to dmeulen/librespot
that referenced
this issue
May 16, 2019
The client's expected MAC will not match librespot's derived MAC
if the client used the wrong public key. This can happen if librespot
is restarted (and thus generated a new key) but the client is still
mistakingly using the old public key. When this happens we do not need
to panic, we can just abort the connection attempt.
Hello there,
I'm trying to evaluate this library for use in a personal project. Without diving to deep I was curious if I could get a general overview of architecture. I see you are calling ALSA and PULSEAUDIO but not exactly sure how are you gathering the audio stream from Spotify.
The text was updated successfully, but these errors were encountered: