This is a personal repository to practice uploading videos and converting them into live streaming with React, Django and AWS.
Steps:
- Split video into chunks with React.
- Request Django API to upload and merge video chunks and store them in Amazon S3.
- Use AWS Lambda and AWS Elemental MediaConvert to convert videos into HLS (HTTP Live Streaming).
- Create a live streadming player with React to play the S3 HLS.
Django React Lambda