Has the kodi sound problem been solved because I still have no sound on VU + Uno 4K SE kodi?
Some are writing that this is the solution, but it is not working for me, but you can try if it works for you.
Ok, if someone want to test (I don't have any vu receiver here), please try as below:
1) install alsa-plugins - attached (they're not available in the feed (yet), these are from my home build)
opkg install libasound*
2) change content /etc/asound.conf to
pcm.!default {
type oss
device /dev/dsp
}
ctl.!default {
type oss
device /dev/mixer
}
3) make sure that multi-chanell audio downmix is ON
4) run kodi, check if you hear anything, give feedback ;-)
//oh, and just in case, this is only for the (all) vu*4k* arm receivers, not for older 1st / 2nd generation mips boxes...
On my VuUltimo4k:
Installing libasound-module-pcm-usb-stream (1.1.9) on root
Installing libasound-module-rate-samplerate (1.1.9) on root
Installing libasound-module-ctl-arcam-av (1.1.9) on root
Installing libasound-module-pcm-oss (1.1.9) on root
Installing libasound-module-pcm-upmix (1.1.9) on root
Installing libasound-module-ctl-oss (1.1.9) on root
Installing libasound-module-pcm-vdownmix (1.1.9) on root
Installing libspeexdsp1 (1.2rc3) on root
Installing libasound-module-pcm-speex (1.1.9) on root
Installing libasound-module-rate-speexrate (1.1.9) on root
Configuring libspeexdsp1.
Configuring libasound-module-rate-speexrate.
Configuring libasound-module-pcm-usb-stream.
Configuring libasound-module-rate-samplerate.
Configuring libasound-module-ctl-arcam-av.
Configuring libasound-module-pcm-oss.
Configuring libasound-module-pcm-upmix.
Configuring libasound-module-ctl-oss.
Configuring libasound-module-pcm-vdownmix.
Configuring libasound-module-pcm-speex.
And sound in Kodi is working. Haven't tried it yet on my Zero4k, but /dev/mixer and /dev/dsp do not exist on the Zero4k, so I doubt it will work on that
The sound only works with asound.conf updated and multi channel downmix activated.
Also: the sound is pretty delayed. Any idea how to make exteplayer3 work with kodi?
Edited by dragnan, 20 January 2021 - 16:36.