Skip to main content

Posts

Showing posts from September, 2021

Create Apple HLS video stream using AWS S3 Bucket, Cloud Front, Elastic Transcoder ,Lambda function | Make your own Netflix or YouTube | Create video stream

Make HLS Stream using AWS (S3 Bucket, Cloud Front, Elastic Transcoder ,Lambda function ) | Make your own Netflix or YouTube 1. Create source (input) S3 bucket   2. Create destination (output) s3 bucket 3. Create cloud-front for Serve data  4. Setup Elastic transcoder (Create pipeline, Create job, Job execute) 5. Create role for lambda function  6. Create lambda function and create trigger and write program add access role 7. Check Lambda function logs in cloud-watch  8. Generate Key Management Service for transcoder pipeline  9. Configure transcoder pipeline  10. Configure  transcoder job with aes-128 encryption  11. Modify lambda function  1. Create source (input) S3 bucket        Create new S3 bucket Create Folder 2. Create destination (output) s3 bucket Create new s3 bucket   Set block all public access  Set CORS configuration  <?xml version="1.0" encoding="UTF-...