salendron / Snakeberry

A lightweight webservice based media player fpr Raspberry Pi.
14 stars 10 forks source link

Add MP3 codex to mplayer config #10

Open fl4p opened 11 years ago

fl4p commented 11 years ago

Some MP3 radio station did not work due to missing MP3 codec. I got this error message in the log:

audio codec family [mpg123] (afm=mpg123) not available

To fix this, mplayer config file must be altered:

sudo echo "afm=mp3lib" >> /.mplayer/config

This should be added to the wiki.

Regards Fabian

salendron commented 11 years ago

Thanks! Will add that soon!