Jean
2 April 2018 22:23
1
Since audio streaming through bluetooth is not currently working (see [Deprecated] [TESTING] Bluetooth audio streaming (A2DP) - #794 by sam_nazarko ) I was searching an alternative way to listen to the OSMC playback wirelessly. I stumbled upon SoundWire, a nice android app that would capture the audio through ALSA and stream it to my phone, but… It’s not capturing anything. From what I can see, it doesn’t capture nothing at the source. I’ve just found this other thread: I finally found a way to stream audio from OSMC (RPi) to your smartphone (Android) over WiFi/LAN but it relays on a bluetooth audio too, which is not enabled right now…
What can I do?
Jean:
What can I do?
Well as audio routing is not the easiest thing to do you might just want to wait for a Bluetooth fix from OSMC team. Try if the current provided fix works.
I’ve now made some fixes available, and hopefully this will allow A2DP to work out of the box again.
Login via the command line
Edit the file /etc/apt/sources.list
Add the following line: deb http://apt.osmc.tv stretch-devel main
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you edit /etc/apt/sources.list again and remove the line that …
Jean
6 April 2018 22:02
3
I’ve tried it, but unfortunately it doesn’t seem to work.
Connection to bluetooth headset is buggy, I was able to establish a connection only using bluetoothctl
and this sequence:
agent on
scan on
trust device_id
pair device_id
(wait for connection to fail)
disconnect device_id
connect device_id
Even with the headset connected, no option appeared in Kodi to choose the headset as audio output.
Also, SoundWire is still not working; pulseaudio shows everything in order, but no audio is router trough it…