Skip to content

Commit 27ae10c

Browse files
authored
Update live-events-outputs-concept.md
1 parent 11f3ce5 commit 27ae10c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@ You can either use non-vanity URLs or vanity URLs.
8686

8787
Non-vanity URL is the default mode in Media Services 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.
8888

89-
If a client application doesn’t need to pre-generate an ingest URL before the Live Event is created, just let Media Services auto-generate the Access Token for the live event.
89+
If a client application doesn’t need to pre-generate an ingest URL before the Live Event is created, just let Media Services to auto-generate the Access Token for the live event.
9090
* Vanity URL
9191

9292
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.
9393

94-
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (`LiveEventInput.accessToken`) at creation time. You specify the token value to avoid a random token in the URL. The access token has to be a valid GUID string (with or without the dashes). Once the mode is set it cannot be updated.
94+
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (`LiveEventInput.accessToken`) at creation time. You specify the token value to avoid a random token in the URL. The access token has to be a valid GUID string (with or without the hyphens). Once the mode is set it cannot be updated.
9595

9696
The access token needs to be unique in your data center. If your application needs to use a vanity URL, it is recommended to always create a new GUID instance for your access token (instead of reusing any existing GUID).
9797

98-
Use the following APIs to enable the Vanity URL and set the access token to a valid GUID (for example `"accessToken": "1fce2e4b-fb15-4718-8adc-68c6eb4c26a7"`). The GUID string and can contain hyphens.
98+
Use the following APIs to enable the Vanity URL and set the access token to a valid GUID (for example `"accessToken": "1fce2e4b-fb15-4718-8adc-68c6eb4c26a7"`).
9999

100100
|Language|Enable vanity URL|Set access token|
101101
|---|---|---|
@@ -106,9 +106,9 @@ You can either use non-vanity URLs or vanity URLs.
106106
### Live ingest URL naming rules
107107

108108
* The *random* string below is a 128-bit hex number (which is composed of 32 characters of 0-9 a-f).
109-
* *auto-generated access token* - When not using the vanity mode.
110-
* *your access token* - Your valid GUID string. For example, `"1fce2e4b-fb15-4718-8adc-68c6eb4c26a7"`.
111-
* The *stream name* indicates the stream name for a specific connection. The stream name value is usually added by the live encoder that you use.
109+
* *auto-generated access token* - If do not need to use the vanity mode, let Media Services to auto-generate the token.
110+
* *your access token* - The valid GUID string you set when using the vanity mode. For example, `"1fce2e4b-fb15-4718-8adc-68c6eb4c26a7"`.
111+
* *stream name* - Indicates the stream name for a specific connection. The stream name value is usually added by the live encoder you use.
112112

113113
> [!TIP]
114114
> Some live encoders ask you to go get the “Stream Key/ID” from the service. In the case of Media Services, you would prove the value of the access token.

0 commit comments

Comments
 (0)