Interface RtmpGroupSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RtmpGroupSettings.Builder,,- RtmpGroupSettings> - SdkBuilder<RtmpGroupSettings.Builder,,- RtmpGroupSettings> - SdkPojo
- Enclosing class:
- RtmpGroupSettings
@Mutable
@NotThreadSafe
public static interface RtmpGroupSettings.Builder
extends SdkPojo, CopyableBuilder<RtmpGroupSettings.Builder,RtmpGroupSettings> 
- 
Method SummaryModifier and TypeMethodDescriptionadMarkers(Collection<RtmpAdMarkers> adMarkers) Choose the ad marker type for this output group.adMarkers(RtmpAdMarkers... adMarkers) Choose the ad marker type for this output group.adMarkersWithStrings(String... adMarkers) Choose the ad marker type for this output group.adMarkersWithStrings(Collection<String> adMarkers) Choose the ad marker type for this output group.authenticationScheme(String authenticationScheme) Authentication scheme to use when connecting with CDNauthenticationScheme(AuthenticationScheme authenticationScheme) Authentication scheme to use when connecting with CDNcacheFullBehavior(String cacheFullBehavior) Controls behavior when content cache fills up.cacheFullBehavior(RtmpCacheFullBehavior cacheFullBehavior) Controls behavior when content cache fills up.cacheLength(Integer cacheLength) Cache length, in seconds, is used to calculate buffer size.captionData(String captionData) Controls the types of data that passes to onCaptionInfo outputs.captionData(RtmpCaptionData captionData) Controls the types of data that passes to onCaptionInfo outputs.includeFillerNalUnits(String includeFillerNalUnits) Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate).includeFillerNalUnits(IncludeFillerNalUnits includeFillerNalUnits) Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate).inputLossAction(String inputLossAction) Controls the behavior of this RTMP group if input becomes unavailable.inputLossAction(InputLossActionForRtmpOut inputLossAction) Controls the behavior of this RTMP group if input becomes unavailable.restartDelay(Integer restartDelay) If a streaming output fails, number of seconds to wait until a restart is initiated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
adMarkersWithStringsChoose 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
adMarkersWithStringsChoose 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
adMarkersChoose 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
adMarkersChoose 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationSchemeAuthentication scheme to use when connecting with CDN- Parameters:
- authenticationScheme- Authentication scheme to use when connecting with CDN
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
authenticationSchemeAuthentication scheme to use when connecting with CDN- Parameters:
- authenticationScheme- Authentication scheme to use when connecting with CDN
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cacheFullBehaviorControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cacheFullBehaviorControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cacheLengthCache length, in seconds, is used to calculate buffer size.- Parameters:
- cacheLength- Cache length, in seconds, is used to calculate buffer size.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
captionDataControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
captionDataControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inputLossActionControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
inputLossActionControls 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
restartDelayIf a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.- Parameters:
- restartDelay- If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
includeFillerNalUnitsApplies 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
includeFillerNalUnitsApplies 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.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-