Skip to content

Commit 85685cf

Browse files
Fix link and typos (#574)
Signed-off-by: Fabien Lavocat <4154532+FabienLavocat@users.noreply.github.com>
1 parent 863ac6c commit 85685cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

millicast/distribution/access-control/allowed-origins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This access control method is not supported when using RTMP.
5050

5151
### Allowed IP addresses
5252

53-
This approach allows for explicitly defining multiple _IPv4 addresses_ or \_Classless Inter-Domain Routing (CIDR) \_notated network blocks when creating or updating a token. A token will only be accepted when the requesting IP address originates from one of the network addresses that match.
53+
This approach allows for explicitly defining multiple _IPv4 addresses_ or _Classless Inter-Domain Routing (CIDR)_ notated network blocks when creating or updating a token. A token will only be accepted when the requesting IP address originates from one of the network addresses that match.
5454

5555
_For example_, to allow only a specific person or persons to broadcast you would specify the publisher's IP address in this property. If you wanted only a specific organization to be able to watch, you might specify the series of IP addresses in a subscribe token so that content can only be viewed within a specific network.
5656

millicast/playback/players-sdks/web/player/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ player.source = {
3030

3131
### Controlling ABR Strategies
3232

33-
For greater control over how Adaptive Bitrate (ABR) behaves, applications can set the ABR strategies for WebRTC. This feature provides the ability to choose on a viewer-by-viewer basis how aggressively to apply ABR switching when ABR streaming is used. It is inline with [OptiView Player's existing strategies](https://docs.optiview.dolby.com/theoplayer/v9/api-reference/web/interfaces/ABRStrategyConfiguration.html). For now, users must set this value when choosing playback to utilize the feature, in the future we will set `quality` to be the default.
33+
For greater control over how Adaptive Bitrate (ABR) behaves, applications can set the ABR strategies for WebRTC. This feature provides the ability to choose on a viewer-by-viewer basis how aggressively to apply ABR switching when ABR streaming is used. It is inline with [OptiView Player's existing strategies](pathname:///theoplayer/v10/api-reference/web/interfaces/ABRStrategyConfiguration.html) . For now, users must set this value when choosing playback to utilize the feature, in the future we will set `quality` to be the default.
3434

3535
The options are:
3636

millicast/streaming-dashboard/subscribe-tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Examples of self-singing a token can be found at this [GitHub repository](https:
185185

186186
- The published stream and Subscribe token **must** originate from the same cluster region. The "Auto" region may be selected for both if the broadcast region changes from stream to stream. For more information, see [Multi-region Support](/millicast/distribution/multi-region-support/index.mdx).
187187
- The only fields in the self-signed token that are added to the primary subscriber token are the _allowedOrigins_ and _allowedIPAddresses_. These do not replace any _allowedOrigins_ or _allowedIPAddresses_ in the primary Subscriber token but are appended onto any existing restrictions. **Anything else packaged into the JWT is ignored.**
188-
- If the primary Subscriber token contains a* TrackingID*, the self-signed token must use the same _TrackingID_. However, if the primary Subscriber token does not specify a _TrackingID_, any _TrackingID_ can be used in the self-signed token.
188+
- If the primary Subscriber token contains a _TrackingID_, the self-signed token must use the same _TrackingID_. However, if the primary Subscriber token does not specify a _TrackingID_, any _TrackingID_ can be used in the self-signed token.
189189
- The Stream name can differ in the self-signed token when using a regex value. If the primary Subscriber token doesn't validate the Stream name (via regex match) in the self-signed token, then it is rejected.
190190
- Self-signed tokens are **not revocable** and must be cycled if exposed.
191191
- If the parent Subscribe token has specific streams in it, then the self-signed Subscribe token must match one of them.

0 commit comments

Comments
 (0)