G3z
G3z

Reputation: 656

How do I stream video from the iPhone

Is it possible to stream video directly from the iPhone? Is there any undocumented way to do it? Or am I missing something?

Upvotes: 0

Views: 493

Answers (1)

Avalanchis
Avalanchis

Reputation: 4579

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.

Upvotes: 2

Related Questions