Using Amazon Web Services to Host Your Video
Basically, Amazon is providing the same systems they use for Amazon.com for your site. It's hard to pass up an offer like that. Let's get started and find out just how "high quality" AWS really is.
First, visit Amazon Web Services and create an account. If you already have an account from buying items on Amazon.com, then you can use that same account. Second, you need to start signing up for the different services. There are several to choose from, but for the purpose of uploading and distributing your video, you'll need: CloudFront in conjunction with an Amazon S3 bucket. The site states that it might take a few minutes to set up the services, or it could take several hours, for me it took several hours. You'll receive an email notification when the services are ready.
Now that you're signed up with the services, you'll need to create a bucket to which you'll upload your videos. For the purpose of this article, the example will use the S3 interface, I'm assuming that your a web developer and not a computer science major. If you are a professional developer, you can use C#, Perl, PHP, Ruby, Python and HTTP. This article won't go there. I'm an amateur web developer, not a professional computer scientist, so this article will take you the easy way.
After installing S3, you'll need to have your AWS Access Key and Secret Key on hand, which can be found in your AWS account. The emails you received should have links to the information. You'll also need to fill in an Account Name and an Account Comment, which you can make whatever you want. The Account Comment field is optional.
Now you're ready to create a bucket. Within S3, simply click the New button with the big green arrow next to it. The next step is the tricky step. I made several attempts to create a new bucket and they all failed until I finally matched all of their criteria. You can't use capitals and apparently you need at least one period and one number, for example, "video.1" which finally allowed me to create a new bucket. Further testing would prove if my previous attempts simply didn't go through the system or if you really do need the period and the number to go along with the lowercase letters.
Next, I clicked the Upload button and selected the same video that I used from the previous article. I wanted to test how much better the quality and functionality of AWS was compared to my own web host, which is Blue Host. Would the AWS hosted video load faster? That was the question at hand.
The upload of this 75MB video took approximately 30 minutes. Granted, I was working in the public library and using their WiFi at speeds that ranged from 30 to 90 Kb/s. Seemed to average out around 70 Kb/s. Gave me plenty of time to catch up on my Twitter feed as it uploaded
After the first 15 minutes, the upload appeared to be complete. But then it automatically started over Odd
Thirty-three minutes later and I had my first uploaded video to AWS. I am really hoping that second upload time was merely a fluke. Now to get that uploaded video onto my web site.
While still in S3, you should now see your uploaded file in the top right box. Right click on the file and select Edit ACLs. Alternatively, you could click the Sharing and Security tab from the bottom box. The Owner, which is you, should have Full Control enabled. If you're ready for the world to see your video, then in the All Users row, enable Read.
In this same box is the URL for your video with a convenient Copy button. This URL won't work unless you set the permissions correctly as stated above.
For the test, I created three identical web pages with the following exceptions:
- This page used QuickTime and the video is hosted on Blue Host
- This page used QuickTime and the video is hosted on AWS
- This page used a Flash player called Flowplayer and the video is hosted on Blue Host
Loading Comments...