Streaming videos from S3 bucket
问题 I am working on video streaming with nodejs server. I have used Amazon S3 bucket as video storage. While nodejs is running in an Amazon EC2 instance. In order to stream a specific video file in response to a client's request, the file needs to be downloaded from S3 bucket to EC2 instance (nodejs server) first, which is a time consuming process and client has to wait for several seconds before the first video segment is sent from nodejs to client. I am looking for a way to remove the