You are not logged in.
Pages: 1
Anyone of you guys got mpd and bluetooth audio up and working? I cant seam to find any good info in the matter.
Offline
Use mpd-pulse (from AUR or compile your own from ABS) and pulseaudio/bluez - easiest way. Haven't tried that myself (I do use mpd-pulse though) as my bluetooth headset is only coming in about a week's time.
Alternatively, alsa has their own bluetooth module. Needs some work in your .asoundrc though.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Sorry, but I am not using pulseaudio. I am using alsa. And I got sound for the headset set up correctly. But now I wonder how to configure mpd.conf so that mpd works with the headset.
my .asoundrc looks like this:
pcm.bluetooth {
type bluetooth
device 00:07:A4:B8:A7:A5
}Offline
Maybe change your default to be the bluetooth?
IMO, you'd want to use pulse just so you're able to move the stream back and forth when you feel like it.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
No i dont want to use pulseaudio and i can move the "stream" back and forth with alsa too.
Offline
So how do i make bluetooth audio the default output?
I have tried:
pcm.!default {
type bluetooth
device 00:07:A4:B8:A7:A5
}but nothing happens
Offline
I'm just guessing here, but maybe something along the lines of this in /etc/mpd.conf
audio_output {
type "alsa"
name "My ALSA Device"
device "hw:0,0"
format "44100:16:2"
}Change the 'device' line to suit whatever numbers your bluetooth headset is...
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I apologize for resurrecting this old post, but did anyone find a solution for this? I tried the following but mpd doesn't like it
audio_output {
type "bluetooth"
name "260plantronic bluetooth"
device "00:03:89:C4:4C:29"
}Offline
Pages: 1