- Newest
- Most votes
- Most comments
AWS MediaPackage supports HLS and SMIL/MP4 inputs for VOD applications. Please see the details here. https://docs.aws.amazon.com/mediapackage/latest/ug/supported-inputs-vod.html CMAF outputs from AWS MediaConvert are fragmented MP4 files. SMIL/MP4 inputs to MediaPackage should not be fragmented. Perhaps consider storing the transcoded assets as HLS segments and using MediaPackage to create CMAF outputs.
For Live streams, MediaPackage supports HLS inputs. https://docs.aws.amazon.com/mediapackage/latest/ug/supported-inputs-live.html
^^ what Mike said.
Shortest workflow is to make simple HLS from MediaConvert to s3 bucket. You can automate this via S3 file events (new file arrival) and AWS Lambda.
Step two is to repackage that new HLS file group as CMAF, MSS or DASH using MediaPackage-VOD. Encryption is optional.
Relevant content
- asked 2 years ago
- asked 2 years ago