You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Netflix backend project may be try to build something also close enough to Netflix architecture using S3 buckets which acts also as a trigger event on source bucket on (Put/file upload) which then invokes a Lambda function which Processes then start a AWS Elemental MediaConvert job to convert a video file into HLS/DASH chunks with multiple bitrates (4K, 1080p, 720p, and 480p) which are then stored in a destination S3 bucket, then for delivery we then use CloudFront (with Signed URLs) which serves chunks to the React Native App as m3u8 instead of serving directly the mp4 files and for security use AWS Shield + WAF protects against DDoS/scraping of media files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
For the Netflix backend project may be try to build something also close enough to Netflix architecture using S3 buckets which acts also as a trigger event on source bucket on (Put/file upload) which then invokes a Lambda function which Processes then start a AWS Elemental MediaConvert job to convert a video file into HLS/DASH chunks with multiple bitrates (4K, 1080p, 720p, and 480p) which are then stored in a destination S3 bucket, then for delivery we then use CloudFront (with Signed URLs) which serves chunks to the React Native App as m3u8 instead of serving directly the mp4 files and for security use AWS Shield + WAF protects against DDoS/scraping of media files.
Beta Was this translation helpful? Give feedback.
All reactions