Well basically:
- Install a2dp-app via
sudo apt-get install a2dp-app-osmc
- Change audio out to Alsa
- Pair your speakers
At that time you ideally have the situation that when you switch on your speaker the sound will go away from the TV. At this time people had issue that sound didn’t come to the speakers. I had two things playing around with to get it going. While playing a song switch on the speaker. Than in ssh client open alsamixer, press F6 change to Alsa card and presses ‘m’ to mute and again to unmute.
If that doesn’t make it work than check the current running pulseaudioserver PID ps -aux | grep pulse
and kill it with kill -9 PID
especially if you have two pulseaudioservers running you need to do this (kill both)
Play around with this two steps and it might work. As soon as it is once working it remains working until restart.