I'm currently running an application that delivers streaming video. All of the video content is hosted on our server, but we'd like to take some of the bandwidth load off of our server and speed up delivery to users.
Is it possible to setup a CDN (cloudfront specifically) to cache our video content to help speed up delivery/reduce bandwidth usage? Is it worth it?
We can't really move the content to S3, since we're talking about thousands of videos, here. What's the best option given our situation?
Thanks in advance!