<?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: Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK</title>
	<atom:link href="http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Blu Ray Movie Downloads</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-65702</link>
		<dc:creator>Blu Ray Movie Downloads</dc:creator>
		<pubDate>Fri, 13 Jan 2012 05:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-65702</guid>
		<description>It?s actually a cool and useful piece of info. I am glad that you simply shared this helpful info with us. Please stay us up to date like this. Thank you for sharing.</description>
		<content:encoded><![CDATA[<p>It?s actually a cool and useful piece of info. I am glad that you simply shared this helpful info with us. Please stay us up to date like this. Thank you for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KK</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-64118</link>
		<dc:creator>KK</dc:creator>
		<pubDate>Thu, 08 Dec 2011 02:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-64118</guid>
		<description>Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-63194</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-63194</guid>
		<description>HI,

Great tutorial thank you very much. 

I&#039;m having an issue which nobody seems to have commented about so im not sure if its something thats only happening to me. The reason i started looking at your code is because m using MPMoviePlayerController in my App, for some strange reason when playing a streaming video on my ipad/phone irrespective of how long i play it for, once it stops or i stop it myself in profiler the Live bytes do not seem to drop and keep on incrementing every time i play a video. Im also finding the same issue when playing audio files. I thought it may be something im doing however, im finding the same issue with your example.

Can you someone please tell me why this may be happening? Is it normal hence why nobody has pointed it out? I know its not a memory leak and its probably something with buffering but ive hit a brick wall and I have no idea what to do.

I found the following link on stackoverflow and it seems that others are having similar issue but i cannot find a solution. Can someone please help me?

http://stackoverflow.com/questions/3384388/mpmovieplayercontroller-still-leaking</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>Great tutorial thank you very much. </p>
<p>I&#8217;m having an issue which nobody seems to have commented about so im not sure if its something thats only happening to me. The reason i started looking at your code is because m using MPMoviePlayerController in my App, for some strange reason when playing a streaming video on my ipad/phone irrespective of how long i play it for, once it stops or i stop it myself in profiler the Live bytes do not seem to drop and keep on incrementing every time i play a video. Im also finding the same issue when playing audio files. I thought it may be something im doing however, im finding the same issue with your example.</p>
<p>Can you someone please tell me why this may be happening? Is it normal hence why nobody has pointed it out? I know its not a memory leak and its probably something with buffering but ive hit a brick wall and I have no idea what to do.</p>
<p>I found the following link on stackoverflow and it seems that others are having similar issue but i cannot find a solution. Can someone please help me?</p>
<p><a href="http://stackoverflow.com/questions/3384388/mpmovieplayercontroller-still-leaking" rel="nofollow">http://stackoverflow.com/questions/3384388/mpmovieplayercontroller-still-leaking</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lee</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-62904</link>
		<dc:creator>David Lee</dc:creator>
		<pubDate>Thu, 17 Nov 2011 15:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-62904</guid>
		<description>Does anybody know how to make the function similar to iPhone Youtube App?

For example, the youtube video will play automatically after clicking the navigation cell and click the &quot;Done&quot; button or the video finishes the playing and will go back to navigation cell.

Can I use the MPMoviePlayerController to import the youtube video?</description>
		<content:encoded><![CDATA[<p>Does anybody know how to make the function similar to iPhone Youtube App?</p>
<p>For example, the youtube video will play automatically after clicking the navigation cell and click the &#8220;Done&#8221; button or the video finishes the playing and will go back to navigation cell.</p>
<p>Can I use the MPMoviePlayerController to import the youtube video?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narresh</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-62347</link>
		<dc:creator>narresh</dc:creator>
		<pubDate>Tue, 08 Nov 2011 05:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-62347</guid>
		<description>Hello ,

       I am facing one problem while plying video , i am giving my video fram size 320x 100, i am not added full screen mode code,but when video is showing full screen option,if we click that its playing in full screen mode my frame size is changing, i want fix my frame size 320x100,i tried in notification methods willenterFullscreen mode also i given my frame sizes still its going full screen mode ,i don&#039;t want play in full screen mode,Can you help in this ,Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>       I am facing one problem while plying video , i am giving my video fram size 320x 100, i am not added full screen mode code,but when video is showing full screen option,if we click that its playing in full screen mode my frame size is changing, i want fix my frame size 320&#215;100,i tried in notification methods willenterFullscreen mode also i given my frame sizes still its going full screen mode ,i don&#8217;t want play in full screen mode,Can you help in this ,Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaveh</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-62038</link>
		<dc:creator>Kaveh</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-62038</guid>
		<description>Hi,
Thanks for this good tutorial.
I have successfully ran the code and it worked perfect.
but I have a strange problem:
I recorded a video using my iPhone camera with type of : .mov.
when I tried to play it using your code, the app terminates suddenly.
the video format : H.264, AAC (360 × 480).
also I tried movieplayer sample code on apple.com but no success.
I can play it using the internal iPhone video player with no problem.
also i tried &quot;AVPlayer&quot; free app, IT CAN PLAY THE VIDEO.
I tried converting the video to m4v, and it worked. but I want to play it without any conversion.
I ggogled a lot but no success, can you please help me. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this good tutorial.<br />
I have successfully ran the code and it worked perfect.<br />
but I have a strange problem:<br />
I recorded a video using my iPhone camera with type of : .mov.<br />
when I tried to play it using your code, the app terminates suddenly.<br />
the video format : H.264, AAC (360 × 480).<br />
also I tried movieplayer sample code on apple.com but no success.<br />
I can play it using the internal iPhone video player with no problem.<br />
also i tried &#8220;AVPlayer&#8221; free app, IT CAN PLAY THE VIDEO.<br />
I tried converting the video to m4v, and it worked. but I want to play it without any conversion.<br />
I ggogled a lot but no success, can you please help me. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edric</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-61382</link>
		<dc:creator>Edric</dc:creator>
		<pubDate>Sun, 16 Oct 2011 16:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-61382</guid>
		<description>Hello,
Thanks for this wonderful tutorial :D

However i have problem with what i want from my app.
I want to create an app that can open audio file from the website (mp3 audio file).

My Structure of my apps, 
tabbarcontroler as rootview, then navigation controller -&gt; a page with page control + UIScroll view -&gt; have detail controller (show description and a button to play the podcast).

What i want from my custom media player is look like this.
http://img404.imageshack.us/img404/8462/photooct16102252pm.png

As you can see it is an audio file but play with media player like movie player. I want the background to be customize also.
From this tutorial also, i&#039;ve got problem with status bar and my navigation tab. im using modalView but not get rid of the navigation. I&#039;ve tried answers in above question also.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks for this wonderful tutorial :D</p>
<p>However i have problem with what i want from my app.<br />
I want to create an app that can open audio file from the website (mp3 audio file).</p>
<p>My Structure of my apps,<br />
tabbarcontroler as rootview, then navigation controller -&gt; a page with page control + UIScroll view -&gt; have detail controller (show description and a button to play the podcast).</p>
<p>What i want from my custom media player is look like this.<br />
<a href="http://img404.imageshack.us/img404/8462/photooct16102252pm.png" rel="nofollow">http://img404.imageshack.us/img404/8462/photooct16102252pm.png</a></p>
<p>As you can see it is an audio file but play with media player like movie player. I want the background to be customize also.<br />
From this tutorial also, i&#8217;ve got problem with status bar and my navigation tab. im using modalView but not get rid of the navigation. I&#8217;ve tried answers in above question also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-60383</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-60383</guid>
		<description>This one worked for me!</description>
		<content:encoded><![CDATA[<p>This one worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveA</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-60225</link>
		<dc:creator>DaveA</dc:creator>
		<pubDate>Thu, 15 Sep 2011 20:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-60225</guid>
		<description>[mp pause] literally just pauses the video.  So I get the last frame that was displayed on screen.  I want the entire video to shutdown and the modal view to be removed (which is why I tried calling moviePlaybackDidFinish directly).  

Basically I want what&#039;s underneath the video to be displayed.  I guess a good question is what does the &quot;done&quot; button do and how do I simulate that?  The done button does exactly what I want to do.

-Dave</description>
		<content:encoded><![CDATA[<p>[mp pause] literally just pauses the video.  So I get the last frame that was displayed on screen.  I want the entire video to shutdown and the modal view to be removed (which is why I tried calling moviePlaybackDidFinish directly).  </p>
<p>Basically I want what&#8217;s underneath the video to be displayed.  I guess a good question is what does the &#8220;done&#8221; button do and how do I simulate that?  The done button does exactly what I want to do.</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://iPhoneDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comment-60218</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 15 Sep 2011 14:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579#comment-60218</guid>
		<description>[mp stop] will give you a black screen, as it stops the video altogether, and you end up seeing the background view of the MPMoviePlayerController. Have you tried [mp pause] instead?</description>
		<content:encoded><![CDATA[<p>[mp stop] will give you a black screen, as it stops the video altogether, and you end up seeing the background view of the MPMoviePlayerController. Have you tried [mp pause] instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

