This is a video chat type program. My project is to write a native ObjC app that will stream video from the front facing camera to a server. This server will format and relay to be sent to another location. In a related question, I want to display video streaming from the server. The video server will probably be running ffmpeg for formating. But this question is just asking advice for the iPAD project. I wanted to get comments about issues I need to be thinking about.

This is my strategy: I was thinking of using AVFoundation framework to stream from the cam to a URL server. I don't know if I will be formatting on the client or no, so some comment there would be interesting. http://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVFoundationFramework/_index.html

For streaming the video, I was going to be using: http://developer.apple.com/library/IOs/#documentation/AVFoundation/Reference/AVCaptureSession_Class/Reference/Reference.html#//apple_ref/occ/cl/AVCaptureSession

so if someone has some ideas/suggestions... extra code I can look at. I would appreciate it.

link|improve this question
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.