How to play .avi videos stored on S3 in a web application (Node.js + React)?
I have a web application built with Node.js and React. Users upload videos in the .avi format to an AWS S3 bucket. I need to play these .avi
videos on the web application, but .avi
format is not natively supported by most web browsers. I’m looking for the best approach to implement this functionality effectively.