Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data RtmpOutputSettings = RtmpOutputSettings' {}
- newRtmpOutputSettings :: OutputLocationRef -> RtmpOutputSettings
- rtmpOutputSettings_certificateMode :: Lens' RtmpOutputSettings (Maybe RtmpOutputCertificateMode)
- rtmpOutputSettings_connectionRetryInterval :: Lens' RtmpOutputSettings (Maybe Natural)
- rtmpOutputSettings_numRetries :: Lens' RtmpOutputSettings (Maybe Natural)
- rtmpOutputSettings_destination :: Lens' RtmpOutputSettings OutputLocationRef
Documentation
data RtmpOutputSettings Source #
Rtmp Output Settings
See: newRtmpOutputSettings
smart constructor.
RtmpOutputSettings' | |
|
Instances
newRtmpOutputSettings Source #
Create a value of RtmpOutputSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:certificateMode:RtmpOutputSettings'
, rtmpOutputSettings_certificateMode
- 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.
$sel:connectionRetryInterval:RtmpOutputSettings'
, rtmpOutputSettings_connectionRetryInterval
- Number of seconds to wait before retrying a connection to the Flash
Media server if the connection is lost.
$sel:numRetries:RtmpOutputSettings'
, rtmpOutputSettings_numRetries
- Number of retry attempts.
$sel:destination:RtmpOutputSettings'
, rtmpOutputSettings_destination
- 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.
rtmpOutputSettings_certificateMode :: Lens' RtmpOutputSettings (Maybe RtmpOutputCertificateMode) Source #
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.
rtmpOutputSettings_connectionRetryInterval :: Lens' RtmpOutputSettings (Maybe Natural) Source #
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
rtmpOutputSettings_numRetries :: Lens' RtmpOutputSettings (Maybe Natural) Source #
Number of retry attempts.
rtmpOutputSettings_destination :: Lens' RtmpOutputSettings OutputLocationRef Source #
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.