<?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: OGG to MP3 streaming howto &#8211; icecast and shoutcast</title>
	<atom:link href="http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/</link>
	<description>Dont worry, We&#039;re from the Internet</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:29:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-896</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 01 Feb 2012 18:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-896</guid>
		<description>Hi There,

I am very intrested in your bash script ?  Can you share it with me ?

Greets 
Dave</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I am very intrested in your bash script ?  Can you share it with me ?</p>
<p>Greets<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djscsi</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-878</link>
		<dc:creator>djscsi</dc:creator>
		<pubDate>Thu, 26 Jan 2012 22:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-878</guid>
		<description>I wanted to update the people here who have been asking about sending metadata (current song) between icecast and shoutcast.  We couldn&#039;t get that to work after a bunch of messing with the 2 servers, and didn&#039;t see a good place in the perl script to include it, so my solution was to write a bash script that pulls song data from icecast and sends it to shoutcast via the admin web interface.  This script is just a loop that periodically gets the current song from icecast, encodes it into a URL friendly format (urlencode), and sends it to shoutcast using curl.  The script is added to the start.sh and stop.sh scripts that are called when the icecast mount is activated (where the oggtoshout perl script is called).  It is not a clean or pretty solution - but it works, and solves the problem of the metadata getting eaten by the transcoding.  

Also I would like to thank the author for writing this guide, as it was instrumental in me getting this all working.  I&#039;m now successfully streaming directly from Traktor to Shoutcast-only stations and sending song IDs, and couldn&#039;t be happier!  Cheers- djscsi</description>
		<content:encoded><![CDATA[<p>I wanted to update the people here who have been asking about sending metadata (current song) between icecast and shoutcast.  We couldn&#8217;t get that to work after a bunch of messing with the 2 servers, and didn&#8217;t see a good place in the perl script to include it, so my solution was to write a bash script that pulls song data from icecast and sends it to shoutcast via the admin web interface.  This script is just a loop that periodically gets the current song from icecast, encodes it into a URL friendly format (urlencode), and sends it to shoutcast using curl.  The script is added to the start.sh and stop.sh scripts that are called when the icecast mount is activated (where the oggtoshout perl script is called).  It is not a clean or pretty solution &#8211; but it works, and solves the problem of the metadata getting eaten by the transcoding.  </p>
<p>Also I would like to thank the author for writing this guide, as it was instrumental in me getting this all working.  I&#8217;m now successfully streaming directly from Traktor to Shoutcast-only stations and sending song IDs, and couldn&#8217;t be happier!  Cheers- djscsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-786</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sun, 27 Nov 2011 10:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-786</guid>
		<description>Same problem, no input data even though I tried with different ogg streams.</description>
		<content:encoded><![CDATA[<p>Same problem, no input data even though I tried with different ogg streams.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-556</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 May 2011 10:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-556</guid>
		<description>Hi guys,
I hadnt really thought of metadata. This project is a bit mothballed for me at the moment but I will definitely look into it. If anyone out there fancies a go, please let me know how you get on so I can link the new code here.</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
I hadnt really thought of metadata. This project is a bit mothballed for me at the moment but I will definitely look into it. If anyone out there fancies a go, please let me know how you get on so I can link the new code here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubisM</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-497</link>
		<dc:creator>cubisM</dc:creator>
		<pubDate>Tue, 01 Mar 2011 19:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-497</guid>
		<description>I&#039;m using Traktor too and the Metadata preservation would be perfect!
I hope Native Instruments will make direct mp3 streaming possible in Traktor 2
Thanks for this great Tutorial</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Traktor too and the Metadata preservation would be perfect!<br />
I hope Native Instruments will make direct mp3 streaming possible in Traktor 2<br />
Thanks for this great Tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: howard</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-492</link>
		<dc:creator>howard</dc:creator>
		<pubDate>Sun, 20 Feb 2011 19:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-492</guid>
		<description>Hi,

This is great, many thanks.

As mentioned in another comment, if it&#039;s possible to get the metadata from the ogg stream converted to the mp3 stream it would be perfect.

Tags include Stream URL, Stream Name, Description, Genre and the ID3 tags.
I use Traktor also.

many thanks

Howard</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is great, many thanks.</p>
<p>As mentioned in another comment, if it&#8217;s possible to get the metadata from the ogg stream converted to the mp3 stream it would be perfect.</p>
<p>Tags include Stream URL, Stream Name, Description, Genre and the ID3 tags.<br />
I use Traktor also.</p>
<p>many thanks</p>
<p>Howard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-488</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Wed, 16 Feb 2011 23:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-488</guid>
		<description>what you posted is good but would you know if it is possible to convert ogg to mp3 if i&#039;m using a centova cast server. (icecast setup)</description>
		<content:encoded><![CDATA[<p>what you posted is good but would you know if it is possible to convert ogg to mp3 if i&#8217;m using a centova cast server. (icecast setup)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moiree</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-428</link>
		<dc:creator>moiree</dc:creator>
		<pubDate>Thu, 06 Jan 2011 18:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-428</guid>
		<description>Hi,

great tutorial. Thanks a lot! I use this setting with the traktor broadcasting feature.

Is there a way to get the id3 tags sent to shoutcast by the perl script?

Greets!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great tutorial. Thanks a lot! I use this setting with the traktor broadcasting feature.</p>
<p>Is there a way to get the id3 tags sent to shoutcast by the perl script?</p>
<p>Greets!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spamhead2k</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-186</link>
		<dc:creator>Spamhead2k</dc:creator>
		<pubDate>Thu, 11 Nov 2010 20:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-186</guid>
		<description>In the Mointpoint config (icecast.xml) you have the &quot;startogg.sh&quot; and &quot;stoppogg.sh&quot; in the code sample instead of &quot;start.sh&quot; and &quot;stop.sh&quot;
Took me some while to figure it out.
Thanks for this great tutorial, now everything works fine!</description>
		<content:encoded><![CDATA[<p>In the Mointpoint config (icecast.xml) you have the &#8220;startogg.sh&#8221; and &#8220;stoppogg.sh&#8221; in the code sample instead of &#8220;start.sh&#8221; and &#8220;stop.sh&#8221;<br />
Took me some while to figure it out.<br />
Thanks for this great tutorial, now everything works fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shoolek</title>
		<link>http://iwtf.net/2010/01/04/linux-ogg-and-mp3-streaming-server/comment-page-1/#comment-185</link>
		<dc:creator>shoolek</dc:creator>
		<pubDate>Wed, 06 Oct 2010 20:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://iwtf.net/?p=128#comment-185</guid>
		<description>I have exactly the same problem. I can listen if I connect to the icecast2 stream and the oggtoshout.pl has also the correct settings correct. Any idea?</description>
		<content:encoded><![CDATA[<p>I have exactly the same problem. I can listen if I connect to the icecast2 stream and the oggtoshout.pl has also the correct settings correct. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

