Skip to content

Commit 48f6241

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.
1 parent 291b949 commit 48f6241

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8488,7 +8488,12 @@
84888488
"ProgramDateTime": {
84898489
"shape": "HlsProgramDateTime",
84908490
"locationName": "programDateTime",
8491-
"documentation": "Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset."
8491+
"documentation": "Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated using the program date time clock."
8492+
},
8493+
"ProgramDateTimeClock": {
8494+
"shape": "HlsProgramDateTimeClock",
8495+
"locationName": "programDateTimeClock",
8496+
"documentation": "Specifies the algorithm used to drive the HLS EXT-X-PROGRAM-DATE-TIME clock. Options include:\n\nINITIALIZE_FROM_OUTPUT_TIMECODE: The PDT clock is initialized as a function of the first output timecode, then incremented by the EXTINF duration of each encoded segment.\n\nSYSTEM_CLOCK: The PDT clock is initialized as a function of the UTC wall clock, then incremented by the EXTINF duration of each encoded segment. If the PDT clock diverges from the wall clock by more than 500ms, it is resynchronized to the wall clock."
84928497
},
84938498
"ProgramDateTimePeriod": {
84948499
"shape": "__integerMin0Max3600",
@@ -8739,6 +8744,14 @@
87398744
"INCLUDE"
87408745
]
87418746
},
8747+
"HlsProgramDateTimeClock": {
8748+
"type": "string",
8749+
"documentation": "Hls Program Date Time Clock",
8750+
"enum": [
8751+
"INITIALIZE_FROM_OUTPUT_TIMECODE",
8752+
"SYSTEM_CLOCK"
8753+
]
8754+
},
87428755
"HlsRedundantManifest": {
87438756
"type": "string",
87448757
"documentation": "Hls Redundant Manifest",

0 commit comments

Comments
 (0)