Search code examples
iphoneobjective-ciosstreamingmpmovieplayercontroller

streaming video from iphone to server programmatically


I need to implement iphone video streaming to server. I've googled a lot but I found only receiving video streams from server. It is made using UIWebView or MPMoviewPlayer. But how can I stream my captured media to server in realtime? How can it be done?


Solution

  • check out this Apple sample code. this is using a AVFoundation.

    StitchedStreamPlayer