简体   繁体   English

直播iPhone视频直播iPhone SDK

[英]Broadcast live iPhone video feed iPhone SDK

Is there any way to take the video feed from the camera of an iPhone and broadcast it to a local server (or remote if necessary)? 有没有办法从iPhone的摄像头拍摄视频并将其广播到本地服务器(或必要时远程)? It does not need to save it to the server, just to be able to access it. 它不需要将其保存到服务器,只是为了能够访问它。 Sort of like a web cam app. 有点像网络摄像头应用程序。

Thanks in advance 提前致谢

您可以查看技术问答QA1702: 如何使用AV Foundation从相机捕获视频帧作为图像 ,其中介绍了如何从iPhone相机捕获帧。

this will help as well.. http://www.benjaminloulier.com/articles/ios4-and-direct-access-to-the-camera 这也有帮助.. http://www.benjaminloulier.com/articles/ios4-and-direct-access-to-the-camera

in the sample code, the raw data from the camera is covered to an UIImage. 在示例代码中,来自摄像头的原始数据被UIImage覆盖。 My problem now is how to send the data to a server to be converted to a video stream 我现在的问题是如何将数据发送到服务器以转换为视频流

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

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