Share via


RtspSource.Transport Property

Definition

Gets or sets network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages. Possible values include: 'Http', 'Tcp'

[Newtonsoft.Json.JsonProperty(PropertyName="transport")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport? Transport { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="transport")>]
member this.Transport : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport> with get, set
Public Property Transport As Nullable(Of RtspTransport)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to