Skip to content

Commit 8a37c34

Browse files
committed
new files
1 parent e46d28e commit 8a37c34

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

articles/media-services/video-indexer/live-stream-analysis.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure Media Services Video Indexer is an Azure service designed to extract deep
1919

2020
A solution described in this article, allows customers to use Video Indexer in near real-time resolutions on live feeds. The delay in indexing can be as low as four minutes using this solution, depending on the chunks of data being indexed, the input resolution, the type of content and the compute powered used for this process.
2121

22-
![The Video Indexer metadata on the live stream](./media/animated-characters-recognition/live-stream-analysis01.png)
22+
![The Video Indexer metadata on the live stream](./media/live-stream-analysis/live-stream-analysis01.png)
2323

2424
*Figure 1 – Sample player displaying the Video Indexer metadata on the live stream*
2525

@@ -29,10 +29,14 @@ In high level, it is comprised of two main steps. The first step runs every 60 s
2929

3030
The sample player plays the live stream and gets the insights from Azure Cosmos DB, using a dedicated Azure Function. It displays the metadata and thumbnails in sync with the live video.
3131

32-
![The two logic apps processing the live stream every minute in the cloud](./media/animated-characters-recognition/live-stream-analysis02.png)
32+
![The two logic apps processing the live stream every minute in the cloud](./media/live-stream-analysis/live-stream-analysis02.png)
3333

3434
*Figure 2 – The two logic apps processing the live stream every minute in the cloud.*
3535

36+
## Step-by-step guide
37+
38+
The full code and a step-by-step guide to deploy the results can be found in [GitHub project for Live media analytics with Video Indexer](https://github.com/Azure-Samples/media-services-dotnet-functions-integration/blob/master/media-functions-for-logic-app/LiveStreamAnalysis.md).
39+
3640
## Next steps
3741

38-
The full code and a step-by-step guide to deploy the results can be found in this [GitHub project for Live media analytics with Video Indexer](https://github.com/Azure-Samples/media-services-dotnet-functions-integration/blob/master/media-functions-for-logic-app/LiveStreamAnalysis.md).
42+
[GitHub project for Live media analytics with Video Indexer](https://github.com/Azure-Samples/media-services-dotnet-functions-integration/blob/master/media-functions-for-logic-app/LiveStreamAnalysis.md).

0 commit comments

Comments
 (0)