<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Duplo &#187; C</title>
	<atom:link href="http://kill-0.com/duplo/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo</link>
	<description>Building Blocks &#38; Learning Experiences</description>
	<lastBuildDate>Fri, 18 May 2012 21:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MPD MP3 -&gt; Shoutcast streaming</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/</link>
		<comments>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:21:13 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/</guid>
		<description><![CDATA[MPD is a great little project that collects, organizes, and plays your music files for you.  You can connect to MPD and listen to your music in a great number of ways.  You can even stream your music out as your own radio station (Mildred makes use of this functionality). I&#8217;ve always thought it odd [...]]]></description>
			<content:encoded><![CDATA[<p><acronym title="Music Player Daemon: http://musicpd.org">MPD</acronym> is a great little project that collects, organizes, and plays your music files for you.  You can connect to MPD and listen to your music in <a href="http://www.musicpd.org/clients.shtml">a great number of ways</a>.  You can even <a href="http://mpd.wikia.com/wiki/Configuration#Icecast">stream your music out</a> as your own radio station (<a href="http://mildred.xmtp.net/">Mildred</a> makes use of this functionality).</p>
<p>I&#8217;ve always thought it odd that MPD would stream in <a href="http://www.vorbis.com/">Ogg</a>, but not MP3.  Don&#8217;t get me wrong, I&#8217;m a big fan of open standards and all, but MP3 is just so dominant, that I was surprised MP3 streaming hadn&#8217;t been implemented.  Add to that <a href="http://www.xiph.org/quicktime/faq.html#faq_itunes_stream">the stupid inability of Apple&#8217;s iTunes to stream Ogg</a> and well, it motivated me.  I sat down and hacked together a MPD plugin that allows you to stream MP3 to your shoutcast server from MPD.</p>
<p>Source patches for the plugin are available here:  <a href="http://kill-0.com/patches/shout_mp3.patch">http://kill-0.com/patches/shout_mp3.patch</a></p>
<p>It&#8217;s rough around the edges, but it does work.  You can even play it in iTunes.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

