Now the last piece of the puzzle is getting the 5.1 sound to work - its selected at both ends; the PC thinks its streaming 5.1 sound because the windows sound test plays all 6 channels, but my AVR only see stereo.
Has anybody come across similar? Are there specific Pulse audio settings that I need to setup to use 5.1 channels on HDMI?
Apparently by default PulseAudio won't use surround channels. So I added a custom PulseAudio config
vi /storage/.config/pulse-daemon.conf.d/custom.conf
and add:
default-sample-channels=6
More info at:
https://kodi.wiki/view/pulseaudio
OK, next question, I can't get my PS4 controller to work at all on bluetooth. I can get it paired, but no button presses work. This GitHub - chrippa/ds4drv: A Sony DualShock 4 userspace driver for Linux seems to be a recommendation, and looking at LibreELEC-RR/packages/5schatten/service/ds4drv/system.d at master-rr · 5schatten/LibreELEC-RR · GitHub it seems to be there, but I am unable to get the service to start.
Does anyone else use ds4drv with their PS4 controllers?