iPhone HTTP 流媒体服务器组件

发布于 2024-10-16 10:08:06 字数 278 浏览 3 评论 0原文

你好 我正在为 iOS 设置 HTTP 直播。这是一个 RTSP 流,我将在 UDP 上获取它并将其传递到 MediaStreamSegmenter。我的问题是:

- 我是否需要一个基于 Mac 的服务器,以便 mediastreamsegmenter 工具真正可以完成工作?如果是的话我还有其他选择吗?

- 可以将远程机器地址传递给mediastreamsegmenter来存储分段文件和索引文件吗?

就此而言,我真的买不起服务器和 Mac 服务器......

感谢回复。

Hi
I am setting up HTTP live streaming for iOS. It is a RTSP stream that I will get on UDP and pass it on to the MediaStreamSegmenter. My questions are:

-Do I need a Mac based server so that mediastreamsegmenter tool can actually do it job? If yes then do I have any alternatives?

-Can pass a remote machine address to mediastreamsegmenter to store the segmented files and Index file?

I cant really afford a server and a Mac server for that matter....

Replies appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

数理化全能战士 2024-10-23 10:08:06

您不需要 Mac 服务器。事实上,如果您使用 Amazon S3,您可以将其与 cloudfront 结合起来,将文件从 S3 传输到用户的 RTMP 流。看看:http://aws.amazon.com/cloudfront/#highlights

您可以只需将流地址传递给媒体流分段器,就可以开始了。

You don't need a Mac server. In fact, if you use Amazon S3, you can combine that with cloudfront to do RTMP streaming of your files from S3 to the user. check it out: http://aws.amazon.com/cloudfront/#highlights

You can simply pass the stream address to the media stream segmenter, and you're good to go.

面犯桃花 2024-10-23 10:08:06

我找到了一种使用 VLC 播放器的廉价且简单的方法。我必须为此编译 VLC,但您可以查找最新的夜间版本来获取 LIVEHTTP 插件。

I found a cheap and easy way of doing it using VLC player. I had to compile VLC for this but you can look for latest nightly builds to get the LIVEHTTP plugin.

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