Class: Aws::MediaLive::Types::RtmpGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RtmpGroupSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Rtmp Group Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ad_markers ⇒ Array<String>
Choose the ad marker type for this output group.
-
#authentication_scheme ⇒ String
Authentication scheme to use when connecting with CDN.
-
#cache_full_behavior ⇒ String
Controls behavior when content cache fills up.
-
#cache_length ⇒ Integer
Cache length, in seconds, is used to calculate buffer size.
-
#caption_data ⇒ String
Controls the types of data that passes to onCaptionInfo outputs.
-
#include_filler_nal_units ⇒ String
Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate).
-
#input_loss_action ⇒ String
Controls the behavior of this RTMP group if input becomes unavailable.
-
#restart_delay ⇒ Integer
If a streaming output fails, number of seconds to wait until a restart is initiated.
Instance Attribute Details
#ad_markers ⇒ Array<String>
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.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#authentication_scheme ⇒ String
Authentication scheme to use when connecting with CDN
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#cache_full_behavior ⇒ String
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.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#cache_length ⇒ Integer
Cache length, in seconds, is used to calculate buffer size.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#caption_data ⇒ String
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.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#include_filler_nal_units ⇒ String
Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate). Controls whether the RTMP output stream is padded (with FILL NAL units) in order to achieve a constant bit rate that is truly constant. When there is no padding, the bandwidth varies (up to the bitrate value in the codec settings). We recommend that you choose Auto.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#input_loss_action ⇒ String
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.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |
#restart_delay ⇒ Integer
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
10846 10847 10848 10849 10850 10851 10852 10853 10854 10855 10856 10857 |
# File 'lib/aws-sdk-medialive/types.rb', line 10846 class RtmpGroupSettings < Struct.new( :ad_markers, :authentication_scheme, :cache_full_behavior, :cache_length, :caption_data, :input_loss_action, :restart_delay, :include_filler_nal_units) SENSITIVE = [] include Aws::Structure end |