Skip to content

Commit 9cc33e5

Browse files
last revision pass
1 parent a368837 commit 9cc33e5

19 files changed

+66
-64
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
items:
3737
- name: Samples
3838
href: https://github.com/Azure-Samples/azure-media-player-samples
39-
- name: Options
40-
href: azure-media-player-options.md
39+
- name: API
40+
href: https://docs.microsoft.com/en-us/javascript/api/azuremediaplayer/?view=azure-node-latest
4141
- name: API methods
4242
href: azure-media-player-api-methods.md
43+
- name: Options
44+
href: azure-media-player-options.md
4345
- name: Error codes
4446
href: azure-media-player-error-codes.md
4547
- name: Known issues

articles/media-services/azure-media-player/azure-media-player-accessibility.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Azure Media Player Accessiblity
2+
title: Azure Media Player Accessibility
33
description: Learn more about the Azure Media Player's accessibility settings.
44
author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
77
ms.topic: overview
8-
ms.date: 03/16/2020
8+
ms.date: 04/20/2020
99
---
1010

1111
# Accessibility #
@@ -14,7 +14,7 @@ Azure Media Player works with screen reader capabilities such as Windows Narrato
1414

1515
## Captions and subtitles ##
1616

17-
At this time, Azure Media Player currently supports captions for only On Demand events with WebVTT format and live events using CEA 708. TTML format is currently unsupported. Captions and subtitles allow the player to cater to and empower a broader audience, including people with hearing disabilities or those who want to read along in a different language. Captions also increase video engagement, improve comprehension, and make it possible to view the video in sound sensitive environments, like a workplace.
17+
At this time, Azure Media Player currently supports captions for only On-Demand events with WebVTT format and live events using CEA 708. TTML format is currently unsupported. Captions and subtitles allow the player to cater to and empower a broader audience, including people with hearing disabilities or those who want to read along in a different language. Captions also increase video engagement, improve comprehension, and make it possible to view the video in sound sensitive environments, like a workplace.
1818

1919
## High contrast mode ##
2020

@@ -26,7 +26,7 @@ The default UI in Azure Media Player is compliant with most device/browser high
2626

2727
Tabbing focus, provided by general HTML standards, is available in Azure Media Player. In order to enable tab focusing, you must add `tabindex=0` (or another value if you understand how tab ordering is affected in HTML) to the HTML `<video>` like so: `<video ... tabindex=0>...</video>`. On some platforms, the focus for the controls may only be present if the controls are visible and if the platform supports these capabilities.
2828

29-
Once tabbing focus is enabled, the end user can effectively navigate and control the video player without depending on their mouse. Each context menu or controllable element can be navigated to by hitting the tab button and selected with enter or spacebar. Hitting the enter or spacebar on a context menu will expand it so the end user can continue tabbing through to select a menu item. Once you have context of the item you wish to select, hit enter or spacebar again to complete the selection.
29+
Once tabbing focus is enabled, the end user can effectively navigate and control the video player without depending on their mouse. Each context menu or controllable element can be navigated to by hitting the tab button and selected with enter or spacebar. Hitting enter or spacebar on a context menu will expand it so the end user can continue tabbing through to select a menu item. Once you have context of the item you wish to select, hit enter or spacebar again to complete the selection.
3030

3131
### HotKeys ###
3232

articles/media-services/azure-media-player/azure-media-player-api-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
77
ms.topic: reference
8-
ms.date: 03/16/2020
8+
ms.date: 04/20/2020
99
---
1010

1111

articles/media-services/azure-media-player/azure-media-player-changelog.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
77
ms.topic: overview
8-
ms.date: 03/16/2020
8+
ms.date: 04/20/2020
99
---
1010
# Changelog #
1111

@@ -38,7 +38,7 @@ ms.date: 03/16/2020
3838
### Changes 2.2.3 ###
3939

4040
- [Change][AMP] Added more information in the log to enable better diagnostics
41-
- [Change][AMP] When more than 1 bitrate is available at the same screen resolution, all the bitrates are available for selection
41+
- [Change][AMP] When more than one bitrate is available at the same screen resolution, all the bitrates are available for selection
4242

4343
## 2.2.2 (Official Update) ##
4444

@@ -66,9 +66,7 @@ ms.date: 03/16/2020
6666

6767
### Changes ###
6868

69-
<!---API needs onboarding. Removed link until this happens to get doc to pass Acrolinx--->
70-
-[Change][Live captioning] Changed API name for CEA captions from 608 to 708.
71-
<!--> for more details, see [here](index.html#amp.player.cea708captionssettings)-->
69+
- [Change][Live captioning] Changed API name for CEA captions from 608 to 708. For more information, see [CEA708 Captions Settings](https://docs.microsoft.com/javascript/api/azuremediaplayer/amp.player.cea708captionssettings)-->
7270

7371
## 2.2.0 (Official Release) ##
7472

@@ -164,13 +162,13 @@ ms.date: 03/16/2020
164162

165163
- [Bug Fix][Accessibility][Focus]Users cannot tab to focus on custom buttons added to the right of the full screen button in the control bar
166164
- [Bug Fix][IE11][Volume bar]Tabbing to volume pop-up makes the entire video screen flash in IE11 while in full-screen mode
167-
- [Bug Fix][Skin|Flush] Space displayed between control bar and volume bar pop up
165+
- [Bug Fix][Skin|Flush] Space displayed between control bar and volume bar pop-up
168166
- [Bug Fix][AMP][Captions]Old embedded tracks are not cleared when source is changed on an existing player
169167
- [Bug Fix][Accessibility][Narrator]Screen Reader reads volume control incorrectly
170168
- [Bug Fix][FlashSS]Play Event occasionally doesn't fire from Flash tech
171169
- [Bug Fix][AMP][Focus] Play/pause requires two clicks when player has focus and is in full screen mode
172170
- [Bug Fix][AMP][Skin]Incorrect duration being displayed on progress bar for a specific asset
173-
- [Bug Fix][Ads][Ad Butler] VAST parser doesn't handle VAST file which does not have progress event
171+
- [Bug Fix][Ads][Ad Butler] VAST parser doesn't handle VAST file that does not have progress event
174172
- [Bug Fix][SDN][AMP 2.1.1] Fixed issue for Hive SDN plugin support
175173
- [Bug Fix][Accessibility]Narrator reads "Midnight Mute Button" when user has focus of volume button
176174

@@ -228,8 +226,8 @@ ms.date: 03/16/2020
228226
- [Bug Fix][iOS]Setting Autoplay to false yields infinite spinner in Safari for iOS
229227
- [Bug Fix] Seeking to a time greater than content duration yields infinite spinner
230228
- [Bug Fix] Hotkeys require multiple keyboard tabs to get context of the player to work
231-
- [Bug Fix] Video freezes for a few seconds after re-sizing the player in certain assets
232-
- [Bug Fix] Infinite spinner( after seek completes) when user does multiple seeks quickly
229+
- [Bug Fix] Video freezes for a few seconds after resizing the player in certain assets
230+
- [Bug Fix] Infinite spinner(after seek completes) when user does multiple seeks quickly
233231
- [Bug Fix] Control bar is not hidden during inactivity
234232
- [Bug Fix] Opening a webapp that hosts AMP can cause the webpage to be loaded twice
235233
- [Bug Fix] Infinite while playing content certain assets via Flash Tech
@@ -269,7 +267,7 @@ ms.date: 03/16/2020
269267
- [Change][Samples]Added sample for playback speed
270268
- [Change][Samples]Added sample for Flush Skin
271269

272-
## 2.0.0 ( Beta Release) ##
270+
## 2.0.0 (Beta Release) ##
273271

274272
- [Change]updated to VJS5
275273
- [feature] Added new fluid API for player responsiveness fluid
@@ -354,7 +352,7 @@ ms.date: 03/16/2020
354352
- [Bug Fix] Exception being thrown on manifestPlayableWindowLength()
355353
- [Bug Fix] Viewer cannot always click play on the video after the video has ended to rewatch
356354
- [Bug Fix] Responsive sizing not conforming to rapid window size changes
357-
- [Bug Fix][Edge|IE] Responsive sizing not taking into affect on page load for width=x, height=auto
355+
- [Bug Fix][Edge|IE] Responsive sizing not taking into effect on page load for width=x, height=auto
358356
- [Bug Fix][Android|Chrome] Chrome asking permissions to playback DRM content when content is not encrypted
359357
- [Bug Fix][Accessibility][Edge] Keyboard controls do not correctly select context menu items
360358
- [Bug Fix][Accessibility] Missing displayed border in high contrast mode
@@ -397,14 +395,14 @@ ms.date: 03/16/2020
397395
- [Bug Fix][Accessibility] Missing outline on focus on progress bar seek head
398396
- [Bug Fix][Accessibility] Context menus have a shadow in high contrast mode
399397
- [Bug Fix][iOS] native player WebVTT captions playback not working
400-
- [Bug Fix][AzureHtml5JS] Error 0x0100002 should be shown when playing HTTP stream on HTTPS site which instead yields infinite spinner as a result of mixed content
398+
- [Bug Fix][AzureHtml5JS] Error 0x0100002 should be shown when playing HTTP stream on HTTPS site that instead yields infinite spinner as a result of mixed content
401399
- [Bug Fix][AzureHtml5JS] Missing end segment causing looping health check error displaying a perceived infinite buffering state
402-
- [Bug Fix][AzureHtml5JS] Incorrect audio track name in menu when useManifestForLabel=false and 3 letter language codes are used
400+
- [Bug Fix][AzureHtml5JS] Incorrect audio track name in menu when useManifestForLabel=false and three letter language codes are used
403401
- [Bug Fix][AzureHtml5JS|Chrome] Perceived infinite buffer state at the end of content caused by floating point imprecision in duration with JavaScript in Chrome
404402
- [Bug Fix][FlashSS] Non-fatal intermittent error momentarily displayed when flash player created
405403
- [Bug Fix][FlashSS] Playback failing when video and audio streams use different timescales due to rounding imprecision failing with "Fragment url (...) is failed to generate FLVTags"
406404
- [Bug Fix][FlashSS] Issues parsing manifest urls with encoded spaces
407-
- [Bug Fix][FlashSS] Missing check to determine if Flash player version >= 11.4 which causes an error in playback instead of falling back to the next tech in the techOrder
405+
- [Bug Fix][FlashSS] Missing check to determine if Flash player version >= 11.4 that causes an error in playback instead of falling back to the next tech in the techOrder
408406
- [Bug Fix][FlashSS][AES] Issues accepting AES tokens with underscores in it
409407
- [Bug Fix][SilverlightSS|OSX] "//" prefixing a manifest instead of the protocol (HTTP or HTTPS) is recognized as a local file yielding infinite spinner
410408

@@ -476,7 +474,7 @@ ms.date: 03/16/2020
476474

477475
### Features 1.5.0 ###
478476

479-
- [Feature] Enhancements for general web security (prevention of injection, XSS, etc)
477+
- [Feature] Enhancements for general web security (prevention of injection, XSS, etc.)
480478
- [Feature] SDN plugin integration hooks for sourceset event and options.sdn
481479
- [Feature] Robustness handling of 5XX and 4XX errors during playback
482480

@@ -508,7 +506,7 @@ ms.date: 03/16/2020
508506

509507
### Features 1.3.0 ###
510508

511-
- [Feature] [AzureHtml5JS] [FlashSS] Audio switching of same codec Multi-Audio content
509+
- [Feature] [AzureHtml5JS] [FlashSS] Audio switching of the same codec Multi-Audio content
512510

513511
### Bug Fixes 1.3.0 ###
514512

@@ -571,7 +569,7 @@ ms.date: 03/16/2020
571569

572570
### Bug Fixes 1.0.0 ###
573571
<!---What is that actually supposed to say?--->
574-
- [Bug Fix] [AzureHtml5JS] Live playback freezing on MPD updates when there are small imprecision in the timestamp
572+
- [Bug Fix] [AzureHtml5JS] Live playback freezing on MPD updates when there are small imprecisions in the timestamp
575573
- [Bug Fix] [AzureHtml5JS] Mitigated several Live playback issues
576574
- [Bug Fix] [AzureHtml5JS] Flush buffers when window size heuristics is on and go to a higher resolution screen
577575
- [Bug Fix] [AzureHtml5JS] Chrome now properly shows ended event. Linked to previous known issue of *Chrome will not properly send â&euro;œendedâ&euro; event when using AzureHtml5JS. There is an issue in the underlying browser.*
@@ -592,7 +590,7 @@ ms.date: 03/16/2020
592590

593591
### Bug Fixes 0.2.0 ###
594592

595-
- [Bug Fix] big play button now viewable on WP8.1
593+
- [Bug Fix] large play button now viewable on WP8.1
596594
- [Bug Fix] fixed multiple live playback issues
597595
- [Bug Fix] unmute button now works on the UI
598596
- [Bug Fix] updated UI loading experience for autoplay mode

articles/media-services/azure-media-player/azure-media-player-error-codes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
77
ms.topic: error-reference
8-
ms.date: 03/13/2020
8+
ms.date: 04/20/2020
99
---
1010

1111
# Error codes #
@@ -108,7 +108,7 @@ There is no tech player that can play the requested sources, but if Flash plugin
108108

109109
"A network error caused the video download to fail part-way." is displayed to the end user.
110110

111-
AzureHtml5JS failed to playback from a http 404 response.
111+
AzureHtml5JS failed to playback from an http 404 response.
112112

113113
### Categorizing errors ###
114114

@@ -138,7 +138,7 @@ AzureHtml5JS failed to playback from a http 404 response.
138138

139139
### Catching a specific error ###
140140

141-
The following code catches just just 404 errors:
141+
The following code catches just 404 errors:
142142

143143
```javascript
144144
if(myPlayer.error().code & amp.errorCode.networkErrHttpUrlNotFound) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
77
ms.topic: reference
8-
ms.date: 03/13/2020
8+
ms.date: 04/20/2020
99
---
1010

1111
# Feature list #
@@ -50,7 +50,7 @@ Here is the list of tested features and unsupported features:
5050
| 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 |
53-
| 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 |
53+
| 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 |
5454
| 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. |
5555
| Custom Skins | | | X | | Turn setting controls to false in AMP and using your own HTML and CSS. |
5656
| Seek Bar Scrubbing | | | | X | |

0 commit comments

Comments
 (0)