|
1 | 1 | ---
|
2 |
| -title: Azure Media Player Demos |
| 2 | +title: Azure Media Player demos |
3 | 3 | description: This page contains a listing of links to demos of the Azure Media Player.
|
4 | 4 | author: IngridAtMicrosoft
|
5 | 5 | ms.author: inhenkel
|
6 | 6 | ms.service: media-services
|
7 | 7 | ms.topic: article
|
8 |
| -ms.date: 04/23/2020 |
| 8 | +ms.date: 04/24/2020 |
9 | 9 | ---
|
10 | 10 |
|
11 | 11 |
|
12 |
| -# Azure Media Player Demos # |
| 12 | +# Azure Media Player demos |
13 | 13 |
|
14 | 14 | The following is a list of links to demos of the Azure Media Player. You can download all of the [Azure Media Player samples](https://github.com/Azure-Samples/azure-media-player-samples) from GitHub.
|
15 | 15 |
|
16 |
| -## Demo Listing ## |
| 16 | +## Demo listing |
17 | 17 |
|
18 |
| -| Sample Name | Programmatic via JavaScript | Static via HTML5 video element | Description | |
| 18 | +| Sample name | Programmatic via JavaScript | Static via HTML5 video element | Description | |
19 | 19 | | ------------|----------------------------|-------------------------------------|--------------|
|
20 | 20 | | Basic |
|
21 | 21 | | Set Source | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_setsource.html) | [Static](https://amp.azure.net/libs/amp/latest/samples/videotag_setsource.html) |Playback unprotected content.|
|
22 | 22 | | Features |
|
23 | 23 | | VOD Ad insertion - VAST | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_vast_ads_vod.html) | N/A | Insert pre- mid- and post- roll VAST ads into a VOD asset. |
|
24 | 24 | | Playback Speed | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_playback_speed.html)| N/A | Enables viewers to control what speed they're watching their video at. |
|
25 |
| -| AMP Flush Skin | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_flush_skin.html) | [Static](https://amp.azure.net/libs/amp/latest/samples/videotag_flush_skin.html) | Enables new AMP skin. **Note: AMP flush is only supported in AMP versions 2.1.0+** | |
| 25 | +| AMP Flush Skin | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_flush_skin.html) | [Static](https://amp.azure.net/libs/amp/latest/samples/videotag_flush_skin.html) | Enables new AMP skin. **Note:** AMP flush is only supported in AMP versions 2.1.0+ | |
26 | 26 | | Captions and Subtitles | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_webvtt.html) | [Static](https://amp.azure.net/libs/amp/latest/samples/videotag_webvtt.html) | Playback with WebVTT subtitles.
|
27 | 27 | | Live CEA 708 Captions | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_live_captions.html) | N/A | Playback with live CEA 708 inbound captions with the captions left-aligned. |
|
28 | 28 | | Streaming with Progressive Fallback | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_progressiveFallback.html) | [Static](https://amp.azure.net/libs/amp/latest/samples/videotag_progressiveFallback.html) | Basic setup of adaptive playback with fallback for progressive if streaming not supported on platform. |
|
@@ -61,7 +61,7 @@ Options to show how to display audio tracks menu on the default skin. |
|
61 | 61 | | Select bitrate | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_selectBitrate.html) | N/A | Selecting a bitrate from the list of bitrates. This sample only works on some techs. |
|
62 | 62 | | Select audio stream | [Dynamic](https://amp.azure.net/libs/amp/latest/samples/dynamic_selectAudioStream.html) | N/A | Selecting an Audio Stream from the list of available audio streams. This sample only works on some techs. |
|
63 | 63 |
|
64 |
| -## Next steps ## |
| 64 | +## Next steps |
65 | 65 |
|
66 | 66 | <!---Some context for the following links goes here--->
|
67 | 67 | - [Azure Media Player Quickstart](azure-media-player-quickstart.md)
|
0 commit comments