HlsPushDestinationSettings.chunkedTransferEncoding property

Upload CMAF segments with HTTP/1.1 chunked transfer encoding: the request opens on a segment’s first part and parts are streamed as chunks the moment they are produced (no Content-Length), per Akamai’s low-latency HTTP ingest recommendations. Only applies to CMAF outputs; playlists and init segments are always sent whole.

When not set, this defaults to enabled for the playlist-free CMAF ingest naming conventions (cmaf-short/cmaf-ism, where the receiver expects chunked ingest) and disabled otherwise.

Incompatible with supportsGzip and with C2PA signing — both need the complete segment before the first byte is sent.

Signature:

chunkedTransferEncoding?: boolean;