Kodi Community Forum
Solved Sound problem Kodi 21.1 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Solved Sound problem Kodi 21.1 (/showthread.php?tid=378827)



Sound problem Kodi 21.1 - SirBoss - 2024-09-17

Hi,

I have updated my system (Ubuntu) from version 22.04 to 24.04. Since there is no longer an official repro available, I compiled Kodi 21.1 myself according to the instructions. Unfortunately, I have the problem that no sound is output for movies that use DTS or Dolby, for example (mp3 works fine). I start Kodi with the audio backend Alsa.
Code:
kodi --audio-backend=alsa
Does anyone have an idea where the error could be?
I also have a debug log: Link

Edit:

I solved the problem with a newer Pipewire version (1.0.7)
Code:
sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo apt update