- Más nuevo
- Más votos
- Más comentarios
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
respondido hace 2 años
^^ 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.
respondido hace 2 años
Contenido relevante
preguntada hace 7 meses
preguntada hace un año
preguntada hace 10 meses
preguntada hace 8 meses
- OFICIAL DE AWSActualizada hace 3 años
