AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Rtmp Group Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.RtmpGroupSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class RtmpGroupSettings

The RtmpGroupSettings type exposes the following members

Constructors

NameDescription
Public Method RtmpGroupSettings()

Properties

NameTypeDescription
Public Property AdMarkers System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property AuthenticationScheme Amazon.MediaLive.AuthenticationScheme

Gets and sets the property AuthenticationScheme. Authentication scheme to use when connecting with CDN

Public Property CacheFullBehavior Amazon.MediaLive.RtmpCacheFullBehavior

Gets and sets the property 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.

Public Property CacheLength System.Int32

Gets and sets the property CacheLength. Cache length, in seconds, is used to calculate buffer size.

Public Property CaptionData Amazon.MediaLive.RtmpCaptionData

Gets and sets the property 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.

Public Property IncludeFillerNalUnits Amazon.MediaLive.IncludeFillerNalUnits

Gets and sets the property IncludeFillerNalUnits. 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.

Public Property InputLossAction Amazon.MediaLive.InputLossActionForRtmpOut

Gets and sets the property 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.

Public Property RestartDelay System.Int32

Gets and sets the property RestartDelay. If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5