Hello,
I posted this yesterday.
I don't have a Odroid C2 rather a RPI4, but perhaps the directions may help you.
Good luck.
Hello,
I posted this yesterday.
I don't have a Odroid C2 rather a RPI4, but perhaps the directions may help you.
Good luck.
Hello,
I have a RPI4 using LE 9.2.5.
Here is what I did, perhaps this will also work for you. If others have a more efficient way of doing this, please update this thread.
After you complete the items above and reboot, perform the following whenever you want a Bluetooth device to stream audio to Kodi.
1.) Use the LibreElec settings page to pair the bluetooth device (e.g. smartphone, etc...)
2.) On your remote, press the key that you assigned in step 5.
3.) On Kodi, you should see a notification dialog showing the name of the bluetooth device you paired. Kodi has now set this as the default source.
4.) Start playing media on your bluetooth device. You should hear it being output from Kodi.
*NOTE* The steps below assume audio over HDMI. This is what I use and works fine for me.
If you are using the analog output for your audio, I have read that others need to set amixer to output to the analog port.
"amixer cset numid=3,1"
*EDIT* I've noticed that sometimes the first time you try to play something, the audio is very slow. If you stop playing, then simply start playing again then the audio is fine. By putting in the these extra lines in bluetooth.py this problem seems to go away. Unsure why exactly:
os.system("pactl unload-module module-loopback")
os.system("pactl load-module module-loopback latency_msec=1000")
If anyone smarter than me could chime in, it would be appreciated.