I have downloaded the MPoD app for iPhone because I wanted a media remote that works with a linux mediaplayer (can't believe I actually found one!) and it works fine. It also has the feature to receive a stream from mpd and play it on the iPhone which seems quite cool. The problem is that i can't set up the MPD to stream mp3 through icecast. The iPhone obviously can't play OGG since it's Apple.
I configured the audio_output lite this:
And when i restart MPD I get:Code:audio_output { type "shout" encoding "mp3" # optional name "MP3 Shout" host "localhost" port "8000" mount "/mpd.mp3" password "hackme" # quality "5.0" bitrate "128" format "44100:16:2" protocol "icecast2" # optional user "source" # optional description "My Stream Description" # optional genre "jazz" # optional public "no" # optional timeout "2" # optional }
Since it's MPD that dies from lack of mp3-support I decided to compile it myself but I still get the same error. Here is the ./configure output:Code:$ sudo /etc/init.d/mpd restart * Stopping Music Player Daemon mpd [ OK ] * Starting Music Player Daemon mpd output: line 200: couldn't find shout encoder plugin "mp3" Aborted
Code:########### MPD CONFIGURATION ############ Client Support: IPv6 support ..................enabled TCP support ...................enabled Unix domain socket support ....enabled Playback Support: ALSA support ..................enabled FIFO support ..................enabled HTTP daemon support ...........enabled JACK support ..................disabled libao support .................disabled OSS support ...................enabled OS X support ..................disabled Pipeline output support .......disabled PulseAudio support ............disabled Media MVP support .............disabled SHOUTcast support .............enabled Solaris /dev/audio support ....disabled Streaming Encoder Support: LAME mp3 encoder ..............enabled Ogg Vorbis encoder ............enabled File Format Support: AAC support ...................disabled C64 SID support ...............disabled FFMPEG support ................disabled FLAC support ..................disabled fluidsynth MIDI support .......disabled MikMod support ................disabled MODPLUG support ...............disabled MAD mp3 decoder support .......enabled MP4 support ...................disabled Musepack (MPC) support ........disabled OggFLAC support ...............disabled Ogg Vorbis support ............enabled using tremor.................no Wave file support .............disabled WavPack support ...............disabled wildmidi MIDI support .........disabled Archive support: BZ2 archives support ..........disabled ISO 9660 archives support .....disabled ZIP archives support ..........disabled Streaming support: last.fm radio support .........disabled libcurl support (streaming) ...enabled libmms support ................disabled Other features: ID3 tag support ...............disabled libsamplerate support .........disabled Zeroconf support ..............disabled libcue support ................disabled ##########################################
Any ideas would be appreciated.



Adv Reply




Bookmarks