RtmpGroupSettings class

Rtmp Group Settings

Constructors

RtmpGroupSettings({List<RtmpAdMarkers>? adMarkers, AuthenticationScheme? authenticationScheme, RtmpCacheFullBehavior? cacheFullBehavior, int? cacheLength, RtmpCaptionData? captionData, InputLossActionForRtmpOut? inputLossAction, int? restartDelay})
RtmpGroupSettings.fromJson(Map<String, dynamic> json)
factory

Properties

adMarkers List<RtmpAdMarkers>?
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.
final
authenticationScheme AuthenticationScheme?
Authentication scheme to use when connecting with CDN
final
cacheFullBehavior RtmpCacheFullBehavior?
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.
final
cacheLength int?
Cache length, in seconds, is used to calculate buffer size.
final
captionData RtmpCaptionData?
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.
final
hashCode int
The hash code for this object.
no setterinherited
inputLossAction InputLossActionForRtmpOut?
Controls the behavior of this RTMP group if input becomes unavailable.
final
restartDelay int?
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited