libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.MsSmoothGroupSettings

Description

 
Synopsis

Documentation

data MsSmoothGroupSettings Source #

Ms Smooth Group Settings

See: newMsSmoothGroupSettings smart constructor.

Constructors

MsSmoothGroupSettings' 

Fields

Instances

Instances details
Eq MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

Read MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

Show MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

Generic MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

Associated Types

type Rep MsSmoothGroupSettings :: Type -> Type #

NFData MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

Methods

rnf :: MsSmoothGroupSettings -> () #

Hashable MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

ToJSON MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

FromJSON MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

type Rep MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothGroupSettings

type Rep MsSmoothGroupSettings = D1 ('MetaData "MsSmoothGroupSettings" "Amazonka.MediaLive.Types.MsSmoothGroupSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "MsSmoothGroupSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "fragmentLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "streamManifestBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupStreamManifestBehavior))) :*: (S1 ('MetaSel ('Just "sendDelayMs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "eventStopBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupEventStopBehavior)))) :*: ((S1 ('MetaSel ('Just "timestampOffsetMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupTimestampOffsetMode)) :*: S1 ('MetaSel ('Just "numRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "acquisitionPointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputLossAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLossActionForMsSmoothOut)) :*: S1 ('MetaSel ('Just "timestampOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "certificateMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupCertificateMode)) :*: S1 ('MetaSel ('Just "sparseTrackType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupSparseTrackType))) :*: (S1 ('MetaSel ('Just "connectionRetryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "filecacheDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "restartDelay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "eventIdMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupEventIdMode)) :*: S1 ('MetaSel ('Just "audioOnlyTimecodeControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupAudioOnlyTimecodeControl))) :*: (S1 ('MetaSel ('Just "segmentationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SmoothGroupSegmentationMode)) :*: (S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputLocationRef)))))))

newMsSmoothGroupSettings Source #

Create a value of MsSmoothGroupSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fragmentLength:MsSmoothGroupSettings', msSmoothGroupSettings_fragmentLength - Length of mp4 fragments to generate (in seconds). Fragment length must be compatible with GOP size and framerate.

$sel:streamManifestBehavior:MsSmoothGroupSettings', msSmoothGroupSettings_streamManifestBehavior - When set to send, send stream manifest so publishing point doesn't start until all streams start.

$sel:sendDelayMs:MsSmoothGroupSettings', msSmoothGroupSettings_sendDelayMs - Number of milliseconds to delay the output from the second pipeline.

$sel:eventStopBehavior:MsSmoothGroupSettings', msSmoothGroupSettings_eventStopBehavior - When set to sendEos, send EOS signal to IIS server when stopping the event

$sel:timestampOffsetMode:MsSmoothGroupSettings', msSmoothGroupSettings_timestampOffsetMode - Type of timestamp date offset to use. - useEventStartDate: Use the date the event was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset

$sel:numRetries:MsSmoothGroupSettings', msSmoothGroupSettings_numRetries - Number of retry attempts.

$sel:acquisitionPointId:MsSmoothGroupSettings', msSmoothGroupSettings_acquisitionPointId - The ID to include in each message in the sparse track. Ignored if sparseTrackType is NONE.

$sel:inputLossAction:MsSmoothGroupSettings', msSmoothGroupSettings_inputLossAction - Parameter that control output group behavior on input loss.

$sel:timestampOffset:MsSmoothGroupSettings', msSmoothGroupSettings_timestampOffset - Timestamp offset for the event. Only used if timestampOffsetMode is set to useConfiguredOffset.

$sel:certificateMode:MsSmoothGroupSettings', msSmoothGroupSettings_certificateMode - If set to verifyAuthenticity, verify the https certificate chain to a trusted Certificate Authority (CA). This will cause https outputs to self-signed certificates to fail.

$sel:sparseTrackType:MsSmoothGroupSettings', msSmoothGroupSettings_sparseTrackType - Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame to start a new segment. - SCTE35_WITHOUT_SEGMENTATION: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame but don't start a new segment. - NONE: Don't generate a sparse track for any outputs in this output group.

$sel:connectionRetryInterval:MsSmoothGroupSettings', msSmoothGroupSettings_connectionRetryInterval - Number of seconds to wait before retrying connection to the IIS server if the connection is lost. Content will be cached during this time and the cache will be be delivered to the IIS server once the connection is re-established.

$sel:filecacheDuration:MsSmoothGroupSettings', msSmoothGroupSettings_filecacheDuration - Size in seconds of file cache for streaming outputs.

$sel:restartDelay:MsSmoothGroupSettings', msSmoothGroupSettings_restartDelay - Number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.

$sel:eventIdMode:MsSmoothGroupSettings', msSmoothGroupSettings_eventIdMode - Specifies whether or not to send an event ID to the IIS server. If no event ID is sent and the same Live Event is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send an event ID based on the current timestamp - "noEventId" - do not send an event ID to the IIS server.

$sel:audioOnlyTimecodeControl:MsSmoothGroupSettings', msSmoothGroupSettings_audioOnlyTimecodeControl - If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the current timecode. This option does not write timecodes to the audio elementary stream.

$sel:segmentationMode:MsSmoothGroupSettings', msSmoothGroupSettings_segmentationMode - useInputSegmentation has been deprecated. The configured segment size is always used.

$sel:eventId:MsSmoothGroupSettings', msSmoothGroupSettings_eventId - MS Smooth event ID to be sent to the IIS server. Should only be specified if eventIdMode is set to useConfigured.

$sel:destination:MsSmoothGroupSettings', msSmoothGroupSettings_destination - Smooth Streaming publish point on an IIS server. Elemental Live acts as a "Push" encoder to IIS.

msSmoothGroupSettings_fragmentLength :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Length of mp4 fragments to generate (in seconds). Fragment length must be compatible with GOP size and framerate.

msSmoothGroupSettings_streamManifestBehavior :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupStreamManifestBehavior) Source #

When set to send, send stream manifest so publishing point doesn't start until all streams start.

msSmoothGroupSettings_sendDelayMs :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Number of milliseconds to delay the output from the second pipeline.

msSmoothGroupSettings_eventStopBehavior :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupEventStopBehavior) Source #

When set to sendEos, send EOS signal to IIS server when stopping the event

msSmoothGroupSettings_timestampOffsetMode :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupTimestampOffsetMode) Source #

Type of timestamp date offset to use. - useEventStartDate: Use the date the event was started as the offset - useConfiguredOffset: Use an explicitly configured date as the offset

msSmoothGroupSettings_acquisitionPointId :: Lens' MsSmoothGroupSettings (Maybe Text) Source #

The ID to include in each message in the sparse track. Ignored if sparseTrackType is NONE.

msSmoothGroupSettings_inputLossAction :: Lens' MsSmoothGroupSettings (Maybe InputLossActionForMsSmoothOut) Source #

Parameter that control output group behavior on input loss.

msSmoothGroupSettings_timestampOffset :: Lens' MsSmoothGroupSettings (Maybe Text) Source #

Timestamp offset for the event. Only used if timestampOffsetMode is set to useConfiguredOffset.

msSmoothGroupSettings_certificateMode :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupCertificateMode) Source #

If set to verifyAuthenticity, verify the https certificate chain to a trusted Certificate Authority (CA). This will cause https outputs to self-signed certificates to fail.

msSmoothGroupSettings_sparseTrackType :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupSparseTrackType) Source #

Identifies the type of data to place in the sparse track: - SCTE35: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame to start a new segment. - SCTE35_WITHOUT_SEGMENTATION: Insert SCTE-35 messages from the source content. With each message, insert an IDR frame but don't start a new segment. - NONE: Don't generate a sparse track for any outputs in this output group.

msSmoothGroupSettings_connectionRetryInterval :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Number of seconds to wait before retrying connection to the IIS server if the connection is lost. Content will be cached during this time and the cache will be be delivered to the IIS server once the connection is re-established.

msSmoothGroupSettings_filecacheDuration :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Size in seconds of file cache for streaming outputs.

msSmoothGroupSettings_restartDelay :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Number of seconds before initiating a restart due to output failure, due to exhausting the numRetries on one segment, or exceeding filecacheDuration.

msSmoothGroupSettings_eventIdMode :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupEventIdMode) Source #

Specifies whether or not to send an event ID to the IIS server. If no event ID is sent and the same Live Event is used without changing the publishing point, clients might see cached video from the previous run. Options: - "useConfigured" - use the value provided in eventId - "useTimestamp" - generate and send an event ID based on the current timestamp - "noEventId" - do not send an event ID to the IIS server.

msSmoothGroupSettings_audioOnlyTimecodeControl :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupAudioOnlyTimecodeControl) Source #

If set to passthrough for an audio-only MS Smooth output, the fragment absolute time will be set to the current timecode. This option does not write timecodes to the audio elementary stream.

msSmoothGroupSettings_segmentationMode :: Lens' MsSmoothGroupSettings (Maybe SmoothGroupSegmentationMode) Source #

useInputSegmentation has been deprecated. The configured segment size is always used.

msSmoothGroupSettings_eventId :: Lens' MsSmoothGroupSettings (Maybe Text) Source #

MS Smooth event ID to be sent to the IIS server. Should only be specified if eventIdMode is set to useConfigured.

msSmoothGroupSettings_destination :: Lens' MsSmoothGroupSettings OutputLocationRef Source #

Smooth Streaming publish point on an IIS server. Elemental Live acts as a "Push" encoder to IIS.