Friday 12 May 2017

recommendations on scalable video upload implementation

We currently have a node based system that enables upload of large video files (500 mb and up). The video stream is passed to the server and streamed directly to s3. However, our solution is not scalable as the streams require too much CPU. I am looking into browser-based uploads directly to s3 but still investigating securing issues. There is also the possibility of setting up a separate uploading server for handling uploading requests.Does anyone have recommendations on solving file upload scalability problems with node?

Submitted May 12, 2017 at 10:12PM by bipipi

No comments:

Post a Comment