Download Video from YouTube in iphone Application
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 sug开发者_开发问答gestion...
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.
精彩评论