简体   繁体   English

如何从iPhone流式传输视频

[英]How do I stream video from the iPhone

Is it possible to stream video directly from the iPhone? 是否可以直接从iPhone流视频? Is there any undocumented way to do it? 有没有任何未记录的方式可以做到这一点? Or am I missing something? 或者我错过了什么?

With iOS4 you can gain access to the raw video frames via AVCaptureVideoDataOutput. 使用iOS4,您可以通过AVCaptureVideoDataOutput访问原始视频帧。

Once you have the frames, its up to you to compress them, package them up, and send them wherever they need to go. 一旦有了框架,就可以将它们压缩,打包并发送到任何需要的地方。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM