AWS::MediaPackageV2::OriginEndpoint ScteDash
The SCTE configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdMarkerDash" :
String
}
YAML
AdMarkerDash:
String
Properties
AdMarkerDash
-
Choose how ad markers are included in the packaged content. If you include ad markers in the content stream in your upstream encoders, then you need to inform MediaPackage what to do with the ad markers in the output.
Value description:
-
Binary
- The SCTE-35 marker is expressed as a hex-string (Base64 string) rather than full XML. -
XML
- The SCTE marker is expressed fully in XML.
Required: No
Type: String
Allowed values:
BINARY | XML
Update requires: No interruption
-