Skip to content

Ensure proper codec is running #617

Answered by arkq
jacobweldon asked this question in Q&A
Discussion options

You must be logged in to vote

The log which you've provided says that BlueALSA service is ready do start A2DP connection with either SBC or AptX codec. The relevant part is:

raspberrypi bluealsa[828]: bluealsa: Registering media endpoint: /org/bluez/hci0/A2DP/SBC/sink/2
                                                                                       ^- codec name

However, there is a better way of getting such information. Since version 3.1.0, bluez-alsa project provides a tool called bluealsa-cli. It needs to be enabled with --enable-cli during configuration. This tool will work regardless of whether bluez-alsa was configured with debug enabled or not, e.g.:

$ bluealsa-cli status
Service: org.bluealsa
Version:…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jacobweldon
Comment options

Answer selected by jacobweldon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants