AWS Cloudfront:我是“流式传输”吗?视频还是我正在“下载”视频?
有一个 Flash 视频播放器,可以模仿 YouTube 播放器的视频输入功能。我相信这被称为“渐进式下载”。我正在使用 Amazon Cloudfront 来服务器视频,它会询问我分发是“下载”还是“流式传输”。对于这种玩家我应该选择哪一款呢?
注意:这不是实时视频流...它只是基本的静态 FLV 文件播放,类似于 YouTube 播放器的播放方式。
Have a flash video player that mimics the functionality of the youtube player regarding video input. I believe this is called "progressive download". I'm using Amazon Cloudfront to server up the video, and it asks me if the distribution is "download" or "streaming". Which one should I choose for this kind of player?
note: this is NOT live video streaming...its just basic, static FLV file playing similar to what the youtube player does.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当分发为下载时,请求将通过普通 HTTP 提供(视频播放器将此称为渐进式下载)。
CloudFront 还运行 Adobe Flash Media Server - 这些服务器是流分发选项。您可以在开发人员指南中了解更多 RTMP 支持。
When the distribution is download requests will be served via normal HTTP (video players call this progressive download).
CloudFront also runs Adobe Flash Media Server -- these servers are the streaming distribution option. You can read more RTMP support in the developer guide.
当有人播放视频时,这将是流式传输。下载是指下载 .flv 文件,然后在个人计算机上而不是在网络浏览器中播放。
This would be streaming as someone would play the video. Download is downloading the .flv file and then playing it on a person's computer rather than in his web browser.