iPhone HTTP 流媒体服务器组件
你好 我正在为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不需要 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.
我找到了一种使用 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.