-1

Can MPMoviePlayerController can be used for streaming from IP Camera? If not, then what controller would be useful for this?

Huey
  • 5,110
  • 6
  • 32
  • 44
Ali
  • 1
  • 3

1 Answers1

0

MPMoviePlayerController is deprecated in iOS9,

Apple Docs, MPMoviePlayerController

Here is a sample project from Apple that uses AVFoundation and live streaming,

AVFoundationQueuePlayer-iOS: Using a Mixture of Local File Based Assets and HTTP Live Streaming Assets with AVFoundation

Ro4ch
  • 850
  • 8
  • 21