Skip to content

Commit 175458c

Browse files
authored
Merge pull request #78767 from Juliako/patch-76
Update live-events-outputs-concept.md
2 parents 9a9f877 + 8dcd9d9 commit 175458c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/media-services/latest/live-events-outputs-concept.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: ne
1414
ms.topic: article
15-
ms.date: 06/03/2019
15+
ms.date: 06/04/2019
1616
ms.author: juliako
1717

1818
---
@@ -75,17 +75,17 @@ Once the Live Event is created, you can get ingest URLs that you will provide to
7575

7676
You can either use non-vanity URLs or vanity URLs.
7777

78+
> [!NOTE]
79+
> For an ingest URL to be predictive, set the "vanity" mode.
80+
7881
* Non-vanity URL
7982

8083
Non-vanity URL is the default mode in AMS v3. You potentially get the Live Event quickly but ingest URL is known only when the live event is started. The URL will change if you do stop/start the Live Event. <br/>Non-Vanity is useful in scenarios when an end user wants to stream using an app where the app wants to get a live event ASAP and having a dynamic ingest URL is not a problem.
8184
* Vanity URL
8285

8386
Vanity mode is preferred by large media broadcasters who use hardware broadcast encoders and don't want to re-configure their encoders when they start the Live Event. They want a predictive ingest URL, which does not change over time.
8487

85-
To specity this mode, you set `vanityUrl` to `true` at creation time (default is `false`).
86-
87-
> [!NOTE]
88-
> For an ingest URL to be predictive, you need to use "vanity" mode and pass your own access token (to avoid a random token in the URL).
88+
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (to avoid a random token in the URL). Set `LiveEventInput.accessToken` to a a unique identifier at creation time. Once the mode is set it cannot be updated.
8989

9090
### Live ingest URL naming rules
9191

0 commit comments

Comments
 (0)