简体   繁体   English

从iPhone iOS 7流式传输实时视频和音频

[英]Streaming live video and audio from iphone iOS 7

First, I wish to emphasize the keyword from . 首先,我想强调关键字from There are a lot of questions and answers on this topic but I found that no answer provide a step by step road-map to achieve this. 关于此主题有很多问题和答案,但是我发现没有答案可以提供实现此目标的逐步路线图。
What I wish to achieve : 我希望达到的目标:
I wish to stream the video and audio (live) being recorded from the camera of iPhone/iPad to my server. 我希望将从iPhone / iPad的摄像机录制的视频和音频(实时)流式传输到我的服务器。 And that's it. 就是这样。
What have I figured till now : 到现在为止我一直在想什么
I guess that we can't use HTTP live streaming because it's meant for server to client and not client to server. 我猜我们不能使用HTTP实时流传输,因为它是用于服务器到客户端而不是客户端到服务器的。 AV framework allows the output only in the form of a mov file. AV框架仅允许以mov文件的形式输出。
What am I not able to figure : 我无法弄清楚什么:
I don't know how to get individual frames (live) and send them to my server one by one 我不知道如何(实时)获取单个帧并将其一一发送到我的服务器
PS: I really don't know anything about this... You are welcomed to oversimplify things. PS:我真的对此一无所知...欢迎您简化事情。 I am writing server in node.js 我在node.js中编写服务器

You may take a look at Wowza GoCoder iOS app. 您可以看看Wowza GoCoder iOS应用程序。

It requires Wowza as the media server though, so you'll be able to provide full-features streaming to anyone you want. 不过,它需要Wowza作为媒体服务器,因此您将能够向想要的任何人提供全功能的流媒体。

Server side set up is done easily via Wowza configs or by third-party cloud control . 通过Wowza配置或第三方云控制可轻松完成服务器端设置。

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

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