Our Use Case : some user will upload video on our platform . Then other people/user will watch those video. video quality will get change based on user internet speed
Our Current System : After user upload video, we store the video on s3, then we use lambda for pulling that video from s3 and use media converter for converting video into HLS format and store the converted video to s3 .