<?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"
	>
<channel>
	<title>Comments on: Convert Realaudio stream to wav / mp3 on linux</title>
	<atom:link href="http://www.larsen-b.com/Article/127.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/127.html</link>
	<description>Titanium Exposé</description>
	<pubDate>Thu, 24 Jul 2008 02:42:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: digital-atheist</title>
		<link>http://www.larsen-b.com/Article/127.html#comment-817</link>
		<dc:creator>digital-atheist</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-817</guid>
		<description>&lt;p&gt;I recently wrote a guide explaining how to convert .ra files to mp3 using  only open source software (mplayer and lame) on windows. You can find it here : www.digital-atheist.com/tutorials.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I recently wrote a guide explaining how to convert .ra files to mp3 using  only open source software (mplayer and lame) on windows. You can find it here : <a href="http://www.digital-atheist.com/tutorials.html" rel="nofollow">http://www.digital-atheist.com/tutorials.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flohack</title>
		<link>http://www.larsen-b.com/Article/127.html#comment-818</link>
		<dc:creator>flohack</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-818</guid>
		<description>Since wav files occupy quite some space, a better method to convert a real audio file would be the following:&lt;br /&gt;
&lt;br /&gt;
# mkfifo stream.wav&lt;br /&gt;
# mplayer mplayer -ao pcm:file=stream.wav rtsp://XXXX/stream.rm &#038;&lt;br /&gt;
# lame stream.wav&lt;br /&gt;
# rm stream.wav&lt;br /&gt;
&lt;br /&gt;
mkfifo create a socalled 'named pipe' (see http://www2.linuxjournal.com/article/2156 for a tutorial). mplayer writes to that pipe while lame (at the same time) reads from it and encodes the file on the fly.</description>
		<content:encoded><![CDATA[<p>Since wav files occupy quite some space, a better method to convert a real audio file would be the following:</p>
<p># mkfifo stream.wav<br />
<br />
# mplayer mplayer -ao pcm:file=stream.wav rtsp://XXXX/stream.rm &#038;<br />
<br />
# lame stream.wav<br />
<br />
# rm stream.wav</p>
<p>mkfifo create a socalled &#8216;named pipe&#8217; (see <a href="http://www2.linuxjournal.com/article/2156" rel="nofollow">http://www2.linuxjournal.com/article/2156</a> for a tutorial). mplayer writes to that pipe while lame (at the same time) reads from it and encodes the file on the fly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/127.html#comment-819</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-819</guid>
		<description>&lt;p&gt;Flohack, yes that's pretty fine :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Flohack, yes that&#8217;s pretty fine :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/127.html#comment-820</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-820</guid>
		<description>&lt;p&gt;Warning mplayer team has changed the syntax.. now it's:&lt;/p&gt;
&lt;p&gt;mplayer -cache 128 -ao pcm:file=stream.wav rtsp://XXXX/XXX.rm&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Warning mplayer team has changed the syntax.. now it&#8217;s:</p>
<p>mplayer -cache 128 -ao pcm:file=stream.wav rtsp://XXXX/XXX.rm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
