I'm starting a new project that will mainly involve the following:
- uploading a large quantity of videos
- converting them
- serving them to users
I'm looking into Google App Engine and using the new Google Cloud storage API to store the videos.
But the Google Could storage API is still experimental with Google App Engine which is a bit scary.
But i'm wondering if the EC2 from Amazon will not be a better choice, because it's more mature and may be more adapted to that kind of service that i'm trying to build.