Skip to content

Commit b3405bc

Browse files
committed
Set ManifestDurationFormat to FLOATING_POINT for audio transcodes, fixes downstream playlist timecode bug
1 parent 8dd8d0c commit b3405bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/lib/media_convert/audio_template.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule MediaConvert.AudioTemplate do
4444
Name: "HLS",
4545
OutputGroupSettings: %{
4646
HlsGroupSettings: %{
47+
ManifestDurationFormat: "FLOATING_POINT",
4748
MinSegmentLength: 0,
4849
SegmentControl: "SEGMENTED_FILES",
4950
SegmentLength: 2

0 commit comments

Comments
 (0)