iphoneobjective-ciosvideovideo-streaming

Video Streaming Libraries for iOS?


Im looking to stream YouTube videos to an iOS app. Are there any frameworks or libraries to do so? can AVFoundation do this? Some other Apple framework or third-party library? (Matt Gallagher's AudioStreamer doesn't support video, as far as I know.)

Edit:

Would MPMoviePlayerController work?


Solution

  • Check out YouTube official dev pages for information on playing back YouTube content with Objective-C on how to do this. Basically, the documentation suggests using a UIWebView to handle the video playback.