osx - mpd not using lame or vorbis encoders -


i trying run httpd stream via mpd. config have straight forward:

# --------  audio stream --------------------- audio_output {     type          "httpd"     name          "my http stream"     encoder       "lame"        # optional, vorbis or lame     port          "8000" #    quality        "5.0"            # not define if bitrate defined     bitrate       "128"            # not define if quality defined #    format        "44100:16:1" #    max_clients    "0"            # optional 0=no limit } 

however when run mpd following error:

mar 28 15:40 : fatal_error: line 337: no such encoder: lame 

the same occurs when try using vorbis. checked version of mpd , output:

$ mpd --version music player daemon 0.19.8 ... encoder plugins:   null wave ... 

so stands doesn't seem have lame/vorbis encoder plugin installed. i'm using os x i've installed mpd through homebrew. ideas how fix this?

for whatever reason though had lame + vorbis libraries installed dependencies, weren't installed encoder plugins when installed mpd.

to have run brew command encoders options.

brew install mpd --with-lame


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -