/
How to make my videos on S3 stream instead of download
How to make my videos on S3 stream instead of download
1 Overview | 2 How to fix
Overview
You uploaded a .mp4 file to an S3 bucket on Pathfinder and generated a web URL. Now when you connect it simply downloads the file, but you’d rather have it stream. You need to change the http header and Content-Type associated with the file.
How to fix
Using CloudBerry as an example follow these steps:
Right click the file and select “Set http headers”
You’ll get this window:
The issues is “Content-Type” is set to binary/octet-stream.
Highlight Content-Type and select edit.
Change the Content-Type to video/mp4 or use the drop down box to select the proper file type.
Hit ok and the file should now stream.