I planned to use Amazon S3 for video storage + Cloudfront for delivery and streaming.
Now what I would need to ask is this: as you can see, in my first experiment, I inserted directly reference to my original mp4 file, without converted it (with Amazon Elastic Transcoder for example) to HLS stream....
jwplayer("my-video").setup({
file: "rtmp://xxxxxxxxxxxxx.cloudfront.net/cfx/st/test02.mp4",
width: "720",
height: "480",
primary: "flash",
mediaid: "PmFWgpGy"
});
So my question is: in such a configuration, is jw player using "progressive download"?
↧