I want to be able to record footage using my iOS device and stream it directly to a server.

There's quite a few articles on S.O. that talk about this, but I'm not sure any have answered the question very well.

Should I be using HTTP Live Streaming, or is this just for sending data to an iPhone? Should I be using AVCaptureSession to grab the video (a segment at a time?), sending each segment to the server? Should I be using AVCaptureVideoDataOutput and ffmpeg for streaming?

I'm a little lost with all this, so any sample code or docs or links would be really appreciated.

Thanks for your help guys.

Duncan

link|improve this question

76% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.