How to play videos from a URL into an iphone app with buffering?

Up vote 0 down vote favorite share g+ share fb share tw.

I have an iphone app which requires the videos to be played from the URL. I don't want to download the whole videos just as it eventually slows down my app. I want to play the videos in a way that it buffers in between and then plays.

How to play videos from a URL into an iphone app with buffering? Iphone objective-c cocoa-touch iphone-sdk-4.0 link|improve this question asked May 16 '11 at 5:46Parth Bhatt5,35231960 100% accept rate.

Try Like this.... NSString *url = @"youtube.com/xyz"; NSString *htmlString =NSString stringWithFormat:@"",url,url; myWebview loadHTMLString:htmlString baseURL:nil.

– Parth Bhatt May 16 '11 at 6:06 yeah...check this.... – Anish May 16 '11 at 6:08 This doesn't work for me. It just shows a blank screen in webView. Nothing is shown up.

– Parth Bhatt May 16 '11 at 7:00.

Then, NSURL *url = NSURL URLWithString: @"http://STREAMING URL"; myMPMoviePlayerController setContentURL: url; myMPMoviePlayerController play.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions