Skip to content

Commit 5e324fc

Browse files
authored
Update dynamic-packaging-overview.md
1 parent 1aebceb commit 5e324fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/media-services/latest/dynamic-packaging-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: overview
16-
ms.date: 03/09/2020
16+
ms.date: 03/17/2020
1717
ms.author: juliako
1818
#Customer intent: As a developer or content provider, I want to encode and stream on-demand or live content so my customers can view the content on a wide variety of clients (these clients understand different formats).
1919
---
@@ -25,7 +25,7 @@ Microsoft Azure Media Services can be used to encode many media source file form
2525
In Media Services, a [Streaming Endpoint](streaming-endpoint-concept.md) represents a dynamic (just-in-time) packaging and origin service that can deliver your live and on-demand content directly to a client player app. It uses one of the common streaming media protocols mentioned in the following section. Dynamic Packaging is a feature that comes standard on all Streaming Endpoints (Standard or Premium).
2626

2727
> [!NOTE]
28-
> You can use the [Azure portal](https://portal.azure.com/) to manage v3 [Live Events](live-events-outputs-concept.md), view v3 [Assets](assets-concept.md), get info about accessing APIs. For all other management tasks (for example, Transforms and Jobs), use the [REST API](https://aka.ms/ams-v3-rest-ref), [CLI](https://aka.ms/ams-v3-cli-ref), or one of the supported [SDKs](media-services-apis-overview.md#sdks).
28+
> You can use the [Azure portal](https://portal.azure.com/) to manage v3 [Live Events](live-events-outputs-concept.md), view v3 [Assets](assets-concept.md), get info about accessing APIs. For all other management tasks (for example, Transforms and Jobs), use the [REST API](https://docs.microsoft.com/rest/api/media/), [CLI](https://aka.ms/ams-v3-cli-ref), or one of the supported [SDKs](media-services-apis-overview.md#sdks).
2929
3030
## <a id="delivery-protocols"/>To prepare your source files for delivery
3131

@@ -68,6 +68,9 @@ Your streaming client can specify the following Smooth Streaming formats:
6868
|Smooth Streaming| `https://amsv3account-usw22.streaming.media.azure.net/21b17732-0112-4d76-b526-763dcd843449/ignite.ism/manifest`||
6969
|Smooth Streaming 2.0 (legacy manifest)|By default, Smooth Streaming manifest format contains the repeat tag (r-tag). However, some players do not support the `r-tag`. Clients with these players can use a format that disables the r-tag:<br/><br/>`https://amsv3account-usw22.streaming.media.azure.net/21b17732-0112-4d76-b526-763dcd843449/ignite.ism/manifest(format=fmp4-v20)`|
7070

71+
> [!NOTE]
72+
> Smooth Streaming requires that both audio and video should be present in your stream.
73+
7174
## On-demand streaming workflow
7275

7376
The following steps show a common Media Services streaming workflow where Dynamic Packaging is used along with the Standard Encoder in Azure Media Services.

0 commit comments

Comments
 (0)