Page 1 of 1

[SOLVED] kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 01:27
by nwtmg
Hi,

Installed kodi. It will play all my music that is mp3 or flac but not m4a with aac. This is also true with films. I tested the music with clementine and it played m4a. Tested with audacious and it played all the music except m4a. I believe I do not have the correct libraries installed. Thanks.

Re: kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 11:49
by doktor5000
Next time use the search function before posting, this is just asked too often, if you simply search for aac you will find nearly one hundred hits. Just a short excerpt:
viewtopic.php?f=23&t=2432
viewtopic.php?f=23&t=7303
viewtopic.php?f=26&t=7007
viewtopic.php?f=7&t=6628
viewtopic.php?f=23&t=6590
viewtopic.php?f=7&t=5251
viewtopic.php?f=7&t=4098
viewtopic.php?f=26&t=4782

At the very least please provide the output of
Code: Select all
urpmq --list-media active --list-url
rpm -qa | grep -E "faad|kodi"

Re: kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 17:05
by nwtmg
Hi,

Output from commands. Thanks
Code: Select all
Live Core /var/local/mga_rpms/core
Live Nonfree /var/local/mga_rpms/nonfree
Core Release rsync://www.mirrorservice.org/mageia.org/pub/mageia/distrib/5/i586/media/core/release
Core Updates rsync://www.mirrorservice.org/mageia.org/pub/mageia/distrib/5/i586/media/core/updates
Nonfree Release rsync://www.mirrorservice.org/mageia.org/pub/mageia/distrib/5/i586/media/nonfree/release
Nonfree Updates rsync://www.mirrorservice.org/mageia.org/pub/mageia/distrib/5/i586/media/nonfree/updates

libfaad2-2.7-9.mga5.tainted
libquicktime-faad-1.2.4-10.mga5.tainted
faad2-2.7-9.mga5.tainted
kodi-14.0-2.mga5
gstreamer1.0-faad-1.4.3-2.mga5.tainted
gstreamer0.10-faad-0.10.23-22.mga5.tainted

Re: kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 17:39
by nwtmg
Hi,

Checked some of those posts and here is the output from urpmq --list-media active .

Code: Select all
Live Core
Live Nonfree
Core Release
Core Updates
Nonfree Release
Nonfree Updates

Re: kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 20:07
by doktor5000
You have a few tainted packages installed, but no tainted repos enabled? Also you still have the DVD repos from the install media enabled, if you have a fast internet connection I'd recommend disabling them.
Please enable Tainted Release and Tainted Updates, and then run
Code: Select all
urpmi --auto-update
as root to get the tainted versions where possible, should also get the kodi version from tainted.
For how to manage repos, see http://doc.mageia.org/mcc/5/en/content/ ... media.html and maybe https://wiki.mageia.org/en/Software_man ... nd_updates

Re: [SOLVED] kodi not playing m4a sound files

PostPosted: Feb 7th, '16, 20:33
by nwtmg
Thanks. That fixed the problem.