iPhone AVFoundation 转 RTMP
因此,我正在创建一个使用 AVFoundation 录制视频的 iPhone 应用程序,并且我需要能够将其流式传输到 RTMP 媒体服务器。有什么想法/想法吗?
提前致谢。
吉姆
So I am creating an iPhone app that records video using AVFoundation and I need to be able to stream that to a RTMP Media Server. Any ideas/thoughts?
Thanks in advance.
Jim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 Adobe Flash Media Live 编码器
use Adobe flash media live encoder
是的,这可以通过拦截实际捕获的帧并将其扔到网络中来实现。目标可以是另一部能够播放 H264 / AAC 的 iPhone、基于 Android 的设备、任何计算机或像 crtmpserver 这样的流媒体服务器。
或者为了让您的生活更轻松,您可以访问 www.evostream.com,他们按照您想要的定制方式提供此功能。
希望这有帮助
Yes, this is possible by intercepting the actual captured frames and throw it into the network. Destination could be another iPhone, Android based who's able to play H264 / AAC, any computer, or streaming server like crtmpserver
Or to make your life easier you can visit www.evostream.com they offer this functionality just the way you want it customized.
Hope this helps
看看这个 iPhone 项目 https://github.com/cleitaum/LiveShare
Take a look at this iPhone project https://github.com/cleitaum/LiveShare