TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to store and stream private video content

5 pointsby grepalmost 15 years ago
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.

2 comments

pplantealmost 15 years ago
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.
petervandijckalmost 15 years ago
Can you explain why you say "it doesn't provide any security against malicious users"?
评论 #1583471 未加载