Interface RtmpOutputSettings.Builder

    • Method Detail

      • certificateMode

        RtmpOutputSettings.Builder certificateMode​(String 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RtmpOutputCertificateMode, RtmpOutputCertificateMode
      • certificateMode

        RtmpOutputSettings.Builder certificateMode​(RtmpOutputCertificateMode 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RtmpOutputCertificateMode, RtmpOutputCertificateMode
      • connectionRetryInterval

        RtmpOutputSettings.Builder connectionRetryInterval​(Integer connectionRetryInterval)
        Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
        Parameters:
        connectionRetryInterval - Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        RtmpOutputSettings.Builder destination​(OutputLocationRef 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.
        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numRetries

        RtmpOutputSettings.Builder numRetries​(Integer numRetries)
        Number of retry attempts.
        Parameters:
        numRetries - Number of retry attempts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.