2

I use MPMoviePlayerController on iOS all the time for HTTP Live streaming. I'm just starting Mac Development and can only see a QuickTime player view. I was reading on here and some of the posts say you need to add some stuff via command line and then do some other stuff. HTTP LIve Streaming

Is all that really necessary?

Doesn't Mac have a solution for playing video as simple as MPMoviePlayerController?

I noticed AVFoundation is available in Lion, does that mean it wont work on OS's prior to Lion? If so, what is the alternative for video playback without AVFoundation?

Community
  • 1
  • 1
spentak
  • 4,627
  • 15
  • 62
  • 90

1 Answers1

2

The link you provided has nothing to do with displaying HTTP Live streaming. It has to do with preparing the video and serving it over HTTP Live streaming. For playback look into the quicktime frameworks, particular, the QTMovie class.

sosborn
  • 14,676
  • 2
  • 42
  • 46