Peter
Peter

Reputation: 914

Progressive download and streaming of video content using Amazon S3

Does Amazon S3 support progressive download? I just want my videos start playing before its fully loaded.

I don't need real streaming yet.

Upvotes: 3

Views: 2031

Answers (1)

Geoff Appleford
Geoff Appleford

Reputation: 18832

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.

Upvotes: 2

Related Questions