Share via


LivePipelineUpdate.BitrateKbps Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.bitrateKbps")]
public int? BitrateKbps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.bitrateKbps")>]
member this.BitrateKbps : Nullable<int> with get, set
Public Property BitrateKbps As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to