<?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>mike jablonski</title>
	<atom:link href="http://www.mikejablonski.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikejablonski.org</link>
	<description>los angeles, california</description>
	<lastBuildDate>Tue, 19 Jan 2010 19:03:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Samsung LCD TV Purple Dot Power Issues</title>
		<link>http://www.mikejablonski.org/2010/01/19/samsung-lcd-tv-purple-dot-power-issues/</link>
		<comments>http://www.mikejablonski.org/2010/01/19/samsung-lcd-tv-purple-dot-power-issues/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 19:01:18 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=368</guid>
		<description><![CDATA[A few weeks ago my Samsung 46&#8243; LCD TV starting acting up. It&#8217;s just over two years old (Model Number LN-T4665F), but that&#8217;s long enough to be out of the warranty period. Every once in a while purple dots would cover the picture, but if you turned the TV off and then back on, the [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago my Samsung 46&#8243; LCD TV starting acting up. It&#8217;s just over two years old (Model Number LN-T4665F), but that&#8217;s long enough to be out of the warranty period. Every once in a while purple dots would cover the picture, but if you turned the TV off and then back on, the dots would go away.</p>
<p><a href="http://www.mikejablonski.org/wp-content/uploads/2010/01/photo2.jpg"><img class="alignnone size-medium wp-image-369" title="photo(2)" src="http://www.mikejablonski.org/wp-content/uploads/2010/01/photo2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Right around the same time the TV had another issue where it would power on a couple times before the picture would actually appear on the screen. The Samsung plays a start up sound when you first press power on your remote. Normally the picture appears shortly after the start up sound, but my TV would play the sound two or three times before the picture would appear.</p>
<p>A Google search turned up a number of people with the same symptoms. AVS Forum has a <a href="http://www.avsforum.com/avs-vb/showthread.php?t=847465&amp;page=631">huge thread</a> on this series of Samsung LCD&#8217;s, and includes a bunch of advice on how to fix the problem. Long story short, you need to replace some bad capacitors on the power supply board.</p>
<p>Step one is opening up the TV. There are a bunch of screws to remove on the back, don&#8217;t forget the big wall mount bolts. Here&#8217;s a picture with the back cover removed.</p>
<p><a href="http://www.mikejablonski.org/wp-content/uploads/2010/01/IMG_0214.jpg"><img class="alignnone size-medium wp-image-374" title="IMG_0214" src="http://www.mikejablonski.org/wp-content/uploads/2010/01/IMG_0214-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>And here is a close up of the bad capacitors.</p>
<p><a href="http://www.mikejablonski.org/wp-content/uploads/2010/01/IMG_0217_Edit.jpg"><img class="alignnone size-medium wp-image-380" title="IMG_0217_Edit" src="http://www.mikejablonski.org/wp-content/uploads/2010/01/IMG_0217_Edit-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>I replaced three of these (total cost was &lt; $6 at Fry&#8217;s). The bad ones are the medium sized black capacitors with a bulge on top. I put everything back together and the TV is working great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2010/01/19/samsung-lcd-tv-purple-dot-power-issues/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Updated audiostreamer-meta project</title>
		<link>http://www.mikejablonski.org/2009/12/14/updated-audiostreamer-meta-project/</link>
		<comments>http://www.mikejablonski.org/2009/12/14/updated-audiostreamer-meta-project/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:00:47 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=357</guid>
		<description><![CDATA[I&#8217;ve updated the audiostream-meta project hosted on Google Code to include all the updates I&#8217;ve made to the original AudioStreamer example from Matt Gallagher. In addition to parsing audio stream metadata the latest code will play AAC and AAC+ V1 (thanks to Brian Stormont) streams. The stream bitrate is also detected and displayed, along with [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the <a href="http://code.google.com/p/audiostreamer-meta/">audiostream-meta project</a> hosted on Google Code to include all the updates I&#8217;ve made to the original AudioStreamer example from Matt Gallagher. In addition to parsing audio stream metadata the latest code will play AAC and AAC+ V1 (thanks to <a href="http://blog.stormyprods.com/2009/10/supporting-aac-via-iphone-sdk.html">Brian Stormont</a>) streams. The stream bitrate is also detected and displayed, along with the metadata, on the sample view.</p>
<p><a href="http://www.mikejablonski.org/wp-content/uploads/2009/12/Screen-shot-2009-12-13-at-10.18.48-PM.png"><img class="alignnone size-medium wp-image-358" title="audiostreamer-meta" src="http://www.mikejablonski.org/wp-content/uploads/2009/12/Screen-shot-2009-12-13-at-10.18.48-PM-161x300.png" alt="audiostreamer-meta" width="161" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/12/14/updated-audiostreamer-meta-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream.ly Radio 1.5</title>
		<link>http://www.mikejablonski.org/2009/12/13/stream-ly-radio-1-5/</link>
		<comments>http://www.mikejablonski.org/2009/12/13/stream-ly-radio-1-5/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 03:50:40 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[Stream.ly]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=347</guid>
		<description><![CDATA[The next version of Stream.ly Radio has been submitted to Apple for review. I&#8217;m excited about this release. I feel like this next version really cleans up the interface and adds some great features. You&#8217;ll now be able to search the radio directory and Live365 members can enter their username &#38; password in the Settings [...]]]></description>
			<content:encoded><![CDATA[<p>The next version of <a href="http://stream.ly/">Stream.ly Radio</a> has been submitted to Apple for review. I&#8217;m excited about this release. I feel like this next version really cleans up the interface and adds some great features. You&#8217;ll now be able to search the radio directory and Live365 members can enter their username &amp; password in the Settings app so they can play even more Live365 stations. The Live365 login feature came about from a four year old [!] <a href="http://bjimba.blogspot.com/2005/10/live365-radio-from-command-line.html">blog post</a> by a guy named Jim Russell. Thanks Jim!</p>
<p>I&#8217;ve <a href="http://www.codinghorror.com/blog/archives/000980.html">removed</a> the Twitter/Song.ly integration from this new release. That feature has always felt half-baked to me anyway. It&#8217;s easy to get excited about integrating everything (Twitter, Facebook, etc., etc.) into an iPhone app, but Stream.ly is about streaming radio, so that&#8217;s where I want to focus future development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/12/13/stream-ly-radio-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone viewmymessage.com hack update</title>
		<link>http://www.mikejablonski.org/2009/09/02/iphone-viewmymessage-com-hack-update/</link>
		<comments>http://www.mikejablonski.org/2009/09/02/iphone-viewmymessage-com-hack-update/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 01:15:31 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=305</guid>
		<description><![CDATA[I fixed a bug on my iPhone viewmymessage.com copy paste hack web page. Some messages wouldn&#8217;t work, should be fixed now. Here&#8217;s the original post about the page and here is a direct link to the page itself.
]]></description>
			<content:encoded><![CDATA[<p>I fixed a bug on my iPhone viewmymessage.com copy paste hack web page. Some messages wouldn&#8217;t work, should be fixed now. Here&#8217;s the <a href="http://www.mikejablonski.org/2009/07/17/iphone-viewmymessage-com-mms-hell/">original post</a> about the page and here is a <a href="mms.html">direct link</a> to the page itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/09/02/iphone-viewmymessage-com-hack-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live365 Stream URLs</title>
		<link>http://www.mikejablonski.org/2009/08/25/live365-stream-urls/</link>
		<comments>http://www.mikejablonski.org/2009/08/25/live365-stream-urls/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:30:38 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[Stream.ly]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=285</guid>
		<description><![CDATA[Live365.com doesn&#8217;t make it easy for casual users to figure out how to play a radio station with anything but the Live365 website. There is a URL you can use to directly access the MP3 stream, it&#8217;s just hard to find. If you want to play a stream in iTunes, Winamp, or on your iPhone, [...]]]></description>
			<content:encoded><![CDATA[<p>Live365.com doesn&#8217;t make it easy for casual users to figure out how to play a radio station with anything but the Live365 website. There is a URL you can use to directly access the MP3 stream, it&#8217;s just hard to find. If you want to play a stream in iTunes, Winamp, or on your iPhone, XBOX Media Center, or any other compatible device you&#8217;ll need the direct stream URL.</p>
<p>The following link is a bookmarklet that you can use to get the stream URL for any Professional Live365 station. Make sure the station says &#8220;professional&#8221;, or the stream won&#8217;t work.</p>
<p>In Firefox and Safari you can left click (keep the button down) and drag this link to your bookmark toolbar. In Internet Explorer you can right click and add the link to your favorites.</p>
<p><a href="javascript:alert(%27http%3A%2F%2Fwww.live365.com%2Fplay%2F%27+stationID);">Live 365 Stream URL</a></p>
<p>Now when you visit a Live365 professional station page, like <a href="http://www.live365.com/stations/houndstoothradio">Houndstooth</a>, you can click the saved bookmarklet and it will give you the stream URL.</p>
<p><a href="http://www.mikejablonski.org/wp-content/uploads/2009/08/Picture-1.png"><img class="alignnone size-medium wp-image-296" title="Bookmarklet" src="http://www.mikejablonski.org/wp-content/uploads/2009/08/Picture-1-300x201.png" alt="Bookmarklet" width="300" height="201" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/08/25/live365-stream-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Background iPhone streaming radio with Safari</title>
		<link>http://www.mikejablonski.org/2009/08/14/background-iphone-streaming-radio-with-safari/</link>
		<comments>http://www.mikejablonski.org/2009/08/14/background-iphone-streaming-radio-with-safari/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:30:55 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Stream.ly]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=273</guid>
		<description><![CDATA[Since the iPhone only allows one program to be running at a time users of streaming radio applications can&#8217;t read their email or look at Twitter while listening to music. The new iPhone OS 3.0 has added a feature that helps make this possible, although it&#8217;s not perfect.
If you open a compatible streaming radio link [...]]]></description>
			<content:encoded><![CDATA[<p>Since the iPhone only allows one program to be running at a time users of streaming radio applications can&#8217;t read their email or look at Twitter while listening to music. The new iPhone OS 3.0 has added a feature that helps make this possible, although it&#8217;s not perfect.</p>
<p>If you open a compatible streaming radio link in Safari on the iPhone it will open a QuickTime player that will play the stream. Since Safari is allowed to run in the background, you can press the home button and start up other applications while the stream is still playing in Safari. The downside is that you can&#8217;t do anything else in Safari while the stream is playing.</p>
<p>Try it. Click on the <a href="http://provisioning.streamtheworld.com/pls/KDLDFM.pls">Indie 103.1 playlist URL</a> or the <a href="http://www.live365.com/play/353495">Houndstooth Radio stream URL</a> from your iPhone.</p>
<p>I&#8217;ll add a feature to <a href="http://stream.ly/">Stream.ly</a> in the next update to do this automatically from the application. I&#8217;ll also update the Stream.ly website so you can browse the station directory from Safari on the phone and listen to a station without needing the application itself. The application adds a lot of nice features though. <img src='http://www.mikejablonski.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>UPDATE: It&#8217;s still in a &#8220;beta&#8221; stage, but you can now browse around the Stream.ly Radio web directory and play stations in Safari from <a href="http://stream.ly/directory/tags">this URL</a>. iPhone only for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/08/14/background-iphone-streaming-radio-with-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://provisioning.streamtheworld.com/pls/KDLDFM.pls" length="0" type="audio/x-scpls;" />
<enclosure url="http://www.live365.com/play/353495" length="2000000" type="audio/mpeg" />
		</item>
		<item>
		<title>iPhone viewmymessage.com MMS hell</title>
		<link>http://www.mikejablonski.org/2009/07/17/iphone-viewmymessage-com-mms-hell/</link>
		<comments>http://www.mikejablonski.org/2009/07/17/iphone-viewmymessage-com-mms-hell/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 16:48:25 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=262</guid>
		<description><![CDATA[Anyone who has an iPhone has probably received a text message that looks like this:
I sent you a multimedia
message. You can view my
message w/in the next 7 days
via the web at
www.viewmymessage.com/1
using MSG ID l3l4kd93ej
Password lame4att
Until AT&#38;T unlocks the new MMS support in OS 3.0 us iPhone users have to enter a message id and password [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has an iPhone has probably received a text message that looks like this:</p>
<blockquote><p>I sent you a multimedia</p>
<p>message. You can view my</p>
<p>message w/in the next 7 days</p>
<p>via the web at</p>
<p>www.viewmymessage.com/1</p>
<p>using MSG ID l3l4kd93ej</p>
<p>Password lame4att</p></blockquote>
<p>Until AT&amp;T unlocks the new MMS support in OS 3.0 us iPhone users have to enter a message id and password on http://www.viewmymessage.com to view MMS messages. Since the new OS allows copy and paste I made a <a href="/mms.html">web page</a> to simplify the process. You can copy the entire text message and paste it into the textbox right from your iPhone. Touch the Send button and the message id and password are pulled out and sent to the viewmymessage.com site.</p>
<p>None of your text messages or MMS pictures are saved or logged by this page.</p>
<p>I even made a quick icon for it, so you can save a nice Safari home screen bookmark.</p>
<p><a href="/mms.html">Try it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/07/17/iphone-viewmymessage-com-mms-hell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>audiostreamer-meta bug fix</title>
		<link>http://www.mikejablonski.org/2009/06/11/audiostreamer-meta-bug-fix/</link>
		<comments>http://www.mikejablonski.org/2009/06/11/audiostreamer-meta-bug-fix/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:54:35 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=244</guid>
		<description><![CDATA[I checked in a small but important bug fix to the audiostreamer-meta iPhone streaming audio project. There was a case where the SHOUTcast interval byte would show up on it&#8217;s own (buffer length == 1) and that byte was incorrectly getting sent to the audio queue which would cause a sound skip.   It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I checked in a small but important bug fix to the <a href="http://code.google.com/p/audiostreamer-meta/">audiostreamer-meta</a> iPhone streaming audio project. There was a case where the SHOUTcast interval byte would show up on it&#8217;s own (buffer length == 1) and that byte was incorrectly getting sent to the audio queue which would cause a sound skip. <img src='http://www.mikejablonski.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  It&#8217;s fixed now so if you are using the project look at the <a href="http://code.google.com/p/audiostreamer-meta/source/diff?spec=svn4&amp;r=4&amp;format=side&amp;path=/trunk/Classes/AudioStreamer.m">diff</a> or grab the new code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/06/11/audiostreamer-meta-bug-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream.ly Free Download Codes</title>
		<link>http://www.mikejablonski.org/2009/06/08/stream-ly-free-download-codes/</link>
		<comments>http://www.mikejablonski.org/2009/06/08/stream-ly-free-download-codes/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 04:11:39 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Stream.ly]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=236</guid>
		<description><![CDATA[Here are some free download codes for Stream.ly, my new iPhone streaming radio app. Check out the Stream.ly website for some stream URLs to get started. The codes are only good for one use so first come first serve.

MWHXKN6Y3W9L
XFPT4LPTJWWE
ERL74NXJL9RW
WKMF7TYLLKPR
NY3R6PE7WHTL
64TWKLAN9HFA
R4NNWK3A3PE6
LAL7MJPTAT76
J6EFKX7ANKYK
EN3PWFP3X3F9
You can copy-paste one of these code into iTunes. Click on the Redeem link in the iTunes [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some free download codes for Stream.ly, my new iPhone streaming radio app. Check out the <a href="http://stream.ly">Stream.ly website</a> for some stream URLs to get started. The codes are only good for one use so first come first serve.</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=318715202&amp;mt=8&amp;s=143441"><img class="size-full wp-image-232 alignnone" title="Stream.ly iTunes" src="http://www.mikejablonski.org/wp-content/uploads/2009/06/Picture-1.png" alt="Stream.ly iTunes" width="317" height="223" /></a></p>
<p>MWHXKN6Y3W9L<br />
XFPT4LPTJWWE<br />
ERL74NXJL9RW<br />
WKMF7TYLLKPR<br />
NY3R6PE7WHTL<br />
64TWKLAN9HFA<br />
R4NNWK3A3PE6<br />
LAL7MJPTAT76<br />
J6EFKX7ANKYK<br />
EN3PWFP3X3F9</p>
<p>You can copy-paste one of these code into iTunes. Click on the Redeem link in the iTunes Store Quick Links box.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/06/08/stream-ly-free-download-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading SHOUTcast metadata from a stream</title>
		<link>http://www.mikejablonski.org/2009/04/17/reading-shoutcast-metadata-from-a-stream/</link>
		<comments>http://www.mikejablonski.org/2009/04/17/reading-shoutcast-metadata-from-a-stream/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 01:20:08 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.mikejablonski.org/?p=178</guid>
		<description><![CDATA[A few people have looked at the source of my Indie 103.1 iPhone App and asked about reading SHOUTcast metadata (artist and track information) from the audio stream. The Indie App code won&#8217;t read metadata for SHOUTcast streams &#8211; but it does work for Icecast streams. Turns out that SHOUTcast and Icecast (two of the [...]]]></description>
			<content:encoded><![CDATA[<p>A few people have looked at the <a href="http://code.google.com/p/indie1031/source/checkout">source of my Indie 103.1 iPhone App</a> and asked about reading SHOUTcast metadata (artist and track information) from the audio stream. The Indie App code won&#8217;t read metadata for SHOUTcast streams &#8211; but it does work for Icecast streams. Turns out that <a href="http://en.wikipedia.org/wiki/SHOUTcast">SHOUTcast</a> and <a href="http://en.wikipedia.org/wiki/Icecast">Icecast</a> (two of the most popular server applications for streaming radio) are supposed to be compatible, but the response message from each server is slightly different.</p>
<p>SmackFu has a great page that documents the <a href="http://www.smackfu.com/stuff/programming/shoutcast.html">ShoutCAST metatdata protocol</a>. They don&#8217;t mention the difference in the server response, but you&#8217;ll find references to it on Google.</p>
<p>When  you send an HTTP GET request to an Icecast server (like Indie 103.1) it replies with <code>HTTP 200 OK</code>. This is what we&#8217;d expect, and you can use <code>CFHTTPMessageCopyHeaderFieldValue</code> to read the response header where you get the Icy-MetaInt value. SHOUTcast responds to an HTTP GET request with <code>ICY 200 OK</code>. When this happens <code>CFHTTPMessageCopyHeaderFieldValue</code> returns null.</p>
<p>One solution is to look for the <code>ICY 200 OK</code> response and parse the headers manually. I&#8217;ve created another <a href="http://code.google.com/p/audiostreamer-meta/">Google Code project called audiostreamer-meta</a> and used Matt Gallagher&#8217;s execelent AudioStreamer example as a sample project. The sample application will parse the metadata from both server streams. Check the debug window in Xcode to see the metadata. The code needs some clean up, and it would be nice to display the artist, tract, and other metadata on the view itself. Feel free to join the project and help make the code better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikejablonski.org/2009/04/17/reading-shoutcast-metadata-from-a-stream/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
