iPhone AVFoundation 转 RTMP

发布于 2024-09-27 07:31:55 字数 112 浏览 4 评论 0原文

因此,我正在创建一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

梦里的微风 2024-10-04 07:31:55

使用 Adob​​e Flash Media Live 编码器

use Adobe flash media live encoder

执笔绘流年 2024-10-04 07:31:55

是的,这可以通过拦截实际捕获的帧并将其扔到网络中来实现。目标可以是另一部能够播放 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

留蓝 2024-10-04 07:31:55

看看这个 iPhone 项目 https://github.com/cleitaum/LiveShare

Take a look at this iPhone project https://github.com/cleitaum/LiveShare

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文