Skip to content

Commit d915323

Browse files
authored
Merge pull request #103156 from Juliako/patch-179
Update video-indexer-embed-widgets.md
2 parents eeaa1cb + 35bd005 commit d915323

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 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,23 @@ 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 the [code samples](https://github.com/Azure-Samples/media-services-video-indexer/tree/master/Widgets) repo that contains samples for Video Indexer API and Widgets:
267+
268+
| File/folder | Description |
269+
|-----------------------------------|--------------------------------------------|
270+
| `azure-media-player` | Load video indexer video in a custom Azure Media Player |
271+
| `azure-media-player-vi-insights` | Embed VI Insights with a custom Azure Media Player |
272+
| `control-vi-embedded-player` | Embed VI Player and control it from outside |
273+
| `custom-index-location` | Embed VI Insights from a custom external location (can be customer a blob) |
274+
| `embed-both-insights` | Basic usage of VI Insights both player and insights |
275+
| `embed-insights-with-AMP` | Embed VI Insights widget with a custom Azure Media Player |
276+
| `customize-the-widgets` | Embed VI widgets with a customized options |
277+
| `embed-both-widgets` | Embed VI Player and Insights and communicate between them |
278+
| `url-generator` | Generates widgets custom embed url based on user specified options |
279+
| `html5-player` | Embed VI Insights with a default HTML5 Video player |
280+
264281
## Next steps
265282

266283
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)