You would need to switch that manually (or use an add-on to do that.
If you connect Bluetooth Headset (as explained below) it will switch automatically.
Aly1:
Now I have another problem, I can not pair my earphones, “pairing is failed”
I need to install packages or other manip ?
You need to install a2dp package, see
Hi,
We’d like to add Bluetooth audio streaming to the App Store shortly, but first we’d like to get some feedback and testing done.
Make sure your system is fully up to date, and then run the following commands:
sudo apt-get update
sudo apt-get install a2dp-app-osmc
Note:
Pairing is sometimes problematic. This is being worked on.
If you experience stutters or dropouts, it may be your dongle. I personally experienced this with a couple of Bluetooth dongles and had better luck with other one…
and also depending if it is a proper headphone or a headset set the sink respectively, see
Hi,
friend of mine looked into it and got Marhshall Monitor Bluetooth headphones working with Vero4K (2018.4-2)
Update you system
apt update
apt dist-upgrade
and install
apt install a2dp-app-osmc
After that pair you headphones via OSMC GUI.
Or from console with bluetoothctl
and now:
osmc@osmc:~$ pactl list cards <— list of audio cards on vero
shared memfd open() failed: Function not implemented
Card #0 <---- default Vero4K card
Name: alsa_card.platform-aml_m8_snd.46
Driver: mo…