interface M3u8SettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.M3u8SettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_M3u8SettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.M3u8SettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.M3u8SettingsProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » M3u8SettingsProperty |
Settings for the M3U8 container.
The parent of this entity is StandardHlsSettings.
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 m3u8SettingsProperty: medialive.CfnChannel.M3u8SettingsProperty = {
audioFramesPerPes: 123,
audioPids: 'audioPids',
ecmPid: 'ecmPid',
klvBehavior: 'klvBehavior',
klvDataPids: 'klvDataPids',
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
Name | Type | Description |
---|---|---|
audio | number | The number of audio frames to insert for each PES packet. |
audio | string | The PID of the elementary audio streams in the transport stream. |
ecm | string | This parameter is unused and deprecated. |
klv | string | |
klv | string | |
nielsen | string | If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output. |
pat | number | The number of milliseconds between instances of this table in the output transport stream. |
pcr | string | When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. |
pcr | number | The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream. |
pcr | string | The PID of the Program Clock Reference (PCR) in the transport stream. |
pmt | number | The number of milliseconds between instances of this table in the output transport stream. |
pmt | string | The PID for the Program Map Table (PMT) in the transport stream. |
program | number | The value of the program number field in the Program Map Table (PMT). |
scte35 | string | If set to passthrough, passes any SCTE-35 signals from the input source to this output. |
scte35 | string | The PID of the SCTE-35 stream in the transport stream. |
timed | string | When set to passthrough, timed metadata is passed through from input to output. |
timed | string | The PID of the timed metadata stream in the transport stream. |
transport | number | The value of the transport stream ID field in the Program Map Table (PMT). |
video | string | The PID of the elementary video stream in the transport stream. |
audioFramesPerPes?
Type:
number
(optional)
The number of audio frames to insert for each PES packet.
audioPids?
Type:
string
(optional)
The PID of the elementary audio streams in the transport stream.
Multiple values are accepted, and can be entered in ranges or by comma separation. You can enter the value as a decimal or hexadecimal value.
ecmPid?
Type:
string
(optional)
This parameter is unused and deprecated.
klvBehavior?
Type:
string
(optional)
klvDataPids?
Type:
string
(optional)
nielsenId3Behavior?
Type:
string
(optional)
If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
patInterval?
Type:
number
(optional)
The number of milliseconds between instances of this table in the output transport stream.
A value of "0" writes out the PMT once per segment file.
pcrControl?
Type:
string
(optional)
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header.
This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
pcrPeriod?
Type:
number
(optional)
The maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
pcrPid?
Type:
string
(optional)
The PID of the Program Clock Reference (PCR) in the transport stream.
When no value is given, MediaLive assigns the same value as the video PID. You can enter the value as a decimal or hexadecimal value.
pmtInterval?
Type:
number
(optional)
The number of milliseconds between instances of this table in the output transport stream.
A value of "0" writes out the PMT once per segment file.
pmtPid?
Type:
string
(optional)
The PID for the Program Map Table (PMT) in the transport stream.
You can enter the value as a decimal or hexadecimal value.
programNum?
Type:
number
(optional)
The value of the program number field in the Program Map Table (PMT).
scte35Behavior?
Type:
string
(optional)
If set to passthrough, passes any SCTE-35 signals from the input source to this output.
scte35Pid?
Type:
string
(optional)
The PID of the SCTE-35 stream in the transport stream.
You can enter the value as a decimal or hexadecimal value.
timedMetadataBehavior?
Type:
string
(optional)
When set to passthrough, timed metadata is passed through from input to output.
timedMetadataPid?
Type:
string
(optional)
The PID of the timed metadata stream in the transport stream.
You can enter the value as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
transportStreamId?
Type:
number
(optional)
The value of the transport stream ID field in the Program Map Table (PMT).
videoPid?
Type:
string
(optional)
The PID of the elementary video stream in the transport stream.
You can enter the value as a decimal or hexadecimal value.