1 Answer
- Newest
- Most votes
- Most comments
0
You can use AWS Lambda@Edge to modify and process videos at the CloudFront edge locations as they are being retrieved from S3. This allows adding watermarks dynamically without pre-processing the videos.
The steps involve:
Write a Lambda@Edge function to overlay the watermark on the video stream
Associate the Lambda function with a CloudFront distribution behavior
When the video is requested through CloudFront, the function will execute and return the watermarked video stream
answered a month ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 15 days ago