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.RtmpGroupSettings

Description

 
Synopsis

Documentation

data RtmpGroupSettings Source #

Rtmp Group Settings

See: newRtmpGroupSettings smart constructor.

Constructors

RtmpGroupSettings' 

Fields

  • inputLossAction :: Maybe InputLossActionForRtmpOut

    Controls the behavior of this RTMP group if input becomes unavailable. - emitOutput: Emit a slate until input returns. - pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection.

  • captionData :: Maybe RtmpCaptionData

    Controls the types of data that passes to onCaptionInfo outputs. If set to 'all' then 608 and 708 carried DTVCC data will be passed. If set to 'field1AndField2608' then DTVCC data will be stripped out, but 608 data from both fields will be passed. If set to 'field1608' then only the data carried in 608 from field 1 video will be passed.

  • adMarkers :: Maybe [RtmpAdMarkers]

    Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.

  • restartDelay :: Maybe Natural

    If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

  • authenticationScheme :: Maybe AuthenticationScheme

    Authentication scheme to use when connecting with CDN

  • cacheLength :: Maybe Natural

    Cache length, in seconds, is used to calculate buffer size.

  • cacheFullBehavior :: Maybe RtmpCacheFullBehavior

    Controls behavior when content cache fills up. If remote origin server stalls the RTMP connection and does not accept content fast enough the 'Media Cache' will fill up. When the cache reaches the duration specified by cacheLength the cache will stop accepting new content. If set to disconnectImmediately, the RTMP output will force a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output will wait up to 5 minutes to allow the origin server to begin accepting data again.

Instances

Instances details
Eq RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

Read RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

Show RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

Generic RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

Associated Types

type Rep RtmpGroupSettings :: Type -> Type #

NFData RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

Methods

rnf :: RtmpGroupSettings -> () #

Hashable RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

ToJSON RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

FromJSON RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

type Rep RtmpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.RtmpGroupSettings

newRtmpGroupSettings :: RtmpGroupSettings Source #

Create a value of RtmpGroupSettings 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:inputLossAction:RtmpGroupSettings', rtmpGroupSettings_inputLossAction - Controls the behavior of this RTMP group if input becomes unavailable. - emitOutput: Emit a slate until input returns. - pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection.

$sel:captionData:RtmpGroupSettings', rtmpGroupSettings_captionData - Controls the types of data that passes to onCaptionInfo outputs. If set to 'all' then 608 and 708 carried DTVCC data will be passed. If set to 'field1AndField2608' then DTVCC data will be stripped out, but 608 data from both fields will be passed. If set to 'field1608' then only the data carried in 608 from field 1 video will be passed.

$sel:adMarkers:RtmpGroupSettings', rtmpGroupSettings_adMarkers - Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.

$sel:restartDelay:RtmpGroupSettings', rtmpGroupSettings_restartDelay - If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

$sel:authenticationScheme:RtmpGroupSettings', rtmpGroupSettings_authenticationScheme - Authentication scheme to use when connecting with CDN

$sel:cacheLength:RtmpGroupSettings', rtmpGroupSettings_cacheLength - Cache length, in seconds, is used to calculate buffer size.

$sel:cacheFullBehavior:RtmpGroupSettings', rtmpGroupSettings_cacheFullBehavior - Controls behavior when content cache fills up. If remote origin server stalls the RTMP connection and does not accept content fast enough the 'Media Cache' will fill up. When the cache reaches the duration specified by cacheLength the cache will stop accepting new content. If set to disconnectImmediately, the RTMP output will force a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output will wait up to 5 minutes to allow the origin server to begin accepting data again.

rtmpGroupSettings_inputLossAction :: Lens' RtmpGroupSettings (Maybe InputLossActionForRtmpOut) Source #

Controls the behavior of this RTMP group if input becomes unavailable. - emitOutput: Emit a slate until input returns. - pauseOutput: Stop transmitting data until input returns. This does not close the underlying RTMP connection.

rtmpGroupSettings_captionData :: Lens' RtmpGroupSettings (Maybe RtmpCaptionData) Source #

Controls the types of data that passes to onCaptionInfo outputs. If set to 'all' then 608 and 708 carried DTVCC data will be passed. If set to 'field1AndField2608' then DTVCC data will be stripped out, but 608 data from both fields will be passed. If set to 'field1608' then only the data carried in 608 from field 1 video will be passed.

rtmpGroupSettings_adMarkers :: Lens' RtmpGroupSettings (Maybe [RtmpAdMarkers]) Source #

Choose the ad marker type for this output group. MediaLive will create a message based on the content of each SCTE-35 message, format it for that marker type, and insert it in the datastream.

rtmpGroupSettings_restartDelay :: Lens' RtmpGroupSettings (Maybe Natural) Source #

If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

rtmpGroupSettings_authenticationScheme :: Lens' RtmpGroupSettings (Maybe AuthenticationScheme) Source #

Authentication scheme to use when connecting with CDN

rtmpGroupSettings_cacheLength :: Lens' RtmpGroupSettings (Maybe Natural) Source #

Cache length, in seconds, is used to calculate buffer size.

rtmpGroupSettings_cacheFullBehavior :: Lens' RtmpGroupSettings (Maybe RtmpCacheFullBehavior) Source #

Controls behavior when content cache fills up. If remote origin server stalls the RTMP connection and does not accept content fast enough the 'Media Cache' will fill up. When the cache reaches the duration specified by cacheLength the cache will stop accepting new content. If set to disconnectImmediately, the RTMP output will force a disconnect. Clear the media cache, and reconnect after restartDelay seconds. If set to waitForServer, the RTMP output will wait up to 5 minutes to allow the origin server to begin accepting data again.