Skip to content

Commit 505e2a2

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
1 parent ac0921a commit 505e2a2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
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": "AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled."
6+
}

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5012,6 +5012,11 @@
50125012
"shape": "AvailSettings",
50135013
"locationName": "availSettings",
50145014
"documentation": "Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update."
5015+
},
5016+
"Scte35SegmentationScope": {
5017+
"shape": "Scte35SegmentationScope",
5018+
"locationName": "scte35SegmentationScope",
5019+
"documentation": "Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).\n\nALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.\nSCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks."
50155020
}
50165021
},
50175022
"documentation": "Avail Configuration"
@@ -23687,6 +23692,14 @@
2368723692
"type": "string",
2368823693
"pattern": "^[^\\s]+$",
2368923694
"documentation": "Placeholder documentation for __stringPatternS"
23695+
},
23696+
"Scte35SegmentationScope": {
23697+
"type": "string",
23698+
"documentation": "Scte35 Segmentation Scope",
23699+
"enum": [
23700+
"ALL_OUTPUT_GROUPS",
23701+
"SCTE35_ENABLED_OUTPUT_GROUPS"
23702+
]
2369023703
}
2369123704
},
2369223705
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)