aws-cdk-lib.aws_medialive.CfnChannel.StandardHlsSettingsProperty

interface StandardHlsSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.StandardHlsSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_StandardHlsSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.StandardHlsSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.StandardHlsSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » StandardHlsSettingsProperty

The configuration of an HLS output that is a standard output (not an audio-only output).

The parent of this entity is HlsSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const standardHlsSettingsProperty: medialive.CfnChannel.StandardHlsSettingsProperty = {
  audioRenditionSets: 'audioRenditionSets',
  m3U8Settings: {
    audioFramesPerPes: 123,
    audioPids: 'audioPids',
    ecmPid: 'ecmPid',
    nielsenId3Behavior: 'nielsenId3Behavior',
    patInterval: 123,
    pcrControl: 'pcrControl',
    pcrPeriod: 123,
    pcrPid: 'pcrPid',
    pmtInterval: 123,
    pmtPid: 'pmtPid',
    programNum: 123,
    scte35Behavior: 'scte35Behavior',
    scte35Pid: 'scte35Pid',
    timedMetadataBehavior: 'timedMetadataBehavior',
    timedMetadataPid: 'timedMetadataPid',
    transportStreamId: 123,
    videoPid: 'videoPid',
  },
};

Properties

NameTypeDescription
audioRenditionSets?stringLists all the audio groups that are used with the video output stream.
m3U8Settings?IResolvable | M3u8SettingsPropertySettings for the M3U8 container.

audioRenditionSets?

Type: string (optional)

Lists all the audio groups that are used with the video output stream.

This inputs all the audio GROUP-IDs that are associated with the video, separated by a comma (,).


m3U8Settings?

Type: IResolvable | M3u8SettingsProperty (optional)

Settings for the M3U8 container.