VideoContentUrls.RtspTunnelUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET