Skip to content

Commit dbf12f6

Browse files
acrolinx scores
1 parent 85ccedb commit dbf12f6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/media-services/azure-media-player/TOC.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
- name: Overview
22
items:
3-
- name: Azure Media Player Overview
3+
- name: Azure Media Player overview
44
href: azure-media-player-overview.md
55
- name: Release notes
66
href: azure-media-player-release-notes.md
77
- name: Changelog
88
href: azure-media-player-changelog.md
99
- name: Quickstarts
1010
items:
11-
- name: Azure Media Player Quickstart
11+
- name: Azure Media Player quickstart
1212
href: azure-media-player-quickstart.md
1313
- name: Tutorials
1414
items:
15-
- name: Full setup of Azure Media Player
15+
- name: Azure Media Player full setup
1616
href: azure-media-player-full-setup.md
1717
- name: Concepts
1818
items:
19-
- name: Playback Technology
19+
- name: Playback technology
2020
href: azure-media-player-playback-technology.md
2121
- name: Protected content
2222
href: azure-media-player-protected-content.md
2323
- name: Feature list
2424
href: azure-media-player-feature-list.md
25-
- name: URL Rewriter
25+
- name: URL rewriter
2626
href: azure-media-player-url-rewriter.md
2727
- name: Accessibility
2828
href: azure-media-player-accessibility.md
29-
- name: Writing Plugins
29+
- name: Writing plugins
3030
href: azure-media-player-writing-plugins.md
3131
- name: Plugin gallery
3232
href: azure-media-player-plugin-gallery.md
@@ -38,7 +38,7 @@
3838
href: https://github.com/Azure-Samples/azure-media-player-samples
3939
- name: Options
4040
href: azure-media-player-options.md
41-
- name: API
41+
- name: API methods
4242
href: azure-media-player-api-methods.md
4343
- name: Error codes
4444
href: azure-media-player-error-codes.md

articles/media-services/azure-media-player/azure-media-player-feature-list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here is the list of tested features and unsupported features:
1414
| | TESTED | PARTIALLY TESTED | UNTESTED | UNSUPPORTED | NOTES |
1515
|:----------------------------------------|--------|------------------|----------|-------------|:---------------------------------------------------------------------------------------------------------------------|
1616
| Playback | | | | | |
17-
| Basic On Demand Playback | X | | | | Supports streams from Azure Media Services only |
17+
| Basic On-Demand Playback | X | | | | Supports streams from Azure Media Services only |
1818
| Basic Live Playback | X | | | | Supports streams from Azure Media Services only |
1919
| AES | X | | | | Supports Azure Media Services Key Delivery Service |
2020
| Multi-DRM | | X | | | |
@@ -47,19 +47,19 @@ Here is the list of tested features and unsupported features:
4747
| Heuristics - Customization | | | X | | Customization is only available with the AzureHtml5JS tech. |
4848
| Discontinuities | X | | | | |
4949
| Select Bitrate | X | | | | This API is only available on the AzureHtml5JS and FlashSS techs. |
50-
| Multi-Audio Stream | | X | | | Programatic audio switch is supported on AzureHtml5JS and FlashSS techs, and is available through UI selection on AzureHtml5JS, FlashSS and native Html5 (in Safari). Note that most platforms require the same codec private data to switch audio streams (same codec, channel, sampling rate, etc). |
50+
| Multi-Audio Stream | | X | | | Programmatic audio switch is supported on AzureHtml5JS and FlashSS techs, and is available through UI selection on AzureHtml5JS, FlashSS, and native Html5 (in Safari). Most platforms require the same codec private data to switch audio streams (same codec, channel, sampling rate, etc.). |
5151
| UI Localization | | X | | | |
5252
| Multi-instance Playback | | | | X | This scenario may work for some techs but is currently unsupported and untested. You may also get this to work using iframes |
5353
| Ads Support | | x | | | AMP supports the insertion of pre- mid- and post-roll linear ads from VAST compliant ad servers for VOD in the AzureHtml5JS tech |
54-
| Analytics | | X | | | AMP provides the ability to listen to analytics and diagnostic events in order to send to an Analytics backend of your choice. Note that all events and properties are not available across techs due to platform limitations. |
55-
| Custom Skins | | | X | | This scenario can be achieved by turning setting controls to false in AMP and using your own HTML and CSS. |
54+
| Analytics | | X | | | AMP provides the ability to listen to analytics and diagnostic events in order to send to an Analytics backend of your choice. All events and properties are not available across techs due to platform limitations. |
55+
| Custom Skins | | | X | | Turn setting controls to false in AMP and using your own HTML and CSS. |
5656
| Seek Bar Scrubbing | | | | X | |
5757
| Trick-Play | | | | X | |
5858
| Audio Only | | | | X | May work in some techs for Adaptive Streaming but is currently not supported and does not work in AzureHtml5JS. Progressive MP3 playback can work with the HTML5 tech if the platform supports it. |
5959
| Video Only | | | | X | May work in some techs for Adaptive Streaming but is currently not supported and does not work in AzureHtml5JS. |
6060
| Multi-period Presentation | | | | X |
6161
| Multiple camera angles | | | | X | |
62-
| Playback Speed | | X | | | Playback speed is supported in most scenarios besides the mobile case due to a partial bug in Chrome |
62+
| Playback Speed | | X | | | Playback speed is supported in most scenarios except the mobile case due to a partial bug in Chrome |
6363

6464
## Next steps ##
6565
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

0 commit comments

Comments
 (0)