Is it possible to stream video directly from the iPhone? Is there any undo开发者_JAVA技巧cumented way to do it? Or am I missing something?
With iOS4 you can gain access to the raw video frames via AVCaptureVideoDataOutput.
Once you have the frames, its up to you to compress them, package them up, and send them wherever they need to go.
精彩评论