lighttpd in Amazon s3 [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_StackOverflow中文版 Improve this questionIm planning to host my site in Amazon s3. Is it possible to stream videos using lighttpd streaming server?
Amazon S3 provides it's own server so if you're using Amazon S3 you can't use lighttpd.
If you want to use Lighttpd, you may want to look at Amazon EC2 to run your own virtual server.
Regardless, you CAN use Amazon Web Services to stream video by using Amazon S3 to store the files, and Amazon Cloudfront to stream them using RTMP. You can also stream video files using progressive download using S3 by itself.
精彩评论