4th Mar, 2014, 10:07 AM
The first version implement a2dp over bluetooth.
it can pair device (always(default) or on demand with timeout)
once a bluetooth connection incoming, it load the alsa loopback module between bt source and output sink.
to start pairing, if pairing on demand :
(it should be possible to use keymap, and assign a key to start pairing.)
it is configurable through xbian-config inside xbmc, or via file : /etc/xbian-a2dp.conf
WARNING :
it's an EXPERIMENTAL package, i've installed without problem, but it need a lot of dependencies (alsa, pulseaudio),
so a backup before testing is recommended.
Also, if you have already configured bluettooth adapter, part of your configuration can be modified (backup as .xbian)
theses files will be modified :
/etc/bluetooth/audio.conf
/etc/pulse/daemon.conf
/etc/bluetooth/main.conf
others files will not be touched.
log can be found under
/var/log/upstart/bluetooth-a2dp
/var/log/upstart/bluetooth-pairing
and /var/log/upstart/bluetooth-* more general
to install
i've to manage dependency, it didn't want to install on fresh install,
so install depencies before
sudo apt-get install bluez alsa-base alsa-utils pulseaudio pulseaudio-module-bluetooth pulseaudio-utils python-gobject python-gobject-2 bluez-tools
source can be found here :
https://github.com/belese/xbian-package-a2dp
and the download link
https://github.com/belese/xbian-package-a2dp/blob/master/xbian-package-a2dp1.0.deb?raw=true
belese
it can pair device (always(default) or on demand with timeout)
once a bluetooth connection incoming, it load the alsa loopback module between bt source and output sink.
to start pairing, if pairing on demand :
Terminal
sudo start bluetooth-pairing,
(it should be possible to use keymap, and assign a key to start pairing.)
it is configurable through xbian-config inside xbmc, or via file : /etc/xbian-a2dp.conf
WARNING :
it's an EXPERIMENTAL package, i've installed without problem, but it need a lot of dependencies (alsa, pulseaudio),
so a backup before testing is recommended.
Also, if you have already configured bluettooth adapter, part of your configuration can be modified (backup as .xbian)
theses files will be modified :
/etc/bluetooth/audio.conf
/etc/pulse/daemon.conf
/etc/bluetooth/main.conf
others files will not be touched.
log can be found under
/var/log/upstart/bluetooth-a2dp
/var/log/upstart/bluetooth-pairing
and /var/log/upstart/bluetooth-* more general
to install
i've to manage dependency, it didn't want to install on fresh install,
so install depencies before
sudo apt-get install bluez alsa-base alsa-utils pulseaudio pulseaudio-module-bluetooth pulseaudio-utils python-gobject python-gobject-2 bluez-tools
Terminal
sudo dpkg -i xbian-package-a2dp1.0.deb
sudo apt-get install -f
sudo apt-get install -f
source can be found here :
https://github.com/belese/xbian-package-a2dp
and the download link
https://github.com/belese/xbian-package-a2dp/blob/master/xbian-package-a2dp1.0.deb?raw=true
belese