Interface LiveConnectorRTMPConfiguration.Builder

    • Method Detail

      • url

        LiveConnectorRTMPConfiguration.Builder url​(String url)

        The URL of the RTMP configuration.

        Parameters:
        url - The URL of the RTMP configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • audioSampleRate

        LiveConnectorRTMPConfiguration.Builder audioSampleRate​(String audioSampleRate)

        The audio sample rate set for the RTMP configuration. Default: 48000.

        Parameters:
        audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.