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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.