RtmpOutputSettings class

Rtmp Output Settings

Constructors

RtmpOutputSettings({required OutputLocationRef destination, RtmpOutputCertificateMode? certificateMode, int? connectionRetryInterval, int? numRetries})
RtmpOutputSettings.fromJson(Map<String, dynamic> json)
factory

Properties

certificateMode RtmpOutputCertificateMode?
If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
final
connectionRetryInterval int?
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
final
destination OutputLocationRef
The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.
final
hashCode int
The hash code for this object.
no setterinherited
numRetries int?
Number of retry attempts.
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