使用 Amazon 的 EC2 服务来存储视频源并为客户端进行后续播放
我们计划设置一个服务器来录制视频并使用 Amazon 的 S3 服务保存它们。
随后我们需要为最终用户提供一种在线观看这些视频的机制。
是否可以将文件存储在 S3 上,并以流式传输到用户浏览器的方式,类似于在 YouTube 上查看视频的方式?
我们还没有对视频格式存储机制做出决定,因此该决定仍处于开放状态。欢迎对此提出意见(启用上述功能)!
We're planning to setup a server to record videos and save them using Amazon's S3 service.
Subsequently we need to provide a mechanism to end users to view those videos online.
Is it possible to store files on S3 in such a way that they are streamed to user's browsers, in a way similar to how video is visible on youtube?
We haven't made a call on the video format storage mechanism so that decision is still open. Inputs on that (which enable the above) are welcome!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CloudFront 支持使用 Flash Media Server 流式传输 FLV,这也意味着您的视频是从距离用户最近的位置提供的,而不是从您选择在其中创建 S3 存储桶的单个区域提供的。这是 Amazon 有关流式传输的文档。
CloudFront supports streaming FLV with Flash Media Server, and also means that your video is served from the location nearest to the user rather than from the single region you chose to create your S3 bucket in. Here's Amazon's documentation on streaming.