AWS Elemental MediaPackage v2

2024/06/13 - AWS Elemental MediaPackage v2 - 8 updated api methods

Changes  This release adds support for CMAF ingest (DASH-IF live media ingest protocol interface 1)

CreateChannel (updated) Link ¶
Changes (both)
{'InputType': 'HLS | CMAF'}

Create a channel to start receiving content streams. The channel represents the input to MediaPackage for incoming live content from an encoder such as AWS Elemental MediaLive. The channel receives content, and after packaging it, outputs it through an origin endpoint to downstream devices (such as video players or CDNs) that request the content. You can create only one channel with each request. We recommend that you spread out channels between channel groups, such as putting redundant channels in the same AWS Region in different channel groups.

See also: AWS API Documentation

Request Syntax

client.create_channel(
    ChannelGroupName='string',
    ChannelName='string',
    ClientToken='string',
    InputType='HLS'|'CMAF',
    Description='string',
    Tags={
        'string': 'string'
    }
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group. You can't change the name after you create the channel.

type ClientToken

string

param ClientToken

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

This field is autopopulated if not provided.

type InputType

string

param InputType

The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

The allowed values are:

  • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

  • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

type Description

string

param Description

Enter any descriptive text that helps you to identify the channel.

type Tags

dict

param Tags

A comma-separated list of tag key:value pairs that you define. For example:

"Key1": "Value1",

"Key2": "Value2"

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelName': 'string',
    'ChannelGroupName': 'string',
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'IngestEndpoints': [
        {
            'Id': 'string',
            'Url': 'string'
        },
    ],
    'InputType': 'HLS'|'CMAF',
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) associated with the resource.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • CreatedAt (datetime) --

      The date and time the channel was created.

    • ModifiedAt (datetime) --

      The date and time the channel was modified.

    • Description (string) --

      The description for your channel.

    • IngestEndpoints (list) --

      The list of ingest endpoints.

      • (dict) --

        The ingest domain URL where the source stream should be sent.

        • Id (string) --

          The system-generated unique identifier for the IngestEndpoint.

        • Url (string) --

          The ingest domain URL where the source stream should be sent.

    • InputType (string) --

      The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the channel.

      • (string) --

        • (string) --

CreateOriginEndpoint (updated) Link ¶
Changes (both)
{'ForceEndpointErrorConfiguration': {'EndpointErrorConditions': ['STALE_MANIFEST '
                                                                 '| '
                                                                 'INCOMPLETE_MANIFEST '
                                                                 '| '
                                                                 'MISSING_DRM_KEY '
                                                                 '| '
                                                                 'SLATE_INPUT']}}

The endpoint is attached to a channel, and represents the output of the live content. You can associate multiple endpoints to a single channel. Each endpoint gives players and downstream CDNs (such as Amazon CloudFront) access to the content for playback. Content can't be served from a channel until it has an endpoint. You can create only one endpoint with each request.

See also: AWS API Documentation

Request Syntax

client.create_origin_endpoint(
    ChannelGroupName='string',
    ChannelName='string',
    OriginEndpointName='string',
    ContainerType='TS'|'CMAF',
    Segment={
        'SegmentDurationSeconds': 123,
        'SegmentName': 'string',
        'TsUseAudioRenditionGroup': True|False,
        'IncludeIframeOnlyStreams': True|False,
        'TsIncludeDvbSubtitles': True|False,
        'Scte': {
            'ScteFilter': [
                'SPLICE_INSERT'|'BREAK'|'PROVIDER_ADVERTISEMENT'|'DISTRIBUTOR_ADVERTISEMENT'|'PROVIDER_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_PLACEMENT_OPPORTUNITY'|'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'|'PROGRAM',
            ]
        },
        'Encryption': {
            'ConstantInitializationVector': 'string',
            'EncryptionMethod': {
                'TsEncryptionMethod': 'AES_128'|'SAMPLE_AES',
                'CmafEncryptionMethod': 'CENC'|'CBCS'
            },
            'KeyRotationIntervalSeconds': 123,
            'SpekeKeyProvider': {
                'EncryptionContractConfiguration': {
                    'PresetSpeke20Audio': 'PRESET_AUDIO_1'|'PRESET_AUDIO_2'|'PRESET_AUDIO_3'|'SHARED'|'UNENCRYPTED',
                    'PresetSpeke20Video': 'PRESET_VIDEO_1'|'PRESET_VIDEO_2'|'PRESET_VIDEO_3'|'PRESET_VIDEO_4'|'PRESET_VIDEO_5'|'PRESET_VIDEO_6'|'PRESET_VIDEO_7'|'PRESET_VIDEO_8'|'SHARED'|'UNENCRYPTED'
                },
                'ResourceId': 'string',
                'DrmSystems': [
                    'CLEAR_KEY_AES_128'|'FAIRPLAY'|'PLAYREADY'|'WIDEVINE',
                ],
                'RoleArn': 'string',
                'Url': 'string'
            }
        }
    },
    ClientToken='string',
    Description='string',
    StartoverWindowSeconds=123,
    HlsManifests=[
        {
            'ManifestName': 'string',
            'ChildManifestName': 'string',
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    LowLatencyHlsManifests=[
        {
            'ManifestName': 'string',
            'ChildManifestName': 'string',
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    DashManifests=[
        {
            'ManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            },
            'MinUpdatePeriodSeconds': 123,
            'MinBufferTimeSeconds': 123,
            'SuggestedPresentationDelaySeconds': 123,
            'SegmentTemplateFormat': 'NUMBER_WITH_TIMELINE',
            'PeriodTriggers': [
                'AVAILS'|'DRM_KEY_ROTATION'|'SOURCE_CHANGES'|'SOURCE_DISRUPTIONS'|'NONE',
            ],
            'ScteDash': {
                'AdMarkerDash': 'BINARY'|'XML'
            },
            'DrmSignaling': 'INDIVIDUAL'|'REFERENCED',
            'UtcTiming': {
                'TimingMode': 'HTTP_HEAD'|'HTTP_ISO'|'HTTP_XSDATE'|'UTC_DIRECT',
                'TimingSource': 'string'
            }
        },
    ],
    ForceEndpointErrorConfiguration={
        'EndpointErrorConditions': [
            'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
        ]
    },
    Tags={
        'string': 'string'
    }
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

type OriginEndpointName

string

param OriginEndpointName

[REQUIRED]

The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and must be unique for your account in the AWS Region and channel. You can't use spaces in the name. You can't change the name after you create the endpoint.

type ContainerType

string

param ContainerType

[REQUIRED]

The type of container to attach to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file. You can't change the container type after you create the endpoint.

type Segment

dict

param Segment

The segment configuration, including the segment name, duration, and other configuration values.

  • SegmentDurationSeconds (integer) --

    The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

  • SegmentName (string) --

    The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

  • TsUseAudioRenditionGroup (boolean) --

    When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

  • IncludeIframeOnlyStreams (boolean) --

    When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.

  • TsIncludeDvbSubtitles (boolean) --

    By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

  • Scte (dict) --

    The SCTE configuration options in the segment settings.

    • ScteFilter (list) --

      The SCTE-35 message types that you want to be treated as ad markers in the output.

      • (string) --

  • Encryption (dict) --

    The parameters for encrypting content.

    • ConstantInitializationVector (string) --

      A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

    • EncryptionMethod (dict) -- [REQUIRED]

      The encryption method to use.

      • TsEncryptionMethod (string) --

        The encryption method to use.

      • CmafEncryptionMethod (string) --

        The encryption method to use.

    • KeyRotationIntervalSeconds (integer) --

      The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.

      The following example setting causes the service to rotate keys every thirty minutes: 1800

    • SpekeKeyProvider (dict) -- [REQUIRED]

      The parameters for the SPEKE key provider.

      • EncryptionContractConfiguration (dict) -- [REQUIRED]

        Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.

        • PresetSpeke20Audio (string) -- [REQUIRED]

          A collection of audio encryption presets.

          Value description:

          • PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.

          • PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.

          • PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.

          • SHARED - Use the same content key for all of the audio and video tracks in your stream.

          • UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.

        • PresetSpeke20Video (string) -- [REQUIRED]

          A collection of video encryption presets.

          Value description:

          • PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.

          • PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.

          • PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • SHARED - Use the same content key for all of the video and audio tracks in your stream.

          • UNENCRYPTED - Don't encrypt any of the video tracks in your stream.

      • ResourceId (string) -- [REQUIRED]

        The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.

        The following example shows a resource ID: MovieNight20171126093045

      • DrmSystems (list) -- [REQUIRED]

        The DRM solution provider you're using to protect your content during distribution.

        • (string) --

      • RoleArn (string) -- [REQUIRED]

        The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.

        Valid format: arn:aws:iam::{accountID}:role/{name} . The following example shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess

      • Url (string) -- [REQUIRED]

        The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.

        The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection

type ClientToken

string

param ClientToken

A unique, case-sensitive token that you provide to ensure the idempotency of the request.

This field is autopopulated if not provided.

type Description

string

param Description

Enter any descriptive text that helps you to identify the origin endpoint.

type StartoverWindowSeconds

integer

param StartoverWindowSeconds

The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).

type HlsManifests

list

param HlsManifests

An HTTP live streaming (HLS) manifest configuration.

  • (dict) --

    Create an HTTP live streaming (HLS) manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ChildManifestName (string) --

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ScteHls (dict) --

      The SCTE configuration.

      • AdMarkerHls (string) --

        Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

        Value description:

        • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • ProgramDateTimeIntervalSeconds (integer) --

      Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

      Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

type LowLatencyHlsManifests

list

param LowLatencyHlsManifests

A low-latency HLS manifest configuration.

  • (dict) --

    Create a low-latency HTTP live streaming (HLS) manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ChildManifestName (string) --

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ScteHls (dict) --

      The SCTE configuration.

      • AdMarkerHls (string) --

        Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

        Value description:

        • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • ProgramDateTimeIntervalSeconds (integer) --

      Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

      Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

type DashManifests

list

param DashManifests

A DASH manifest configuration.

  • (dict) --

    Create a DASH manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • MinUpdatePeriodSeconds (integer) --

      Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

    • MinBufferTimeSeconds (integer) --

      Minimum amount of content (in seconds) that a player must keep available in the buffer.

    • SuggestedPresentationDelaySeconds (integer) --

      The amount of time (in seconds) that the player should be from the end of the manifest.

    • SegmentTemplateFormat (string) --

      Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

      Value description:

      • NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate .

    • PeriodTriggers (list) --

      A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type ADS to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

      • (string) --

    • ScteDash (dict) --

      The SCTE configuration.

      • AdMarkerDash (string) --

        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.

    • DrmSignaling (string) --

      Determines how the DASH manifest signals the DRM content.

    • UtcTiming (dict) --

      Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

      • TimingMode (string) --

        The UTC timing mode.

      • TimingSource (string) --

        The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

type ForceEndpointErrorConfiguration

dict

param ForceEndpointErrorConfiguration

The failover settings for the endpoint.

  • EndpointErrorConditions (list) --

    The failover conditions for the endpoint. The options are:

    • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

    • INCOMPLETE_MANIFEST - There is a gap in the manifest.

    • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

    • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

    • (string) --

type Tags

dict

param Tags

A comma-separated list of tag key:value pairs that you define. For example:

"Key1": "Value1",

"Key2": "Value2"

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelGroupName': 'string',
    'ChannelName': 'string',
    'OriginEndpointName': 'string',
    'ContainerType': 'TS'|'CMAF',
    'Segment': {
        'SegmentDurationSeconds': 123,
        'SegmentName': 'string',
        'TsUseAudioRenditionGroup': True|False,
        'IncludeIframeOnlyStreams': True|False,
        'TsIncludeDvbSubtitles': True|False,
        'Scte': {
            'ScteFilter': [
                'SPLICE_INSERT'|'BREAK'|'PROVIDER_ADVERTISEMENT'|'DISTRIBUTOR_ADVERTISEMENT'|'PROVIDER_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_PLACEMENT_OPPORTUNITY'|'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'|'PROGRAM',
            ]
        },
        'Encryption': {
            'ConstantInitializationVector': 'string',
            'EncryptionMethod': {
                'TsEncryptionMethod': 'AES_128'|'SAMPLE_AES',
                'CmafEncryptionMethod': 'CENC'|'CBCS'
            },
            'KeyRotationIntervalSeconds': 123,
            'SpekeKeyProvider': {
                'EncryptionContractConfiguration': {
                    'PresetSpeke20Audio': 'PRESET_AUDIO_1'|'PRESET_AUDIO_2'|'PRESET_AUDIO_3'|'SHARED'|'UNENCRYPTED',
                    'PresetSpeke20Video': 'PRESET_VIDEO_1'|'PRESET_VIDEO_2'|'PRESET_VIDEO_3'|'PRESET_VIDEO_4'|'PRESET_VIDEO_5'|'PRESET_VIDEO_6'|'PRESET_VIDEO_7'|'PRESET_VIDEO_8'|'SHARED'|'UNENCRYPTED'
                },
                'ResourceId': 'string',
                'DrmSystems': [
                    'CLEAR_KEY_AES_128'|'FAIRPLAY'|'PLAYREADY'|'WIDEVINE',
                ],
                'RoleArn': 'string',
                'Url': 'string'
            }
        }
    },
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'StartoverWindowSeconds': 123,
    'HlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'LowLatencyHlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'DashManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ManifestWindowSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            },
            'MinUpdatePeriodSeconds': 123,
            'MinBufferTimeSeconds': 123,
            'SuggestedPresentationDelaySeconds': 123,
            'SegmentTemplateFormat': 'NUMBER_WITH_TIMELINE',
            'PeriodTriggers': [
                'AVAILS'|'DRM_KEY_ROTATION'|'SOURCE_CHANGES'|'SOURCE_DISRUPTIONS'|'NONE',
            ],
            'ScteDash': {
                'AdMarkerDash': 'BINARY'|'XML'
            },
            'DrmSignaling': 'INDIVIDUAL'|'REFERENCED',
            'UtcTiming': {
                'TimingMode': 'HTTP_HEAD'|'HTTP_ISO'|'HTTP_XSDATE'|'UTC_DIRECT',
                'TimingSource': 'string'
            }
        },
    ],
    'ForceEndpointErrorConfiguration': {
        'EndpointErrorConditions': [
            'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
        ]
    },
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) associated with the resource.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • OriginEndpointName (string) --

      The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

    • ContainerType (string) --

      The type of container attached to this origin endpoint.

    • Segment (dict) --

      The segment configuration, including the segment name, duration, and other configuration values.

      • SegmentDurationSeconds (integer) --

        The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

      • SegmentName (string) --

        The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

      • TsUseAudioRenditionGroup (boolean) --

        When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

      • IncludeIframeOnlyStreams (boolean) --

        When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.

      • TsIncludeDvbSubtitles (boolean) --

        By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

      • Scte (dict) --

        The SCTE configuration options in the segment settings.

        • ScteFilter (list) --

          The SCTE-35 message types that you want to be treated as ad markers in the output.

          • (string) --

      • Encryption (dict) --

        The parameters for encrypting content.

        • ConstantInitializationVector (string) --

          A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

        • EncryptionMethod (dict) --

          The encryption method to use.

          • TsEncryptionMethod (string) --

            The encryption method to use.

          • CmafEncryptionMethod (string) --

            The encryption method to use.

        • KeyRotationIntervalSeconds (integer) --

          The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.

          The following example setting causes the service to rotate keys every thirty minutes: 1800

        • SpekeKeyProvider (dict) --

          The parameters for the SPEKE key provider.

          • EncryptionContractConfiguration (dict) --

            Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.

            • PresetSpeke20Audio (string) --

              A collection of audio encryption presets.

              Value description:

              • PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.

              • PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.

              • PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.

              • SHARED - Use the same content key for all of the audio and video tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.

            • PresetSpeke20Video (string) --

              A collection of video encryption presets.

              Value description:

              • PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.

              • PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.

              • PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • SHARED - Use the same content key for all of the video and audio tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the video tracks in your stream.

          • ResourceId (string) --

            The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.

            The following example shows a resource ID: MovieNight20171126093045

          • DrmSystems (list) --

            The DRM solution provider you're using to protect your content during distribution.

            • (string) --

          • RoleArn (string) --

            The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.

            Valid format: arn:aws:iam::{accountID}:role/{name} . The following example shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess

          • Url (string) --

            The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.

            The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection

    • CreatedAt (datetime) --

      The date and time the origin endpoint was created.

    • ModifiedAt (datetime) --

      The date and time the origin endpoint was modified.

    • Description (string) --

      The description for your origin endpoint.

    • StartoverWindowSeconds (integer) --

      The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

    • HlsManifests (list) --

      An HTTP live streaming (HLS) manifest configuration.

      • (dict) --

        Retrieve the HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • LowLatencyHlsManifests (list) --

      A low-latency HLS manifest configuration.

      • (dict) --

        Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • DashManifests (list) --

      A DASH manifest configuration.

      • (dict) --

        Retrieve the DASH manifest configuration.

        • ManifestName (string) --

          A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

        • MinUpdatePeriodSeconds (integer) --

          Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

        • MinBufferTimeSeconds (integer) --

          Minimum amount of content (in seconds) that a player must keep available in the buffer.

        • SuggestedPresentationDelaySeconds (integer) --

          The amount of time (in seconds) that the player should be from the end of the manifest.

        • SegmentTemplateFormat (string) --

          Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

          Value description:

          • NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate .

        • PeriodTriggers (list) --

          A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

          • (string) --

        • ScteDash (dict) --

          The SCTE configuration.

          • AdMarkerDash (string) --

            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.

        • DrmSignaling (string) --

          Determines how the DASH manifest signals the DRM content.

        • UtcTiming (dict) --

          Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

          • TimingMode (string) --

            The UTC timing mode.

          • TimingSource (string) --

            The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

    • ForceEndpointErrorConfiguration (dict) --

      The failover settings for the endpoint.

      • EndpointErrorConditions (list) --

        The failover conditions for the endpoint. The options are:

        • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

        • INCOMPLETE_MANIFEST - There is a gap in the manifest.

        • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

        • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

        • (string) --

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the origin endpoint.

      • (string) --

        • (string) --

GetChannel (updated) Link ¶
Changes (response)
{'InputType': 'HLS | CMAF'}

Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.

See also: AWS API Documentation

Request Syntax

client.get_channel(
    ChannelGroupName='string',
    ChannelName='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelName': 'string',
    'ChannelGroupName': 'string',
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'IngestEndpoints': [
        {
            'Id': 'string',
            'Url': 'string'
        },
    ],
    'InputType': 'HLS'|'CMAF',
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) associated with the resource.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • CreatedAt (datetime) --

      The date and time the channel was created.

    • ModifiedAt (datetime) --

      The date and time the channel was modified.

    • Description (string) --

      The description for your channel.

    • IngestEndpoints (list) --

      The list of ingest endpoints.

      • (dict) --

        The ingest domain URL where the source stream should be sent.

        • Id (string) --

          The system-generated unique identifier for the IngestEndpoint.

        • Url (string) --

          The ingest domain URL where the source stream should be sent.

    • InputType (string) --

      The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the channel.

      • (string) --

        • (string) --

GetOriginEndpoint (updated) Link ¶
Changes (response)
{'ForceEndpointErrorConfiguration': {'EndpointErrorConditions': ['STALE_MANIFEST '
                                                                 '| '
                                                                 'INCOMPLETE_MANIFEST '
                                                                 '| '
                                                                 'MISSING_DRM_KEY '
                                                                 '| '
                                                                 'SLATE_INPUT']}}

Retrieves the specified origin endpoint that's configured in AWS Elemental MediaPackage to obtain its playback URL and to view the packaging settings that it's currently using.

See also: AWS API Documentation

Request Syntax

client.get_origin_endpoint(
    ChannelGroupName='string',
    ChannelName='string',
    OriginEndpointName='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

type OriginEndpointName

string

param OriginEndpointName

[REQUIRED]

The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelGroupName': 'string',
    'ChannelName': 'string',
    'OriginEndpointName': 'string',
    'ContainerType': 'TS'|'CMAF',
    'Segment': {
        'SegmentDurationSeconds': 123,
        'SegmentName': 'string',
        'TsUseAudioRenditionGroup': True|False,
        'IncludeIframeOnlyStreams': True|False,
        'TsIncludeDvbSubtitles': True|False,
        'Scte': {
            'ScteFilter': [
                'SPLICE_INSERT'|'BREAK'|'PROVIDER_ADVERTISEMENT'|'DISTRIBUTOR_ADVERTISEMENT'|'PROVIDER_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_PLACEMENT_OPPORTUNITY'|'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'|'PROGRAM',
            ]
        },
        'Encryption': {
            'ConstantInitializationVector': 'string',
            'EncryptionMethod': {
                'TsEncryptionMethod': 'AES_128'|'SAMPLE_AES',
                'CmafEncryptionMethod': 'CENC'|'CBCS'
            },
            'KeyRotationIntervalSeconds': 123,
            'SpekeKeyProvider': {
                'EncryptionContractConfiguration': {
                    'PresetSpeke20Audio': 'PRESET_AUDIO_1'|'PRESET_AUDIO_2'|'PRESET_AUDIO_3'|'SHARED'|'UNENCRYPTED',
                    'PresetSpeke20Video': 'PRESET_VIDEO_1'|'PRESET_VIDEO_2'|'PRESET_VIDEO_3'|'PRESET_VIDEO_4'|'PRESET_VIDEO_5'|'PRESET_VIDEO_6'|'PRESET_VIDEO_7'|'PRESET_VIDEO_8'|'SHARED'|'UNENCRYPTED'
                },
                'ResourceId': 'string',
                'DrmSystems': [
                    'CLEAR_KEY_AES_128'|'FAIRPLAY'|'PLAYREADY'|'WIDEVINE',
                ],
                'RoleArn': 'string',
                'Url': 'string'
            }
        }
    },
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'StartoverWindowSeconds': 123,
    'HlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'LowLatencyHlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'DashManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ManifestWindowSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            },
            'MinUpdatePeriodSeconds': 123,
            'MinBufferTimeSeconds': 123,
            'SuggestedPresentationDelaySeconds': 123,
            'SegmentTemplateFormat': 'NUMBER_WITH_TIMELINE',
            'PeriodTriggers': [
                'AVAILS'|'DRM_KEY_ROTATION'|'SOURCE_CHANGES'|'SOURCE_DISRUPTIONS'|'NONE',
            ],
            'ScteDash': {
                'AdMarkerDash': 'BINARY'|'XML'
            },
            'DrmSignaling': 'INDIVIDUAL'|'REFERENCED',
            'UtcTiming': {
                'TimingMode': 'HTTP_HEAD'|'HTTP_ISO'|'HTTP_XSDATE'|'UTC_DIRECT',
                'TimingSource': 'string'
            }
        },
    ],
    'ForceEndpointErrorConfiguration': {
        'EndpointErrorConditions': [
            'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
        ]
    },
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) associated with the resource.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • OriginEndpointName (string) --

      The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

    • ContainerType (string) --

      The type of container attached to this origin endpoint.

    • Segment (dict) --

      The segment configuration, including the segment name, duration, and other configuration values.

      • SegmentDurationSeconds (integer) --

        The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

      • SegmentName (string) --

        The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

      • TsUseAudioRenditionGroup (boolean) --

        When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

      • IncludeIframeOnlyStreams (boolean) --

        When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.

      • TsIncludeDvbSubtitles (boolean) --

        By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

      • Scte (dict) --

        The SCTE configuration options in the segment settings.

        • ScteFilter (list) --

          The SCTE-35 message types that you want to be treated as ad markers in the output.

          • (string) --

      • Encryption (dict) --

        The parameters for encrypting content.

        • ConstantInitializationVector (string) --

          A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

        • EncryptionMethod (dict) --

          The encryption method to use.

          • TsEncryptionMethod (string) --

            The encryption method to use.

          • CmafEncryptionMethod (string) --

            The encryption method to use.

        • KeyRotationIntervalSeconds (integer) --

          The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.

          The following example setting causes the service to rotate keys every thirty minutes: 1800

        • SpekeKeyProvider (dict) --

          The parameters for the SPEKE key provider.

          • EncryptionContractConfiguration (dict) --

            Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.

            • PresetSpeke20Audio (string) --

              A collection of audio encryption presets.

              Value description:

              • PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.

              • PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.

              • PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.

              • SHARED - Use the same content key for all of the audio and video tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.

            • PresetSpeke20Video (string) --

              A collection of video encryption presets.

              Value description:

              • PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.

              • PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.

              • PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • SHARED - Use the same content key for all of the video and audio tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the video tracks in your stream.

          • ResourceId (string) --

            The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.

            The following example shows a resource ID: MovieNight20171126093045

          • DrmSystems (list) --

            The DRM solution provider you're using to protect your content during distribution.

            • (string) --

          • RoleArn (string) --

            The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.

            Valid format: arn:aws:iam::{accountID}:role/{name} . The following example shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess

          • Url (string) --

            The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.

            The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection

    • CreatedAt (datetime) --

      The date and time the origin endpoint was created.

    • ModifiedAt (datetime) --

      The date and time the origin endpoint was modified.

    • Description (string) --

      The description for your origin endpoint.

    • StartoverWindowSeconds (integer) --

      The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

    • HlsManifests (list) --

      An HTTP live streaming (HLS) manifest configuration.

      • (dict) --

        Retrieve the HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • LowLatencyHlsManifests (list) --

      A low-latency HLS manifest configuration.

      • (dict) --

        Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • DashManifests (list) --

      A DASH manifest configuration.

      • (dict) --

        Retrieve the DASH manifest configuration.

        • ManifestName (string) --

          A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

        • MinUpdatePeriodSeconds (integer) --

          Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

        • MinBufferTimeSeconds (integer) --

          Minimum amount of content (in seconds) that a player must keep available in the buffer.

        • SuggestedPresentationDelaySeconds (integer) --

          The amount of time (in seconds) that the player should be from the end of the manifest.

        • SegmentTemplateFormat (string) --

          Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

          Value description:

          • NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate .

        • PeriodTriggers (list) --

          A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

          • (string) --

        • ScteDash (dict) --

          The SCTE configuration.

          • AdMarkerDash (string) --

            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.

        • DrmSignaling (string) --

          Determines how the DASH manifest signals the DRM content.

        • UtcTiming (dict) --

          Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

          • TimingMode (string) --

            The UTC timing mode.

          • TimingSource (string) --

            The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

    • ForceEndpointErrorConfiguration (dict) --

      The failover settings for the endpoint.

      • EndpointErrorConditions (list) --

        The failover conditions for the endpoint. The options are:

        • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

        • INCOMPLETE_MANIFEST - There is a gap in the manifest.

        • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

        • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

        • (string) --

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the origin endpoint.

      • (string) --

        • (string) --

ListChannels (updated) Link ¶
Changes (response)
{'Items': {'InputType': 'HLS | CMAF'}}

Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.

See also: AWS API Documentation

Request Syntax

client.list_channels(
    ChannelGroupName='string',
    MaxResults=123,
    NextToken='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type MaxResults

integer

param MaxResults

The maximum number of results to return in the response.

type NextToken

string

param NextToken

The pagination token from the GET list request. Use the token to fetch the next page of results.

rtype

dict

returns

Response Syntax

{
    'Items': [
        {
            'Arn': 'string',
            'ChannelName': 'string',
            'ChannelGroupName': 'string',
            'CreatedAt': datetime(2015, 1, 1),
            'ModifiedAt': datetime(2015, 1, 1),
            'Description': 'string',
            'InputType': 'HLS'|'CMAF'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • Items (list) --

      The objects being returned.

      • (dict) --

        The configuration of the channel.

        • Arn (string) --

          The Amazon Resource Name (ARN) associated with the resource.

        • ChannelName (string) --

          The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

        • ChannelGroupName (string) --

          The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        • CreatedAt (datetime) --

          The date and time the channel was created.

        • ModifiedAt (datetime) --

          The date and time the channel was modified.

        • Description (string) --

          Any descriptive information that you want to add to the channel for future identification purposes.

        • InputType (string) --

          The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

          The allowed values are:

          • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

          • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

    • NextToken (string) --

      The pagination token from the GET list request.

ListOriginEndpoints (updated) Link ¶
Changes (response)
{'Items': {'ForceEndpointErrorConfiguration': {'EndpointErrorConditions': ['STALE_MANIFEST '
                                                                           '| '
                                                                           'INCOMPLETE_MANIFEST '
                                                                           '| '
                                                                           'MISSING_DRM_KEY '
                                                                           '| '
                                                                           'SLATE_INPUT']}}}

Retrieves all origin endpoints in a specific channel that are configured in AWS Elemental MediaPackage.

See also: AWS API Documentation

Request Syntax

client.list_origin_endpoints(
    ChannelGroupName='string',
    ChannelName='string',
    MaxResults=123,
    NextToken='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

type MaxResults

integer

param MaxResults

The maximum number of results to return in the response.

type NextToken

string

param NextToken

The pagination token from the GET list request. Use the token to fetch the next page of results.

rtype

dict

returns

Response Syntax

{
    'Items': [
        {
            'Arn': 'string',
            'ChannelGroupName': 'string',
            'ChannelName': 'string',
            'OriginEndpointName': 'string',
            'ContainerType': 'TS'|'CMAF',
            'Description': 'string',
            'CreatedAt': datetime(2015, 1, 1),
            'ModifiedAt': datetime(2015, 1, 1),
            'HlsManifests': [
                {
                    'ManifestName': 'string',
                    'ChildManifestName': 'string',
                    'Url': 'string'
                },
            ],
            'LowLatencyHlsManifests': [
                {
                    'ManifestName': 'string',
                    'ChildManifestName': 'string',
                    'Url': 'string'
                },
            ],
            'DashManifests': [
                {
                    'ManifestName': 'string',
                    'Url': 'string'
                },
            ],
            'ForceEndpointErrorConfiguration': {
                'EndpointErrorConditions': [
                    'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
                ]
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • Items (list) --

      The objects being returned.

      • (dict) --

        The configuration of the origin endpoint.

        • Arn (string) --

          The Amazon Resource Name (ARN) associated with the resource.

        • ChannelGroupName (string) --

          The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        • ChannelName (string) --

          The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

        • OriginEndpointName (string) --

          The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

        • ContainerType (string) --

          The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file.

        • Description (string) --

          Any descriptive information that you want to add to the origin endpoint for future identification purposes.

        • CreatedAt (datetime) --

          The date and time the origin endpoint was created.

        • ModifiedAt (datetime) --

          The date and time the origin endpoint was modified.

        • HlsManifests (list) --

          An HTTP live streaming (HLS) manifest configuration.

          • (dict) --

            List the HTTP live streaming (HLS) manifest configuration.

            • ManifestName (string) --

              A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

            • ChildManifestName (string) --

              A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

            • Url (string) --

              The egress domain URL for stream delivery from MediaPackage.

        • LowLatencyHlsManifests (list) --

          A low-latency HLS manifest configuration.

          • (dict) --

            List the low-latency HTTP live streaming (HLS) manifest configuration.

            • ManifestName (string) --

              A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

            • ChildManifestName (string) --

              A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

            • Url (string) --

              The egress domain URL for stream delivery from MediaPackage.

        • DashManifests (list) --

          A DASH manifest configuration.

          • (dict) --

            List the DASH manifest configuration.

            • ManifestName (string) --

              A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

            • Url (string) --

              The egress domain URL for stream delivery from MediaPackage.

        • ForceEndpointErrorConfiguration (dict) --

          The failover settings for the endpoint.

          • EndpointErrorConditions (list) --

            The failover conditions for the endpoint. The options are:

            • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

            • INCOMPLETE_MANIFEST - There is a gap in the manifest.

            • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

            • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

            • (string) --

    • NextToken (string) --

      The pagination token from the GET list request. Use the token to fetch the next page of results.

UpdateChannel (updated) Link ¶
Changes (response)
{'InputType': 'HLS | CMAF'}

Update the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details.

Any edits you make that impact the video output may not be reflected for a few minutes.

See also: AWS API Documentation

Request Syntax

client.update_channel(
    ChannelGroupName='string',
    ChannelName='string',
    ETag='string',
    Description='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

type ETag

string

param ETag

The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.

type Description

string

param Description

Any descriptive information that you want to add to the channel for future identification purposes.

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelName': 'string',
    'ChannelGroupName': 'string',
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'IngestEndpoints': [
        {
            'Id': 'string',
            'Url': 'string'
        },
    ],
    'InputType': 'HLS'|'CMAF',
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) associated with the resource.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • CreatedAt (datetime) --

      The date and time the channel was created.

    • ModifiedAt (datetime) --

      The date and time the channel was modified.

    • Description (string) --

      The description for your channel.

    • IngestEndpoints (list) --

      The list of ingest endpoints.

      • (dict) --

        The ingest domain URL where the source stream should be sent.

        • Id (string) --

          The system-generated unique identifier for the IngestEndpoint.

        • Url (string) --

          The ingest domain URL where the source stream should be sent.

    • InputType (string) --

      The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the channel.

      • (string) --

        • (string) --

UpdateOriginEndpoint (updated) Link ¶
Changes (both)
{'ForceEndpointErrorConfiguration': {'EndpointErrorConditions': ['STALE_MANIFEST '
                                                                 '| '
                                                                 'INCOMPLETE_MANIFEST '
                                                                 '| '
                                                                 'MISSING_DRM_KEY '
                                                                 '| '
                                                                 'SLATE_INPUT']}}

Update the specified origin endpoint. Edit the packaging preferences on an endpoint to optimize the viewing experience. You can't edit the name of the endpoint.

Any edits you make that impact the video output may not be reflected for a few minutes.

See also: AWS API Documentation

Request Syntax

client.update_origin_endpoint(
    ChannelGroupName='string',
    ChannelName='string',
    OriginEndpointName='string',
    ContainerType='TS'|'CMAF',
    Segment={
        'SegmentDurationSeconds': 123,
        'SegmentName': 'string',
        'TsUseAudioRenditionGroup': True|False,
        'IncludeIframeOnlyStreams': True|False,
        'TsIncludeDvbSubtitles': True|False,
        'Scte': {
            'ScteFilter': [
                'SPLICE_INSERT'|'BREAK'|'PROVIDER_ADVERTISEMENT'|'DISTRIBUTOR_ADVERTISEMENT'|'PROVIDER_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_PLACEMENT_OPPORTUNITY'|'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'|'PROGRAM',
            ]
        },
        'Encryption': {
            'ConstantInitializationVector': 'string',
            'EncryptionMethod': {
                'TsEncryptionMethod': 'AES_128'|'SAMPLE_AES',
                'CmafEncryptionMethod': 'CENC'|'CBCS'
            },
            'KeyRotationIntervalSeconds': 123,
            'SpekeKeyProvider': {
                'EncryptionContractConfiguration': {
                    'PresetSpeke20Audio': 'PRESET_AUDIO_1'|'PRESET_AUDIO_2'|'PRESET_AUDIO_3'|'SHARED'|'UNENCRYPTED',
                    'PresetSpeke20Video': 'PRESET_VIDEO_1'|'PRESET_VIDEO_2'|'PRESET_VIDEO_3'|'PRESET_VIDEO_4'|'PRESET_VIDEO_5'|'PRESET_VIDEO_6'|'PRESET_VIDEO_7'|'PRESET_VIDEO_8'|'SHARED'|'UNENCRYPTED'
                },
                'ResourceId': 'string',
                'DrmSystems': [
                    'CLEAR_KEY_AES_128'|'FAIRPLAY'|'PLAYREADY'|'WIDEVINE',
                ],
                'RoleArn': 'string',
                'Url': 'string'
            }
        }
    },
    Description='string',
    StartoverWindowSeconds=123,
    HlsManifests=[
        {
            'ManifestName': 'string',
            'ChildManifestName': 'string',
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    LowLatencyHlsManifests=[
        {
            'ManifestName': 'string',
            'ChildManifestName': 'string',
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    DashManifests=[
        {
            'ManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            },
            'MinUpdatePeriodSeconds': 123,
            'MinBufferTimeSeconds': 123,
            'SuggestedPresentationDelaySeconds': 123,
            'SegmentTemplateFormat': 'NUMBER_WITH_TIMELINE',
            'PeriodTriggers': [
                'AVAILS'|'DRM_KEY_ROTATION'|'SOURCE_CHANGES'|'SOURCE_DISRUPTIONS'|'NONE',
            ],
            'ScteDash': {
                'AdMarkerDash': 'BINARY'|'XML'
            },
            'DrmSignaling': 'INDIVIDUAL'|'REFERENCED',
            'UtcTiming': {
                'TimingMode': 'HTTP_HEAD'|'HTTP_ISO'|'HTTP_XSDATE'|'UTC_DIRECT',
                'TimingSource': 'string'
            }
        },
    ],
    ForceEndpointErrorConfiguration={
        'EndpointErrorConditions': [
            'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
        ]
    },
    ETag='string'
)
type ChannelGroupName

string

param ChannelGroupName

[REQUIRED]

The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

type ChannelName

string

param ChannelName

[REQUIRED]

The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

type OriginEndpointName

string

param OriginEndpointName

[REQUIRED]

The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

type ContainerType

string

param ContainerType

[REQUIRED]

The type of container attached to this origin endpoint. A container type is a file format that encapsulates one or more media streams, such as audio and video, into a single file.

type Segment

dict

param Segment

The segment configuration, including the segment name, duration, and other configuration values.

  • SegmentDurationSeconds (integer) --

    The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

  • SegmentName (string) --

    The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

  • TsUseAudioRenditionGroup (boolean) --

    When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

  • IncludeIframeOnlyStreams (boolean) --

    When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.

  • TsIncludeDvbSubtitles (boolean) --

    By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

  • Scte (dict) --

    The SCTE configuration options in the segment settings.

    • ScteFilter (list) --

      The SCTE-35 message types that you want to be treated as ad markers in the output.

      • (string) --

  • Encryption (dict) --

    The parameters for encrypting content.

    • ConstantInitializationVector (string) --

      A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

    • EncryptionMethod (dict) -- [REQUIRED]

      The encryption method to use.

      • TsEncryptionMethod (string) --

        The encryption method to use.

      • CmafEncryptionMethod (string) --

        The encryption method to use.

    • KeyRotationIntervalSeconds (integer) --

      The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.

      The following example setting causes the service to rotate keys every thirty minutes: 1800

    • SpekeKeyProvider (dict) -- [REQUIRED]

      The parameters for the SPEKE key provider.

      • EncryptionContractConfiguration (dict) -- [REQUIRED]

        Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.

        • PresetSpeke20Audio (string) -- [REQUIRED]

          A collection of audio encryption presets.

          Value description:

          • PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.

          • PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.

          • PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.

          • SHARED - Use the same content key for all of the audio and video tracks in your stream.

          • UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.

        • PresetSpeke20Video (string) -- [REQUIRED]

          A collection of video encryption presets.

          Value description:

          • PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.

          • PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.

          • PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

          • PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

          • SHARED - Use the same content key for all of the video and audio tracks in your stream.

          • UNENCRYPTED - Don't encrypt any of the video tracks in your stream.

      • ResourceId (string) -- [REQUIRED]

        The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.

        The following example shows a resource ID: MovieNight20171126093045

      • DrmSystems (list) -- [REQUIRED]

        The DRM solution provider you're using to protect your content during distribution.

        • (string) --

      • RoleArn (string) -- [REQUIRED]

        The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.

        Valid format: arn:aws:iam::{accountID}:role/{name} . The following example shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess

      • Url (string) -- [REQUIRED]

        The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.

        The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection

type Description

string

param Description

Any descriptive information that you want to add to the origin endpoint for future identification purposes.

type StartoverWindowSeconds

integer

param StartoverWindowSeconds

The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).

type HlsManifests

list

param HlsManifests

An HTTP live streaming (HLS) manifest configuration.

  • (dict) --

    Create an HTTP live streaming (HLS) manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ChildManifestName (string) --

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ScteHls (dict) --

      The SCTE configuration.

      • AdMarkerHls (string) --

        Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

        Value description:

        • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • ProgramDateTimeIntervalSeconds (integer) --

      Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

      Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

type LowLatencyHlsManifests

list

param LowLatencyHlsManifests

A low-latency HLS manifest configuration.

  • (dict) --

    Create a low-latency HTTP live streaming (HLS) manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ChildManifestName (string) --

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index, with an added suffix to distinguish it from the manifest name. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

    • ScteHls (dict) --

      The SCTE configuration.

      • AdMarkerHls (string) --

        Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

        Value description:

        • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • ProgramDateTimeIntervalSeconds (integer) --

      Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

      Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

type DashManifests

list

param DashManifests

A DASH manifest configuration.

  • (dict) --

    Create a DASH manifest configuration.

    • ManifestName (string) -- [REQUIRED]

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.

    • ManifestWindowSeconds (integer) --

      The total duration (in seconds) of the manifest's content.

    • FilterConfiguration (dict) --

      Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

      • ManifestFilter (string) --

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

      • Start (datetime) --

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

      • End (datetime) --

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

      • TimeDelaySeconds (integer) --

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • MinUpdatePeriodSeconds (integer) --

      Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

    • MinBufferTimeSeconds (integer) --

      Minimum amount of content (in seconds) that a player must keep available in the buffer.

    • SuggestedPresentationDelaySeconds (integer) --

      The amount of time (in seconds) that the player should be from the end of the manifest.

    • SegmentTemplateFormat (string) --

      Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

      Value description:

      • NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate .

    • PeriodTriggers (list) --

      A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type ADS to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

      • (string) --

    • ScteDash (dict) --

      The SCTE configuration.

      • AdMarkerDash (string) --

        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.

    • DrmSignaling (string) --

      Determines how the DASH manifest signals the DRM content.

    • UtcTiming (dict) --

      Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

      • TimingMode (string) --

        The UTC timing mode.

      • TimingSource (string) --

        The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.

type ForceEndpointErrorConfiguration

dict

param ForceEndpointErrorConfiguration

The failover settings for the endpoint.

  • EndpointErrorConditions (list) --

    The failover conditions for the endpoint. The options are:

    • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

    • INCOMPLETE_MANIFEST - There is a gap in the manifest.

    • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

    • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

    • (string) --

type ETag

string

param ETag

The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.

rtype

dict

returns

Response Syntax

{
    'Arn': 'string',
    'ChannelGroupName': 'string',
    'ChannelName': 'string',
    'OriginEndpointName': 'string',
    'ContainerType': 'TS'|'CMAF',
    'Segment': {
        'SegmentDurationSeconds': 123,
        'SegmentName': 'string',
        'TsUseAudioRenditionGroup': True|False,
        'IncludeIframeOnlyStreams': True|False,
        'TsIncludeDvbSubtitles': True|False,
        'Scte': {
            'ScteFilter': [
                'SPLICE_INSERT'|'BREAK'|'PROVIDER_ADVERTISEMENT'|'DISTRIBUTOR_ADVERTISEMENT'|'PROVIDER_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_PLACEMENT_OPPORTUNITY'|'PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY'|'DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY'|'PROGRAM',
            ]
        },
        'Encryption': {
            'ConstantInitializationVector': 'string',
            'EncryptionMethod': {
                'TsEncryptionMethod': 'AES_128'|'SAMPLE_AES',
                'CmafEncryptionMethod': 'CENC'|'CBCS'
            },
            'KeyRotationIntervalSeconds': 123,
            'SpekeKeyProvider': {
                'EncryptionContractConfiguration': {
                    'PresetSpeke20Audio': 'PRESET_AUDIO_1'|'PRESET_AUDIO_2'|'PRESET_AUDIO_3'|'SHARED'|'UNENCRYPTED',
                    'PresetSpeke20Video': 'PRESET_VIDEO_1'|'PRESET_VIDEO_2'|'PRESET_VIDEO_3'|'PRESET_VIDEO_4'|'PRESET_VIDEO_5'|'PRESET_VIDEO_6'|'PRESET_VIDEO_7'|'PRESET_VIDEO_8'|'SHARED'|'UNENCRYPTED'
                },
                'ResourceId': 'string',
                'DrmSystems': [
                    'CLEAR_KEY_AES_128'|'FAIRPLAY'|'PLAYREADY'|'WIDEVINE',
                ],
                'RoleArn': 'string',
                'Url': 'string'
            }
        }
    },
    'CreatedAt': datetime(2015, 1, 1),
    'ModifiedAt': datetime(2015, 1, 1),
    'Description': 'string',
    'StartoverWindowSeconds': 123,
    'HlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'LowLatencyHlsManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ChildManifestName': 'string',
            'ManifestWindowSeconds': 123,
            'ProgramDateTimeIntervalSeconds': 123,
            'ScteHls': {
                'AdMarkerHls': 'DATERANGE'
            },
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            }
        },
    ],
    'ForceEndpointErrorConfiguration': {
        'EndpointErrorConditions': [
            'STALE_MANIFEST'|'INCOMPLETE_MANIFEST'|'MISSING_DRM_KEY'|'SLATE_INPUT',
        ]
    },
    'ETag': 'string',
    'Tags': {
        'string': 'string'
    },
    'DashManifests': [
        {
            'ManifestName': 'string',
            'Url': 'string',
            'ManifestWindowSeconds': 123,
            'FilterConfiguration': {
                'ManifestFilter': 'string',
                'Start': datetime(2015, 1, 1),
                'End': datetime(2015, 1, 1),
                'TimeDelaySeconds': 123
            },
            'MinUpdatePeriodSeconds': 123,
            'MinBufferTimeSeconds': 123,
            'SuggestedPresentationDelaySeconds': 123,
            'SegmentTemplateFormat': 'NUMBER_WITH_TIMELINE',
            'PeriodTriggers': [
                'AVAILS'|'DRM_KEY_ROTATION'|'SOURCE_CHANGES'|'SOURCE_DISRUPTIONS'|'NONE',
            ],
            'ScteDash': {
                'AdMarkerDash': 'BINARY'|'XML'
            },
            'DrmSignaling': 'INDIVIDUAL'|'REFERENCED',
            'UtcTiming': {
                'TimingMode': 'HTTP_HEAD'|'HTTP_ISO'|'HTTP_XSDATE'|'UTC_DIRECT',
                'TimingSource': 'string'
            }
        },
    ]
}

Response Structure

  • (dict) --

    • Arn (string) --

      The ARN associated with the resource.

    • ChannelGroupName (string) --

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

    • ChannelName (string) --

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

    • OriginEndpointName (string) --

      The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

    • ContainerType (string) --

      The type of container attached to this origin endpoint.

    • Segment (dict) --

      The segment configuration, including the segment name, duration, and other configuration values.

      • SegmentDurationSeconds (integer) --

        The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

      • SegmentName (string) --

        The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

      • TsUseAudioRenditionGroup (boolean) --

        When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

      • IncludeIframeOnlyStreams (boolean) --

        When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.

      • TsIncludeDvbSubtitles (boolean) --

        By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

      • Scte (dict) --

        The SCTE configuration options in the segment settings.

        • ScteFilter (list) --

          The SCTE-35 message types that you want to be treated as ad markers in the output.

          • (string) --

      • Encryption (dict) --

        The parameters for encrypting content.

        • ConstantInitializationVector (string) --

          A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

        • EncryptionMethod (dict) --

          The encryption method to use.

          • TsEncryptionMethod (string) --

            The encryption method to use.

          • CmafEncryptionMethod (string) --

            The encryption method to use.

        • KeyRotationIntervalSeconds (integer) --

          The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.

          The following example setting causes the service to rotate keys every thirty minutes: 1800

        • SpekeKeyProvider (dict) --

          The parameters for the SPEKE key provider.

          • EncryptionContractConfiguration (dict) --

            Configure one or more content encryption keys for your endpoints that use SPEKE Version 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use.

            • PresetSpeke20Audio (string) --

              A collection of audio encryption presets.

              Value description:

              • PRESET-AUDIO-1 - Use one content key to encrypt all of the audio tracks in your stream.

              • PRESET-AUDIO-2 - Use one content key to encrypt all of the stereo audio tracks and one content key to encrypt all of the multichannel audio tracks.

              • PRESET-AUDIO-3 - Use one content key to encrypt all of the stereo audio tracks, one content key to encrypt all of the multichannel audio tracks with 3 to 6 channels, and one content key to encrypt all of the multichannel audio tracks with more than 6 channels.

              • SHARED - Use the same content key for all of the audio and video tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the audio tracks in your stream.

            • PresetSpeke20Video (string) --

              A collection of video encryption presets.

              Value description:

              • PRESET-VIDEO-1 - Use one content key to encrypt all of the video tracks in your stream.

              • PRESET-VIDEO-2 - Use one content key to encrypt all of the SD video tracks and one content key for all HD and higher resolutions video tracks.

              • PRESET-VIDEO-3 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-4 - Use one content key to encrypt all of the SD video tracks, one content key for HD video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-5 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • PRESET-VIDEO-6 - Use one content key to encrypt all of the SD video tracks, one content key for HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-7 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks and one content key for all UHD video tracks.

              • PRESET-VIDEO-8 - Use one content key to encrypt all of the SD+HD1 video tracks, one content key for HD2 video tracks, one content key for all UHD1 video tracks and one content key for all UHD2 video tracks.

              • SHARED - Use the same content key for all of the video and audio tracks in your stream.

              • UNENCRYPTED - Don't encrypt any of the video tracks in your stream.

          • ResourceId (string) --

            The unique identifier for the content. The service sends this to the key server to identify the current endpoint. How unique you make this depends on how fine-grained you want access controls to be. The service does not permit you to use the same ID for two simultaneous encryption processes. The resource ID is also known as the content ID.

            The following example shows a resource ID: MovieNight20171126093045

          • DrmSystems (list) --

            The DRM solution provider you're using to protect your content during distribution.

            • (string) --

          • RoleArn (string) --

            The ARN for the IAM role granted by the key provider that provides access to the key provider API. This role must have a trust policy that allows MediaPackage to assume the role, and it must have a sufficient permissions policy to allow access to the specific key retrieval URL. Get this from your DRM solution provider.

            Valid format: arn:aws:iam::{accountID}:role/{name} . The following example shows a role ARN: arn:aws:iam::444455556666:role/SpekeAccess

          • Url (string) --

            The URL of the API Gateway proxy that you set up to talk to your key server. The API Gateway proxy must reside in the same AWS Region as MediaPackage and must start with https://.

            The following example shows a URL: https://1wm2dx1f33.execute-api.us-west-2.amazonaws.com/SpekeSample/copyProtection

    • CreatedAt (datetime) --

      The date and time the origin endpoint was created.

    • ModifiedAt (datetime) --

      The date and time the origin endpoint was modified.

    • Description (string) --

      The description of the origin endpoint.

    • StartoverWindowSeconds (integer) --

      The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window.

    • HlsManifests (list) --

      An HTTP live streaming (HLS) manifest configuration.

      • (dict) --

        Retrieve the HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • LowLatencyHlsManifests (list) --

      A low-latency HLS manifest configuration.

      • (dict) --

        Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.

        • ManifestName (string) --

          A short short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ChildManifestName (string) --

          A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • ProgramDateTimeIntervalSeconds (integer) --

          Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify. If you don't enter an interval, EXT-X-PROGRAM-DATE-TIME tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player. ID3Timed metadata messages generate every 5 seconds whenever the content is ingested.

          Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.

        • ScteHls (dict) --

          The SCTE configuration.

          • AdMarkerHls (string) --

            Ad markers indicate when ads should be inserted during playback. 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. Choose what you want MediaPackage to do with the ad markers.

            Value description:

            • DATERANGE - Insert EXT-X-DATERANGE tags to signal ad and program transition events in TS and CMAF manifests. If you use DATERANGE, you must set a programDateTimeIntervalSeconds value of 1 or higher. To learn more about DATERANGE, see SCTE-35 Ad Marker EXT-X-DATERANGE.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

    • ForceEndpointErrorConfiguration (dict) --

      The failover settings for the endpoint.

      • EndpointErrorConditions (list) --

        The failover conditions for the endpoint. The options are:

        • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

        • INCOMPLETE_MANIFEST - There is a gap in the manifest.

        • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

        • SLATE_INPUT - The segments which contain slate content are considered to be missing content.

        • (string) --

    • ETag (string) --

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

    • Tags (dict) --

      The comma-separated list of tag key:value pairs assigned to the origin endpoint.

      • (string) --

        • (string) --

    • DashManifests (list) --

      A DASH manifest configuration.

      • (dict) --

        Retrieve the DASH manifest configuration.

        • ManifestName (string) --

          A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

        • Url (string) --

          The egress domain URL for stream delivery from MediaPackage.

        • ManifestWindowSeconds (integer) --

          The total duration (in seconds) of the manifest's content.

        • FilterConfiguration (dict) --

          Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

          • ManifestFilter (string) --

            Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

          • Start (datetime) --

            Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

          • End (datetime) --

            Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

          • TimeDelaySeconds (integer) --

            Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

        • MinUpdatePeriodSeconds (integer) --

          Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

        • MinBufferTimeSeconds (integer) --

          Minimum amount of content (in seconds) that a player must keep available in the buffer.

        • SuggestedPresentationDelaySeconds (integer) --

          The amount of time (in seconds) that the player should be from the end of the manifest.

        • SegmentTemplateFormat (string) --

          Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate .

          Value description:

          • NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate .

        • PeriodTriggers (list) --

          A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

          • (string) --

        • ScteDash (dict) --

          The SCTE configuration.

          • AdMarkerDash (string) --

            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.

        • DrmSignaling (string) --

          Determines how the DASH manifest signals the DRM content.

        • UtcTiming (dict) --

          Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

          • TimingMode (string) --

            The UTC timing mode.

          • TimingSource (string) --

            The the method that the player uses to synchronize to coordinated universal time (UTC) wall clock time.