summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorKevin LaFlamme <kevin@aiera.com>2021-06-08 15:03:43 -0400
committerKarthick J <kjeyapal@akamai.com>2021-06-14 21:47:09 +0530
commit7d1464721ebf5c90308e48cb81ad52dbada47c18 (patch)
tree503687c7eab020ba53a02705cf9d258b4657c00f /libavcodec
parentf21626b67b157e5ae117d3e8ef0326776da42077 (diff)
dashenc: Write out DASH manifest immediately in streaming mode
When streaming mode is enabled with fMP4/CMAF for DASH output, the segment files are available to read by players as soon as the first byte is written instead of only after the file is fully written. The DASH manifest currently only gets written when the final write to the segment file occurs. This means that players cannot stream the first segment while it is being written. When -lhls is enabled with MP4 segments the HLS manifest is written immediately to advertise the in-flight segments. This change adds the same behavior for the DASH manifest so players can stream it immediately.
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions