My question is when each of these two platforms are appropriate solutions.
My understanding is that to stream private videos securely, I need to use CloudFront over top of S3 to make rtmp available.
However, I read at the following URL that Cloudfront can have a 24 hour update refresh delay:
http://www.bucketexplorer.com/documentation/cloudfront--amazon-s3-vs-amazon-cloudfront.htmlSince my main goal is to stream news videos securely, I don't want time lags between updates and deliveries. Will Cloudfront be a problem because of this delay factor?
Is S3 usable alone for my goal of secure streaming of private video content? (I don't want video files ending up in browser caches.)
Thanks.
Kel