开发者

How do I stream video from the iPhone

开发者 https://www.devze.com 2023-01-06 07:29 出处:网络
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 AVCa

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消