Skip to content

Commit f5c415a

Browse files
authored
Merge pull request #74318 from Juliako/patch-33
Update live-event-latency.md
2 parents 02f43a2 + 3ea22a6 commit f5c415a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/live-event-latency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article shows how to set low latency on a [Live Event](https://docs.microso
2424
To use the new **LowLatency** feature, you set the **StreamOptionsFlag** to **LowLatency** on the **LiveEvent**. When creating [LiveOutput](https://docs.microsoft.com/rest/api/media/liveoutputs) for HLS playback, set [LiveOutput.Hls.fragmentsPerTsSegment](https://docs.microsoft.com/rest/api/media/liveoutputs/create#hls) to 1. Once the stream is up and running, you can use the [Azure Media Player](https://ampdemo.azureedge.net/) (AMP demo page), and set the playback options to use the "Low Latency Heuristics Profile".
2525

2626
> [!NOTE]
27-
> Currently, the LowLatency HeuristicProfile in Azure Media Player is designed for playing back streams in MPEG-DASH protocol, with either CSF or CMAF format (for example, `format=mdp-time-csf` or `format= mdp-time-cmaf`).
27+
> Currently, the LowLatency HeuristicProfile in Azure Media Player is designed for playing back streams in MPEG-DASH protocol, with either CSF or CMAF format (for example, `format=mdp-time-csf` or `format=mdp-time-cmaf`).
2828
2929
The following .NET example shows how to set **LowLatency** on the **LiveEvent**:
3030

0 commit comments

Comments
 (0)