All

I am trying to create an app that start capturing the video from camera when it is launched and then starts sending the video data to the remote server in real time and keeps capturing and sending it to the server. So it is a kind of live video broadcast. Can anyone please tell me where to start? I have googled a lot but could not find any solution to this problem. Kindly help.

link|improve this question

65% accept rate
Did you completed this task?.Please post it as answer – Ramkumar Thiyyakat May 10 at 10:30
feedback

1 Answer

up vote 1 down vote accepted

Start here: http://developer.apple.com/resources/http-streaming/

and here:

http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/00_Introduction.html

Capture your video using the AV Foundation framework, and upload it to your server using HTTP streaming.

link|improve this answer
Please give me some examples to upload live video to a server – Ramkumar Thiyyakat May 10 at 10:31
Ramkumar, did you ever find a good iOS starting example -- for iPhone? thanks. – Douglas K. Bell May 14 at 13:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.