Hi,<p>What is the best way to create an online video-on-demand service with this requirements:<p>- Private and secure<p>- Analytics<p>- CDN<p>- Flash<p>- Low price<p>What's the best solution(s) for this? I was thinking of using S3 + CloudFront but it doesn't provide any security against malicious users.
You may want to read: <a href="http://aws.amazon.com/s3/faqs/#How_secure_is_my_data" rel="nofollow">http://aws.amazon.com/s3/faqs/#How_secure_is_my_data</a><p>The easiest method for security via S3 would be the query string method, which lives for a defined period of time.