You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/azure-media-player/azure-media-player-accessibility.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Azure Media Player Accessiblity
2
+
title: Azure Media Player Accessibility
3
3
description: Learn more about the Azure Media Player's accessibility settings.
4
4
author: IngridAtMicrosoft
5
5
ms.author: inhenkel
6
6
ms.service: media-services
7
7
ms.topic: overview
8
-
ms.date: 03/16/2020
8
+
ms.date: 04/20/2020
9
9
---
10
10
11
11
# Accessibility #
@@ -14,7 +14,7 @@ Azure Media Player works with screen reader capabilities such as Windows Narrato
14
14
15
15
## Captions and subtitles ##
16
16
17
-
At this time, Azure Media Player currently supports captions for only OnDemand 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.
18
18
19
19
## High contrast mode ##
20
20
@@ -26,7 +26,7 @@ The default UI in Azure Media Player is compliant with most device/browser high
26
26
27
27
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.
28
28
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.
Copy file name to clipboardExpand all lines: articles/media-services/azure-media-player/azure-media-player-changelog.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
5
5
ms.author: inhenkel
6
6
ms.service: media-services
7
7
ms.topic: overview
8
-
ms.date: 03/16/2020
8
+
ms.date: 04/20/2020
9
9
---
10
10
# Changelog #
11
11
@@ -38,7 +38,7 @@ ms.date: 03/16/2020
38
38
### Changes 2.2.3 ###
39
39
40
40
-[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
42
42
43
43
## 2.2.2 (Official Update) ##
44
44
@@ -66,9 +66,7 @@ ms.date: 03/16/2020
66
66
67
67
### Changes ###
68
68
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)-->
72
70
73
71
## 2.2.0 (Official Release) ##
74
72
@@ -164,13 +162,13 @@ ms.date: 03/16/2020
164
162
165
163
-[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
166
164
-[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 popup
165
+
-[Bug Fix][Skin|Flush] Space displayed between control bar and volume bar pop-up
168
166
-[Bug Fix][AMP][Captions]Old embedded tracks are not cleared when source is changed on an existing player
169
167
-[Bug Fix][Accessibility][Narrator]Screen Reader reads volume control incorrectly
170
168
-[Bug Fix][FlashSS]Play Event occasionally doesn't fire from Flash tech
171
169
-[Bug Fix][AMP][Focus] Play/pause requires two clicks when player has focus and is in full screen mode
172
170
-[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
174
172
-[Bug Fix][SDN][AMP 2.1.1] Fixed issue for Hive SDN plugin support
175
173
-[Bug Fix][Accessibility]Narrator reads "Midnight Mute Button" when user has focus of volume button
176
174
@@ -228,8 +226,8 @@ ms.date: 03/16/2020
228
226
-[Bug Fix][iOS]Setting Autoplay to false yields infinite spinner in Safari for iOS
229
227
-[Bug Fix] Seeking to a time greater than content duration yields infinite spinner
230
228
-[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
233
231
-[Bug Fix] Control bar is not hidden during inactivity
234
232
-[Bug Fix] Opening a webapp that hosts AMP can cause the webpage to be loaded twice
235
233
-[Bug Fix] Infinite while playing content certain assets via Flash Tech
@@ -269,7 +267,7 @@ ms.date: 03/16/2020
269
267
-[Change][Samples]Added sample for playback speed
270
268
-[Change][Samples]Added sample for Flush Skin
271
269
272
-
## 2.0.0 (Beta Release) ##
270
+
## 2.0.0 (Beta Release) ##
273
271
274
272
-[Change]updated to VJS5
275
273
-[feature] Added new fluid API for player responsiveness fluid
@@ -354,7 +352,7 @@ ms.date: 03/16/2020
354
352
-[Bug Fix] Exception being thrown on manifestPlayableWindowLength()
355
353
-[Bug Fix] Viewer cannot always click play on the video after the video has ended to rewatch
356
354
-[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
358
356
-[Bug Fix][Android|Chrome] Chrome asking permissions to playback DRM content when content is not encrypted
359
357
-[Bug Fix][Accessibility][Edge] Keyboard controls do not correctly select context menu items
360
358
-[Bug Fix][Accessibility] Missing displayed border in high contrast mode
@@ -397,14 +395,14 @@ ms.date: 03/16/2020
397
395
-[Bug Fix][Accessibility] Missing outline on focus on progress bar seek head
398
396
-[Bug Fix][Accessibility] Context menus have a shadow in high contrast mode
399
397
-[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
401
399
-[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
403
401
-[Bug Fix][AzureHtml5JS|Chrome] Perceived infinite buffer state at the end of content caused by floating point imprecision in duration with JavaScript in Chrome
404
402
-[Bug Fix][FlashSS] Non-fatal intermittent error momentarily displayed when flash player created
405
403
-[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"
406
404
-[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
408
406
-[Bug Fix][FlashSS][AES] Issues accepting AES tokens with underscores in it
409
407
-[Bug Fix][SilverlightSS|OSX] "//" prefixing a manifest instead of the protocol (HTTP or HTTPS) is recognized as a local file yielding infinite spinner
410
408
@@ -476,7 +474,7 @@ ms.date: 03/16/2020
476
474
477
475
### Features 1.5.0 ###
478
476
479
-
-[Feature] Enhancements for general web security (prevention of injection, XSS, etc)
477
+
-[Feature] Enhancements for general web security (prevention of injection, XSS, etc.)
480
478
-[Feature] SDN plugin integration hooks for sourceset event and options.sdn
481
479
-[Feature] Robustness handling of 5XX and 4XX errors during playback
482
480
@@ -508,7 +506,7 @@ ms.date: 03/16/2020
508
506
509
507
### Features 1.3.0 ###
510
508
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
512
510
513
511
### Bug Fixes 1.3.0 ###
514
512
@@ -571,7 +569,7 @@ ms.date: 03/16/2020
571
569
572
570
### Bug Fixes 1.0.0 ###
573
571
<!---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
575
573
-[Bug Fix][AzureHtml5JS] Mitigated several Live playback issues
576
574
-[Bug Fix][AzureHtml5JS] Flush buffers when window size heuristics is on and go to a higher resolution screen
577
575
-[Bug Fix][AzureHtml5JS] Chrome now properly shows ended event. Linked to previous known issue of *Chrome will not properly send “ended†event when using AzureHtml5JS. There is an issue in the underlying browser.*
@@ -592,7 +590,7 @@ ms.date: 03/16/2020
592
590
593
591
### Bug Fixes 0.2.0 ###
594
592
595
-
-[Bug Fix]big play button now viewable on WP8.1
593
+
-[Bug Fix]large play button now viewable on WP8.1
596
594
-[Bug Fix] fixed multiple live playback issues
597
595
-[Bug Fix] unmute button now works on the UI
598
596
-[Bug Fix] updated UI loading experience for autoplay mode
Copy file name to clipboardExpand all lines: articles/media-services/azure-media-player/azure-media-player-feature-list.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: IngridAtMicrosoft
5
5
ms.author: inhenkel
6
6
ms.service: media-services
7
7
ms.topic: reference
8
-
ms.date: 03/13/2020
8
+
ms.date: 04/20/2020
9
9
---
10
10
11
11
# Feature list #
@@ -50,7 +50,7 @@ Here is the list of tested features and unsupported features:
50
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.). |
51
51
| UI Localization || X ||||
52
52
| 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 VASTcompliant 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 |
54
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
55
| Custom Skins ||| X || Turn setting controls to false in AMP and using your own HTML and CSS. |
0 commit comments