Help me to play video on iPhone App

394 Views Asked by At

I would like to do video streaming from my iPhone application...I mean i want to play video from the web url.

So friends, pls. provide me your guidance or reference (links,tutorial )on this..

Thanks for your time.

1

There are 1 best solutions below

0
On

This all depends on what technology you are using to build your iPhone application.

If you are using PhoneGap and the html, css, js approach have a look at the html tag. Usage is pretty straightforward.

If you are using Appcelerator's Titanium software to build your app then you can have a look at their kitchen sink example and at their api docs for playing video

If your using native objective c and through all this I am assuming on demand streaming as in not a live show or something then have a look at this SO question

Hope this helps.