Skip to content

Commit 78628d2

Browse files
authored
Update video-indexer-embed-widgets.md
1 parent c7ef01a commit 78628d2

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: femila
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: article
12-
ms.date: 07/29/2019
12+
ms.date: 02/03/2020
1313
ms.author: juliako
1414
---
1515

@@ -261,6 +261,25 @@ If you want to disable captions, you can pass the `captions` parameter value as
261261
#### AutoPlay
262262
By default, the player will start playing the video. you can choose not to by passing `&autoplay=false` to the preceding embed URL.
263263

264+
## Code samples
265+
266+
See [code samples](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/Widgets).
267+
268+
The repository contains the following samples for Video Indexer API and Widgets"
269+
270+
| File/folder | Description |
271+
|-----------------------------------|--------------------------------------------|
272+
| `azure-media-player` | Load video indexer video in a custom Azure Media Player |
273+
| `azure-media-player-vi-insights` | Embed VI Insights with a custom Azure Media Player |
274+
| `control-vi-embedded-player` | Embed VI Player and control it from outside |
275+
| `custom-index-location` | Embed VI Insights from a custom external location (can be customer a blob) |
276+
| `embed-both-insights` | Basic usage of VI Insights both player and insights |
277+
| `embed-insights-with-AMP` | Embed VI Insights widget with a custom Azure Media Player |
278+
| `customize-the-widgets` | Embed VI widgets with a customized options |
279+
| `embed-both-widgets` | Embed VI Player and Insights and communicate between them |
280+
| `url-generator` | Generates widgets custom embed url based on user specified options |
281+
| `html5-player` | Embed VI Insights with a default HTML5 Video player |
282+
264283
## Next steps
265284

266285
For information about how to view and edit Video Indexer insights, see [View and edit Video Indexer insights](video-indexer-view-edit.md).

0 commit comments

Comments
 (0)