Skip to content

Commit b7f2bdc

Browse files
authored
Merge pull request #114404 from Juliako/patch-29
Update live-event-cloud-dvr.md
2 parents 7afbdbc + cc6d269 commit b7f2bdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/media-services/latest/limits-quotas-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Any Job record in your account older than 90 days will be automatically deleted,
7474
| --- | --- |
7575
| [Live Events](live-events-outputs-concept.md) <sup>(4)</sup> per Media Services account |5|
7676
| Live Outputs per Live Event |3 <sup>(5)</sup> |
77-
| Max Live Output duration | 25 hours |
77+
| Max Live Output duration | [Size of the DVR window](live-event-cloud-dvr.md) |
7878

7979
<sup>4</sup> For detailed information about Live Event limits, see [Live Event types comparison and limits](live-event-types-comparison.md).
8080

articles/media-services/latest/live-event-cloud-dvr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: ne
1515
ms.topic: article
16-
ms.date: 08/27/2019
16+
ms.date: 05/07/2020
1717
ms.author: juliako
1818

1919
---
2020

2121
# Use time-shifting and Live Outputs to create on-demand video playback
2222

23-
In Azure Media Services, a [Live Output](https://docs.microsoft.com/rest/api/media/liveoutputs) object is like a digital video recorder that will catch and record your live stream into an asset in your Media Services account. The recorded content is persisted into the container defined by the [Asset](https://docs.microsoft.com/rest/api/media/assets) resource (the container is in the Azure Storage account attached to your account). The Live Output also allows you to control some properties of the outgoing live stream, like how much of the stream is kept in the archive recording (for example, the capacity of the cloud DVR) or when viewers can start watching the live stream. The archive on disk is a circular archive "window" that only holds the amount of content that's specified in the **archiveWindowLength** property of the Live Output. Content that falls outside of this window is automatically discarded from the storage container and isn't recoverable. The archiveWindowLength value represents an ISO-8601 timespan duration (for example, PTHH:MM:SS), which specifies the capacity of the DVR. The value can be set from a minimum of three minutes to a maximum of 25 hours.
23+
In Azure Media Services, a [Live Output](https://docs.microsoft.com/rest/api/media/liveoutputs) object is like a digital video recorder that will catch and record your live stream into an asset in your Media Services account. The recorded content is persisted into the container defined by the [Asset](https://docs.microsoft.com/rest/api/media/assets) resource (the container is in the Azure Storage account attached to your account). The Live Output also allows you to control some properties of the outgoing live stream, like how much of the stream is kept in the archive recording (for example, the capacity of the cloud DVR) or when viewers can start watching the live stream. The archive on disk is a circular archive "window" that only holds the amount of content that's specified in the **archiveWindowLength** property of the Live Output. Content that falls outside of this window is automatically discarded from the storage container and isn't recoverable. The archiveWindowLength value represents an ISO-8601 timespan duration (for example, PTHH:MM:SS), which specifies the capacity of the DVR. The value can be set from a minimum of one minute to a maximum of 25 hours.
2424

2525
The relationship between a Live Event and its Live Outputs is similar to traditional TV broadcast, in that a channel (Live Event) represents a constant stream of video and a recording (Live Output) is scoped to a specific time segment (for example, evening news from 6:30PM to 7:00PM). Once you have the stream flowing into the Live Event, you can begin the streaming event by creating an asset, Live Output, and streaming locator. Live Output will archive the stream and make it available to viewers through the [Streaming Endpoint](https://docs.microsoft.com/rest/api/media/streamingendpoints). You can create multiple Live Outputs (up to three maximum) on a Live Event with different archive lengths and settings. For information about the live streaming workflow, see the [general steps](live-streaming-overview.md#general-steps) section.
2626

includes/media-servieces-limits-quotas-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Any Job record in your account older than 90 days will be automatically deleted,
6161
| --- | --- |
6262
| Live Events <sup>(4)</sup> per Media Services account |5|
6363
| Live Outputs per Live Event |3 <sup>(5)</sup> |
64-
| Max Live Output duration | 25 hours |
64+
| Max Live Output duration | [Size of the DVR window](../articles/media-services/latest/live-event-cloud-dvr.md) |
6565

6666
<sup>4</sup> For detailed information about Live Event limitations, see [Live Event types comparison and limitations](../articles/media-services/latest/live-event-types-comparison.md).
6767

0 commit comments

Comments
 (0)