Share via


VideoContentUrls.RtspTunnelUrl Property

Definition

Gets or sets video low-latency streaming URL. The live content can be automatically played by the Azure Video Analyzer player widget. Alternatively, this URL can be used in conjunction with the video content authorization token to expose a WebSocket tunneled RTSP stream. It is available when the video type is 'archive' and a live, low-latency feed is available from the source.

[Newtonsoft.Json.JsonProperty(PropertyName="rtspTunnelUrl")]
public string RtspTunnelUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rtspTunnelUrl")>]
member this.RtspTunnelUrl : string with get, set
Public Property RtspTunnelUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to