Bluetooth Speaker only as input device #382
chaosenze
started this conversation in
Bug Reports
Replies: 2 comments 1 reply
-
Hi chaosenze, it´s normal, you can´t choose a bluetooth speaker as output-device. BT-speakers will be added on demand to mpd.conf (seems to work on your setup). MPD plays to this device parallel to set output-device. BT-symbol is shown even with connected speaker. If you don´t hear anything - try to disconnect/reconnect your speaker. Volume is set by your speaker itself. Andy |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see - your speaker is detected as both. And input seems to be in higher priority. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I hope anyone can help me. I have an compleetly new installed RuneAudio+R e6 on my RPi3 device. I try to connect to an Bluetooth Speaker, I activate Blutooth in System -Menu then Connect to the Speaker in Network-Menu, all fine at this point. But, I can't choose this speaker as output device(only HDMI and Headphone). The Speaker is automatically applied as input device. Can anyone tell me how to set the Speaker as output device?
Thanks in advance
chaos
PS: If I power off the speaker, play some musik and power on again, I can hear for a second the music, then stop the player and the Speaker is the input source again.
Some settings, I think they are releated to:
`rAudio:~ # bluetoothctl info
Device 7C:96:D2:41:A2:50 (public)
Name: Teufel ROCKSTER Go
Alias: Teufel ROCKSTER Go
Class: 0x00240414
Icon: audio-card
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Serial Port (00001101-0000-1000-8000-00805f9b34fb)
UUID: Headset (00001108-0000-1000-8000-00805f9b34fb)
UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)
UUID: Audio Sink (0000110b-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: Advanced Audio Distribu.. (0000110d-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Handsfree (0000111e-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: usb:v2CC2p000Dd0001
rAudio:~ # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
rAudio:~ # bluealsa-aplay -l
**** List of PLAYBACK Bluetooth Devices ****
hci0: 7C:96:D2:41:A2:50 [Teufel ROCKSTER Go], trusted audio-card
A2DP (SBC): S16_LE 2 channels 48000 Hz
**** List of CAPTURE Bluetooth Devices ****
rAudio:~ # cat /etc/mpd.conf
bind_to_address "0.0.0.0"
db_file "/srv/http/data/mpd/mpd.db"
music_directory "/mnt/MPD"
playlist_directory "/var/lib/mpd/playlists"
replaygain "off"
state_file "/srv/http/data/mpd/mpdstate"
user "mpd"
input {
plugin "curl"
}
decoder {
plugin "ffmpeg"
enabled "yes"
}
resampler {
plugin "soxr"
quality "very high"
}
audio_output {
name "On-board Headphones"
device "hw:1,0"
type "alsa"
auto_resample "no"
auto_format "no"
mixer_type "hardware"
mixer_control "Headphone"
mixer_device "hw:1"
}
audio_output {
name "Teufel ROCKSTER Go"
device "bluealsa:DEV=7C:96:D2:41:A2:50,PROFILE=a2dp"
type "alsa"
mixer_type "software"
}
`
I moved it to bug report. Because I tried "mpc play" and the Speaker worked. But on Web interface the speaker is used as Input Source (Bluetooth Symbol in Player). And Its not listed in "Settings - Player - Output"
Beta Was this translation helpful? Give feedback.
All reactions