<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MPD MP3 -&gt; Shoutcast streaming</title>
	<atom:link href="http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/</link>
	<description>Building Blocks &#38; Learning Experiences</description>
	<lastBuildDate>Fri, 24 Feb 2012 03:26:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sam</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-611</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 04 Jan 2009 18:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-611</guid>
		<description>nice one! Thanks for that!

Aldibier (September 9th, 2008 at 4:36 pm)

You need to run autoreconf so that the Makefile is rebuilt, and that may involve deleting the line of configure.ac that has
	AM_PATH_LIBOGGFLAC
in it.</description>
		<content:encoded><![CDATA[<p>nice one! Thanks for that!</p>
<p>Aldibier (September 9th, 2008 at 4:36 pm)</p>
<p>You need to run autoreconf so that the Makefile is rebuilt, and that may involve deleting the line of configure.ac that has<br />
	AM_PATH_LIBOGGFLAC<br />
in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWeb</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-598</link>
		<dc:creator>BlackWeb</dc:creator>
		<pubDate>Wed, 24 Dec 2008 17:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-598</guid>
		<description>But... If I try after first patch using second patch:

dionisos:/home/blackweb/mpd-0.13.2# patch -p1 &lt; ../0001-Creation-of-shout_mp3-audio-output-plugin.-Basicall.patch
patching file configure.ac
Hunk #1 FAILED at 71.
Hunk #2 succeeded at 77 with fuzz 1 (offset -10 lines).
Hunk #3 succeeded at 169 (offset -27 lines).
Hunk #4 succeeded at 188 with fuzz 1 (offset -23 lines).
Hunk #5 succeeded at 342 (offset -26 lines).
Hunk #6 FAILED at 737.
Hunk #7 succeeded at 744 (offset -54 lines).
2 out of 7 hunks FAILED -- saving rejects to file configure.ac.rej
patching file m4/lame.m4
patching file src/Makefile.am
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file src/Makefile.am.rej
patching file src/audio.c
Hunk #1 FAILED at 85.
1 out of 1 hunk FAILED -- saving rejects to file src/audio.c.rej
patching file src/audioOutput.h
Hunk #1 FAILED at 109.
1 out of 1 hunk FAILED -- saving rejects to file src/audioOutput.h.rej
The next patch would create the file src/audioOutputs/audioOutput_shout_mp3.c,
which already exists!  Assume -R? [n] y
patching file src/audioOutputs/audioOutput_shout_mp3.c
Hunk #1 FAILED at 1.
File src/audioOutputs/audioOutput_shout_mp3.c is not empty after patch, as expected
1 out of 1 hunk FAILED -- saving rejects to file src/audioOutputs/audioOutput_shout_mp3.c.rej</description>
		<content:encoded><![CDATA[<p>But&#8230; If I try after first patch using second patch:</p>
<p>dionisos:/home/blackweb/mpd-0.13.2# patch -p1 &lt; ../0001-Creation-of-shout_mp3-audio-output-plugin.-Basicall.patch<br />
patching file configure.ac<br />
Hunk #1 FAILED at 71.<br />
Hunk #2 succeeded at 77 with fuzz 1 (offset -10 lines).<br />
Hunk #3 succeeded at 169 (offset -27 lines).<br />
Hunk #4 succeeded at 188 with fuzz 1 (offset -23 lines).<br />
Hunk #5 succeeded at 342 (offset -26 lines).<br />
Hunk #6 FAILED at 737.<br />
Hunk #7 succeeded at 744 (offset -54 lines).<br />
2 out of 7 hunks FAILED &#8212; saving rejects to file configure.ac.rej<br />
patching file m4/lame.m4<br />
patching file src/Makefile.am<br />
Hunk #1 FAILED at 3.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/Makefile.am.rej<br />
patching file src/audio.c<br />
Hunk #1 FAILED at 85.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/audio.c.rej<br />
patching file src/audioOutput.h<br />
Hunk #1 FAILED at 109.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/audioOutput.h.rej<br />
The next patch would create the file src/audioOutputs/audioOutput_shout_mp3.c,<br />
which already exists!  Assume -R? [n] y<br />
patching file src/audioOutputs/audioOutput_shout_mp3.c<br />
Hunk #1 FAILED at 1.<br />
File src/audioOutputs/audioOutput_shout_mp3.c is not empty after patch, as expected<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/audioOutputs/audioOutput_shout_mp3.c.rej</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWeb</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-597</link>
		<dc:creator>BlackWeb</dc:creator>
		<pubDate>Wed, 24 Dec 2008 17:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-597</guid>
		<description>When I patch first:

dionisos:/home/blackweb# patch -p0 &lt; shout_mp3.patch
patching file mpd-0.13.2/configure.ac
patching file mpd-0.13.2/src/audio.c
patching file mpd-0.13.2/src/audioOutput.h
patching file mpd-0.13.2/src/audioOutputs/audioOutput_shout_mp3.c
patching file mpd-0.13.2/src/Makefile.am</description>
		<content:encoded><![CDATA[<p>When I patch first:</p>
<p>dionisos:/home/blackweb# patch -p0 &lt; shout_mp3.patch<br />
patching file mpd-0.13.2/configure.ac<br />
patching file mpd-0.13.2/src/audio.c<br />
patching file mpd-0.13.2/src/audioOutput.h<br />
patching file mpd-0.13.2/src/audioOutputs/audioOutput_shout_mp3.c<br />
patching file mpd-0.13.2/src/Makefile.am</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWeb</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-596</link>
		<dc:creator>BlackWeb</dc:creator>
		<pubDate>Wed, 24 Dec 2008 17:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-596</guid>
		<description>LibLame 3.98.2

When I try to patch only with second patch, not first:

patching file configure.ac
Hunk #1 succeeded at 63 with fuzz 1 (offset -8 lines).
Hunk #2 succeeded at 76 with fuzz 1 (offset -11 lines).
Hunk #3 succeeded at 168 (offset -28 lines).
Hunk #4 succeeded at 183 (offset -28 lines).
Hunk #5 succeeded at 337 (offset -31 lines).
Hunk #6 succeeded at 693 (offset -70 lines).
Hunk #7 succeeded at 727 (offset -71 lines).
patching file m4/lame.m4
patching file src/Makefile.am
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file src/Makefile.am.rej
patching file src/audio.c
Hunk #1 FAILED at 85.
1 out of 1 hunk FAILED -- saving rejects to file src/audio.c.rej
patching file src/audioOutput.h
Hunk #1 FAILED at 109.
1 out of 1 hunk FAILED -- saving rejects to file src/audioOutput.h.rej
patching file src/audioOutputs/audioOutput_shout_mp3.c</description>
		<content:encoded><![CDATA[<p>LibLame 3.98.2</p>
<p>When I try to patch only with second patch, not first:</p>
<p>patching file configure.ac<br />
Hunk #1 succeeded at 63 with fuzz 1 (offset -8 lines).<br />
Hunk #2 succeeded at 76 with fuzz 1 (offset -11 lines).<br />
Hunk #3 succeeded at 168 (offset -28 lines).<br />
Hunk #4 succeeded at 183 (offset -28 lines).<br />
Hunk #5 succeeded at 337 (offset -31 lines).<br />
Hunk #6 succeeded at 693 (offset -70 lines).<br />
Hunk #7 succeeded at 727 (offset -71 lines).<br />
patching file m4/lame.m4<br />
patching file src/Makefile.am<br />
Hunk #1 FAILED at 3.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/Makefile.am.rej<br />
patching file src/audio.c<br />
Hunk #1 FAILED at 85.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/audio.c.rej<br />
patching file src/audioOutput.h<br />
Hunk #1 FAILED at 109.<br />
1 out of 1 hunk FAILED &#8212; saving rejects to file src/audioOutput.h.rej<br />
patching file src/audioOutputs/audioOutput_shout_mp3.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericw</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-595</link>
		<dc:creator>ericw</dc:creator>
		<pubDate>Wed, 24 Dec 2008 16:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-595</guid>
		<description>May I ask which version of lame?  I developed this on Ubuntu Hardy, so that leads me to think Debian should be fine.</description>
		<content:encoded><![CDATA[<p>May I ask which version of lame?  I developed this on Ubuntu Hardy, so that leads me to think Debian should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWeb</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-594</link>
		<dc:creator>BlackWeb</dc:creator>
		<pubDate>Wed, 24 Dec 2008 16:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-594</guid>
		<description>Yes, I have lame compiled from sources without any additional things. Patch applied clean.

Maybe my os is problem, I installed Debian Lenny yesterday...

You know... at etch there aren&#039;t any new packages, at lenny not everything works fine... :&#124;

Sorry for my english. Tell me if I make mistakes. Thank you very much, merry christmas! ;)</description>
		<content:encoded><![CDATA[<p>Yes, I have lame compiled from sources without any additional things. Patch applied clean.</p>
<p>Maybe my os is problem, I installed Debian Lenny yesterday&#8230;</p>
<p>You know&#8230; at etch there aren&#8217;t any new packages, at lenny not everything works fine&#8230; <img src='http://kill-0.com/duplo/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> </p>
<p>Sorry for my english. Tell me if I make mistakes. Thank you very much, merry christmas! <img src='http://kill-0.com/duplo/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericw</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-593</link>
		<dc:creator>ericw</dc:creator>
		<pubDate>Wed, 24 Dec 2008 16:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-593</guid>
		<description>BlackWeb- did the patches apply cleanly?  Do you have libmp3lame installed, including the development files?</description>
		<content:encoded><![CDATA[<p>BlackWeb- did the patches apply cleanly?  Do you have libmp3lame installed, including the development files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlackWeb</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-592</link>
		<dc:creator>BlackWeb</dc:creator>
		<pubDate>Wed, 24 Dec 2008 13:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-592</guid>
		<description>I&#039;m working around that from 9:00AM and I can&#039;t pass that s...

When I enable lame,
[code]./configure --enable-ao --with-libOggFLAC --enable-mod --enable-mp3[/code]

[code]./configure: line 24968: syntax error near unexpected token `MPD_LIBS=&quot;$MPD_LIBS $LAME_LIBS&quot;&#039;
./configure: line 24968: `        AM_PATH_LAME(MPD_LIBS=&quot;$MPD_LIBS $LAME_LIBS&quot; MPD_CFLAGS=&quot;$MPD_CFLAGS $LAME_CFLAGS&quot;,&#039;[/code]

before first patch - was OK :( now MPD cannot find library, but when i disable configure ends OK, 
[code]########### MPD CONFIGURATION ############

 Playback Support:
 libao support .................enabled
 OSS support ...................enabled
 ALSA support ..................disabled
 JACK support ..................disabled
 OS X support ..................disabled
 PulseAudio support ............enabled
 Media MVP support .............disabled
 Shout streaming support .......enabled
 Shout mp3 streaming support ...enabled

 File Format Support:
 ID3 tag support ...............disabled
 mp3 support ...................enabled
 lame support ..................enabled
 Ogg Vorbis support ............enabled
   using tremor.................no
 FLAC support ..................enabled
 OggFLAC support ...............enabled(FLAC 1.1.3)
 Wave file support .............enabled
 MP4/AAC support ...............enabled
 Musepack (MPC) support ........disabled
 MOD support ...................disabled

 Other features:
 libsamplerate support .........enabled
 Zeroconf support ..............disabled

##########################################
[/code]

and when i type &quot;make&quot; I get: 
[code]/home/blackweb/mpd-0.13.2/src/audio.c:102: undefined reference to `shoutMp3Plugin&#039;
collect2: ld returned 1 exit status[/code]</description>
		<content:encoded><![CDATA[<p>I&#8217;m working around that from 9:00AM and I can&#8217;t pass that s&#8230;</p>
<p>When I enable lame,<br />
[code]./configure --enable-ao --with-libOggFLAC --enable-mod --enable-mp3[/code]</p>
<p>[code]./configure: line 24968: syntax error near unexpected token `MPD_LIBS="$MPD_LIBS $LAME_LIBS"'<br />
./configure: line 24968: `        AM_PATH_LAME(MPD_LIBS="$MPD_LIBS $LAME_LIBS" MPD_CFLAGS="$MPD_CFLAGS $LAME_CFLAGS",'[/code]</p>
<p>before first patch &#8211; was OK <img src='http://kill-0.com/duplo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  now MPD cannot find library, but when i disable configure ends OK,<br />
[code]########### MPD CONFIGURATION ############</p>
<p> Playback Support:<br />
 libao support .................enabled<br />
 OSS support ...................enabled<br />
 ALSA support ..................disabled<br />
 JACK support ..................disabled<br />
 OS X support ..................disabled<br />
 PulseAudio support ............enabled<br />
 Media MVP support .............disabled<br />
 Shout streaming support .......enabled<br />
 Shout mp3 streaming support ...enabled</p>
<p> File Format Support:<br />
 ID3 tag support ...............disabled<br />
 mp3 support ...................enabled<br />
 lame support ..................enabled<br />
 Ogg Vorbis support ............enabled<br />
   using tremor.................no<br />
 FLAC support ..................enabled<br />
 OggFLAC support ...............enabled(FLAC 1.1.3)<br />
 Wave file support .............enabled<br />
 MP4/AAC support ...............enabled<br />
 Musepack (MPC) support ........disabled<br />
 MOD support ...................disabled</p>
<p> Other features:<br />
 libsamplerate support .........enabled<br />
 Zeroconf support ..............disabled</p>
<p>##########################################<br />
[/code]</p>
<p>and when i type &#8220;make&#8221; I get:<br />
[code]/home/blackweb/mpd-0.13.2/src/audio.c:102: undefined reference to `shoutMp3Plugin'<br />
collect2: ld returned 1 exit status[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindylex</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-557</link>
		<dc:creator>Lindylex</dc:creator>
		<pubDate>Sat, 29 Nov 2008 20:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-557</guid>
		<description>ericw, thanks</description>
		<content:encoded><![CDATA[<p>ericw, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericw</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/comment-page-1/#comment-556</link>
		<dc:creator>ericw</dc:creator>
		<pubDate>Sat, 29 Nov 2008 17:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comment-556</guid>
		<description>The simple answer is:

&lt;pre&gt;
$ cd mpd-0.13.2
$ patch -p0 &lt; shout_mp3.patch
&lt;/pre&gt;

The long answer is &lt;a href=&quot;http://en.wikipedia.org/wiki/Patch_(Unix)&quot; rel=&quot;nofollow&quot;&gt;to&lt;/a&gt; &lt;a href=&quot;http://www.rt.com/man/patch.1.html&quot; rel=&quot;nofollow&quot;&gt;search&lt;/a&gt; &lt;a href=&quot;http://www.linuxhq.com/patch-howto.html&quot; rel=&quot;nofollow&quot;&gt;Google&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The simple answer is:</p>
<pre>
$ cd mpd-0.13.2
$ patch -p0 < shout_mp3.patch
</pre>
<p>The long answer is <a href="http://en.wikipedia.org/wiki/Patch_(Unix)" rel="nofollow">to</a> <a href="http://www.rt.com/man/patch.1.html" rel="nofollow">search</a> <a href="http://www.linuxhq.com/patch-howto.html" rel="nofollow">Google</a>.</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

