Progressive download and streaming of video content using Amazon S3
Does Amazon S3 support progressive download? I just want my videos start playing befo开发者_JAVA技巧re its fully loaded.
I don't need real streaming yet.
Yes it does is the simple answer.
You'll need to encode your videos in a format that supports playback before the entire file is downloaded and your video player will need to support that too. But those requirements are no different from any other file server.
精彩评论