Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RtmpGroupSettings = RtmpGroupSettings' {}
- newRtmpGroupSettings :: RtmpGroupSettings
- rtmpGroupSettings_inputLossAction :: Lens' RtmpGroupSettings (Maybe InputLossActionForRtmpOut)
- rtmpGroupSettings_captionData :: Lens' RtmpGroupSettings (Maybe RtmpCaptionData)
- rtmpGroupSettings_adMarkers :: Lens' RtmpGroupSettings (Maybe [RtmpAdMarkers])
- rtmpGroupSettings_restartDelay :: Lens' RtmpGroupSettings (Maybe Natural)
- rtmpGroupSettings_authenticationScheme :: Lens' RtmpGroupSettings (Maybe AuthenticationScheme)
- rtmpGroupSettings_cacheLength :: Lens' RtmpGroupSettings (Maybe Natural)
- rtmpGroupSettings_cacheFullBehavior :: Lens' RtmpGroupSettings (Maybe RtmpCacheFullBehavior)
Documentation
data RtmpGroupSettings Source #
Rtmp Group Settings
See: newRtmpGroupSettings
smart constructor.
RtmpGroupSettings' | |
|
Instances
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.