Share via


VideoContentUrls Class

Definition

Set of URLs to the video content.

public class VideoContentUrls
type VideoContentUrls = class
Public Class VideoContentUrls
Inheritance
VideoContentUrls

Constructors

VideoContentUrls()

Initializes a new instance of the VideoContentUrls class.

VideoContentUrls(String, String, String, VideoPreviewImageUrls)

Initializes a new instance of the VideoContentUrls class.

Properties

ArchiveBaseUrl

Gets or sets video archive streaming base URL. The archived 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 on any compatible DASH or HLS players by appending the following to the base URL:

  • HLSv4: /manifest(format=m3u8-aapl).m3u8
  • HLS CMAF: /manifest(format=m3u8-cmaf)
  • DASH CMAF: /manifest(format=mpd-time-cmaf)

Moreover, an ongoing video recording can be played in "live mode" with latencies which are approximately double of the chosen video segment length. It is available when the video type is 'archive' and video archiving is enabled.

DownloadUrl

Gets or sets video file download URL. This URL can be used in conjunction with the video content authorization token to download the video MP4 file. The resulting MP4 file can be played on any standard media player. It is available when the video type is 'file' and video file is available for consumption.

PreviewImageUrls

Gets or sets video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is 'archive' and preview images are enabled.

RtspTunnelUrl

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.

Applies to