Interface LivePipeline.UpdateStages.WithBitrateKbps

  • All Known Subinterfaces:
    LivePipeline.Update
    Enclosing interface:
    LivePipeline.UpdateStages

    public static interface LivePipeline.UpdateStages.WithBitrateKbps
    The stage of the LivePipeline update allowing to specify bitrateKbps.
    • Method Detail

      • withBitrateKbps

        LivePipeline.Update withBitrateKbps​(Integer bitrateKbps)
        Specifies the bitrateKbps property: Maximum bitrate capacity in Kbps reserved for the live pipeline. The allowed range is from 500 to 3000 Kbps in increments of 100 Kbps. If the RTSP camera exceeds this capacity, then the service will disconnect temporarily from the camera. It will retry to re-establish connection (with exponential backoff), checking to see if the camera bitrate is now below the reserved capacity. Doing so will ensure that one 'noisy neighbor' does not affect other live pipelines in your account..
        Parameters:
        bitrateKbps - Maximum bitrate capacity in Kbps reserved for the live pipeline. The allowed range is from 500 to 3000 Kbps in increments of 100 Kbps. If the RTSP camera exceeds this capacity, then the service will disconnect temporarily from the camera. It will retry to re-establish connection (with exponential backoff), checking to see if the camera bitrate is now below the reserved capacity. Doing so will ensure that one 'noisy neighbor' does not affect other live pipelines in your account.
        Returns:
        the next definition stage.