Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulseaudio librespot implementation not playing audio #463

Open
andrewCohn opened this issue Jun 11, 2024 · 1 comment
Open

Pulseaudio librespot implementation not playing audio #463

andrewCohn opened this issue Jun 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@andrewCohn
Copy link

andrewCohn commented Jun 11, 2024

Describe the bug
Streaming service using built in libre-spot not outputting audio on pulseaudio backend

To Reproduce
Compile with the following command:
cargo install spotify_player --no-default-features --features pulseaudio-backend,streaming,media-control
try to play audio using the built in librespot implementation
Expected behaviour
When I play music via the built in streaming player, i hear audio out from pulseaudio.

Log and backtrace

spotify-player-24-06-11-06-30.log

Environment

  • OS: Arch

  • Application version: spotify_player 0.18.2

  • Application features: if applicable, provide cargo features used to build spotify_player
    pulseaudio-backend,streaming,media-control

Additional context
I was able to get audio to play by compiling librespot with pulse audio, and compiling spotify_player using without streaming or pulseaudio backends, and running librespot first and using this app to control it. But it seems like the implementation of librespot in the program doesn't work correctly on my system.

In addition, I can control a broken session from my phone, so I know librespot exists and is talking to spotify. There's just nothing coming out from the audio backend.

Potentially related to issue #435

@aome510
Copy link
Owner

aome510 commented Jul 8, 2024

Sorry, missed this issue. Please see my note in #496 (comment). Can you try a different audio backend instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants