How to upload short videos (10-15 secs) from an Android App to AWS using Node.js? -
once application gives me get
request file along video, should use in our node.js file correctly optimize video, compress/encode video in format , minimize uploading time end user?
i understand file needs asynchronously
uploaded. should backend systems designed like?
we'll using aws
, , mongo db
. videos uploaded s3 bucket
. best practice?
basic requirement trying make uploading video scalable , concurrent multiple users upload video.
are there kind of best practices or tutorial kind of video formatting , uploading in node.js
looking for?
Comments
Post a Comment