<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Android Streaming MediaPlayer Tutorial &#8211; Updated to v1.5 (Cupcake)</title>
	<atom:link href="http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/</link>
	<description>Know Anywhere</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bookmarks &#171; 101</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-944</link>
		<dc:creator><![CDATA[Bookmarks &#171; 101]]></dc:creator>
		<pubDate>Sat, 05 Nov 2011 07:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-944</guid>
		<description><![CDATA[[...] Android Streaming MediaPlayer Tutorial – Updated to v1.5 (Cupcake) « Pocket Journey [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Android Streaming MediaPlayer Tutorial – Updated to v1.5 (Cupcake) « Pocket Journey [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-937</link>
		<dc:creator><![CDATA[Biosopher]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-937</guid>
		<description><![CDATA[Sorry...server&#039;s back up.]]></description>
		<content:encoded><![CDATA[<p>Sorry&#8230;server&#8217;s back up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordy</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-936</link>
		<dc:creator><![CDATA[Jordy]]></dc:creator>
		<pubDate>Mon, 26 Sep 2011 18:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-936</guid>
		<description><![CDATA[This looks really nice, i&#039;d also like to download the source code but the server seems to be down?]]></description>
		<content:encoded><![CDATA[<p>This looks really nice, i&#8217;d also like to download the source code but the server seems to be down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-931</link>
		<dc:creator><![CDATA[Steph]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 21:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-931</guid>
		<description><![CDATA[I am loving all the tutorial files, they are really helping my learning curve. 

Is there any way that the tutorials could be split into their individual tutorials rather than joined?]]></description>
		<content:encoded><![CDATA[<p>I am loving all the tutorial files, they are really helping my learning curve. </p>
<p>Is there any way that the tutorials could be split into their individual tutorials rather than joined?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-922</link>
		<dc:creator><![CDATA[Biosopher]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-922</guid>
		<description><![CDATA[Hi Vipin,

I haven&#039;t had the best of luck displaying mp4 files on Android.  3GP files tend to work best.  If you&#039;re playing off the SDCard, then you&#039;re not streaming the video.  You&#039;re simply reading a video file off the SDCard.  In that case, I recommend 3GP.]]></description>
		<content:encoded><![CDATA[<p>Hi Vipin,</p>
<p>I haven&#8217;t had the best of luck displaying mp4 files on Android.  3GP files tend to work best.  If you&#8217;re playing off the SDCard, then you&#8217;re not streaming the video.  You&#8217;re simply reading a video file off the SDCard.  In that case, I recommend 3GP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipin Sahu</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-921</link>
		<dc:creator><![CDATA[Vipin Sahu]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-921</guid>
		<description><![CDATA[hello Biosopher 
I m aslo using the same code for 2.1 or later but I m required to play MP4 instead only mp3...so I have created surface view and set the display holder for it ... also I have to stream the content from SD card rather than any streaming server....]]></description>
		<content:encoded><![CDATA[<p>hello Biosopher<br />
I m aslo using the same code for 2.1 or later but I m required to play MP4 instead only mp3&#8230;so I have created surface view and set the display holder for it &#8230; also I have to stream the content from SD card rather than any streaming server&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-918</link>
		<dc:creator><![CDATA[Biosopher]]></dc:creator>
		<pubDate>Mon, 05 Sep 2011 21:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-918</guid>
		<description><![CDATA[Hi Antoine.  Sorry, the server was down for a few hours.  It&#039;s back up now so try to download again.]]></description>
		<content:encoded><![CDATA[<p>Hi Antoine.  Sorry, the server was down for a few hours.  It&#8217;s back up now so try to download again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-917</link>
		<dc:creator><![CDATA[Antoine]]></dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-917</guid>
		<description><![CDATA[Hi,

This tutorial is very good and useful I can&#039;t wait for studying it.
Unfortunately I can&#039;t download the archive file in order to have sources.
Can you make it available ?

Thank you in advance ! And also for this tutorial :)]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This tutorial is very good and useful I can&#8217;t wait for studying it.<br />
Unfortunately I can&#8217;t download the archive file in order to have sources.<br />
Can you make it available ?</p>
<p>Thank you in advance ! And also for this tutorial <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biosopher</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-909</link>
		<dc:creator><![CDATA[Biosopher]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 18:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-909</guid>
		<description><![CDATA[Hi Carel,

You&#039;re right.  Flash doesn&#039;t work on the iphone and runs slow on Android.  For the iPhone, simply add a link to the .mp3 file on your webpage.  When the user clicks the .mp3 files, the iPhone will launch the phone&#039;s media player.

I believe for Android, the user must press and hold the link until a menu pops up and select &quot;Save Link&quot;. This should then download the .mp3 file for you and you will be able to play it.]]></description>
		<content:encoded><![CDATA[<p>Hi Carel,</p>
<p>You&#8217;re right.  Flash doesn&#8217;t work on the iphone and runs slow on Android.  For the iPhone, simply add a link to the .mp3 file on your webpage.  When the user clicks the .mp3 files, the iPhone will launch the phone&#8217;s media player.</p>
<p>I believe for Android, the user must press and hold the link until a menu pops up and select &#8220;Save Link&#8221;. This should then download the .mp3 file for you and you will be able to play it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carel</title>
		<link>http://blog.pocketjourney.com/2009/12/27/android-streaming-mediaplayer-tutorial-updated-to-v1-5-cupcake/#comment-908</link>
		<dc:creator><![CDATA[Carel]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 07:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pocketjourney.com/?p=68#comment-908</guid>
		<description><![CDATA[Thanks for your swift reply Biosopher; I thought though that Flash was not a good thing to use (Apple/Iphone is not supporting this do they?), so is there an alternative?]]></description>
		<content:encoded><![CDATA[<p>Thanks for your swift reply Biosopher; I thought though that Flash was not a good thing to use (Apple/Iphone is not supporting this do they?), so is there an alternative?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

