You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::RtmpGroupSettingsWhen passing RtmpGroupSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
ad_markers: ["ON_CUE_POINT_SCTE35"], authentication_scheme: "AKAMAI", cache_full_behavior: "DISCONNECT_IMMEDIATELY", cache_length: 1,
caption_data: "ALL", input_loss_action: "EMIT_OUTPUT", restart_delay: 1,
}
Rtmp Group Settings
Returned by:
Instance Attribute Summary collapseChoose the ad marker type for this output group.
Authentication scheme to use when connecting with CDN
Possible values:
.
Controls behavior when content cache fills up.
Cache length, in seconds, is used to calculate buffer size.
Controls the types of data that passes to onCaptionInfo outputs.
Controls the behavior of this RTMP group if input becomes unavailable.
If a streaming output fails, number of seconds to wait until a restart is initiated.
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.
#authentication_scheme ⇒ StringAuthentication scheme to use when connecting with CDN
Possible values:
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.
Possible values:
Cache length, in seconds, is used to calculate buffer size.
#caption_data ⇒ StringControls 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.
Possible values:
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.
Possible values:
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4