2024-09-17, 21:55
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.
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)
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
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