In one Application i use YouTube Video for display i want first that video download from YouTube then it play from locally from downloaded source.
This is Possible.....If yes then provide suggestion...
|
In one Application i use YouTube Video for display i want first that video download from YouTube then it play from locally from downloaded source. This is Possible.....If yes then provide suggestion... |
|||
|
|
|
You can use PSYouTubeExtractor.h class It can get youtube mp4 video url and than downloading and viewing is not a problem Here is my example https://github.com/comonitos/youtube_video |
|||||||||||
|
|
You have to download your video through file location url using NSURLConnection .After that you can MPMovieplayerContoller to run that video.you can google to get example for NSURLConnection and MPMovieplayerController. |
||||
|
|