iphone:How to stream and play youtube video with in application using MPMoviePlayer?

后端 未结 2 616
眼角桃花
眼角桃花 2020-12-14 13:30

I want to make a youtube app like this (Youtube Stream) http://itunes.apple.com/us/app/youtube-stream/id384383425?mt=8# app for the iphone, where some videos are streamed/do

2条回答
  •  粉色の甜心
    2020-12-14 14:12

    It's easy Here is my example: https://github.com/comonitos/youtube_video

    I used PSYouTubeExtractor.h class by Peter Steinberger It can get youtube mp4 video url and than downloading and viewing is not a problem

    NSURLConnection + NSNotificationCenter + PSYouTubeExtractor + NSMutableData

提交回复
热议问题