Hi, does Egress support storing media chunk by chu...
# ask-ai
h
Hi, does Egress support storing media chunk by chunk to s3?
t
Thanks for reaching out, Xiaohan. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit Egress supports storing media chunk by chunk to Amazon S3 using the
SegmentedFileOutput
type. This allows the media output to be split into segments, which are uploaded to S3 as they are generated. This method is especially useful for live streaming with HLS and handling large files efficiently by uploading each segment and the manifest immediately upon creation.