Skip to content

Commit afeeea4

Browse files
acrolix warnings
1 parent 2de461b commit afeeea4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ms.date: 03/16/2020
9393

9494
### Changes 2.1.9 ###
9595

96-
- [Change][Flash][AES] Modified Flash tech logic to not use sharedbytearrays for AES decryption as Adobe has blocked the usage as of Flash 30. Please note, playback will only work once Adobe deploys a new version of Flash due to a bug in v30. Please see [known issues](azure-media-player-known_issues.md) for more details
96+
- [Change][Flash][AES] Modified Flash tech logic to not use sharedbytearrays for AES decryption as Adobe has blocked the usage as of Flash 30. Please note, playback will only work once Adobe deploys a new version of Flash due to a bug in v30. Please see [known issues](azure-media-player-known-issues.md) for more details
9797

9898
## 2.1.8 (Official Update) ##
9999

@@ -112,7 +112,7 @@ ms.date: 03/16/2020
112112

113113
### Changes 2.1.8 ###
114114

115-
- [Change]Updated 0x0600001 errror to display when AES content is played back with Flash 30 as it's not supported at this time. Please see [known issues](azure-media-player-known_issues.md) for more details
115+
- [Change]Updated 0x0600001 errror to display when AES content is played back with Flash 30 as it's not supported at this time. Please see [known issues](azure-media-player-known-issues.md) for more details
116116
- [Change] Added additional retries for live scenarios when manifest requests 404 or returns empty manifests.
117117

118118
## 2.1.7 (Official Update) ##

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for this software, unless other terms accompany those items. If so, those terms
3030
**a. Installation and Use.** You may use the software with your programs that deliver, receive, playback or otherwise handle video or audio content in the delivery chain with Microsoft Azure Media Services.
3131
**b. Included Microsoft Programs.** The software contains other Microsoft programs. These license terms apply to your use of those programs.
3232
**c. Third Party Programs.** The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only.
33-
**d. Third Party Notices.** Third party scripts, linked to, called or referenced from the software, are licensed to you by the third parties that own such code, not by Microsoft, see [Microsoft Azure Terms of Use](http://azure.microsoft.com/en-us/support/legal/)
33+
**d. Third Party Notices.** Third party scripts, linked to, called or referenced from the software, are licensed to you by the third parties that own such code, not by Microsoft, see [Microsoft Azure Terms of Use](https://azure.microsoft.com/support/legal/)
3434

3535
2. **SCOPE OF LICENSE.** The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not
3636
- work around any technical limitations in the software;
@@ -43,7 +43,7 @@ for this software, unless other terms accompany those items. If so, those terms
4343

4444
3. **DOCUMENTATION.** Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.
4545

46-
4. **EXPORT RESTRICTIONS.** The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting.
46+
4. **EXPORT RESTRICTIONS.** The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see [Microsoft exporting](https://www.microsoft.com/exporting).
4747

4848
5. **SUPPORT SERVICES.** Because this software is "as is," we may not provide support services for it.
4949

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title:
3-
description:
2+
title: Azure Media Player Overview
3+
description: Learn more about the Azure Media Player.
44
author: IngridAtMicrosoft
55
ms.author: inhenkel
66
ms.service: media-services
@@ -10,19 +10,19 @@ ms.date: 03/16/2020
1010

1111
# Azure Media Player overview #
1212

13-
Azure Media Player is a web video player built to playback media content from [Microsoft Azure Media Services](http://azure.microsoft.com/en-us/services/media-services/) on a wide variety of browsers and devices. Azure Media Player utilizes industry standards, such as HTML5, Media Source Extensions (MSE) and Encrypted Media Extensions (EME) to provide an enriched adaptive streaming experience. When these standards are not available on a device or in a browser, Azure Media Player uses Flash and Silverlight as fallback technology. Regardless of the playback technology used, developers will have a unified JavaScript interface to access APIs. This allows for content served by Azure Media Services to be played across a wide-range of devices and browsers without any extra effort.
13+
Azure Media Player is a web video player built to playback media content from [Microsoft Azure Media Services](https://azure.microsoft.com/services/media-services/) on a wide variety of browsers and devices. Azure Media Player utilizes industry standards, such as HTML5, Media Source Extensions (MSE) and Encrypted Media Extensions (EME) to provide an enriched adaptive streaming experience. When these standards are not available on a device or in a browser, Azure Media Player uses Flash and Silverlight as fallback technology. Regardless of the playback technology used, developers will have a unified JavaScript interface to access APIs. This allows for content served by Azure Media Services to be played across a wide-range of devices and browsers without any extra effort.
1414

1515
Microsoft Azure Media Services allows for content to be served up with DASH, Smooth Streaming and HLS streaming formats to playback content. Azure Media Player takes into account these various formats and automatically plays the best link based on the platform/browser capabilities. Microsoft Azure Media Services also allows for dynamic encryption of assets with common encryption (PlayReady or Widevine) or AES-128 bit envelope encryption. Azure Media Player allows for decryption of PlayReady and AES-128 bit encrypted content when appropriately configured. See the [Protected Content](azure-media-player-protected-content.md) section for how to configure this.
1616

17-
To request new features, provide ideas or feedback, please submit to [UserVoice for Azure Media Player](http://aka.ms/ampuservoice). If you have and specific issues, questions or find any bugs, drop us a line at [email protected].
17+
To request new features, provide ideas or feedback, please submit to [UserVoice for Azure Media Player](https://aka.ms/ampuservoice). If you have and specific issues, questions or find any bugs, drop us a line at [email protected].
1818

19-
[Sign up](http://aka.ms/ampsignup) to never miss a release and to stay up to date with the latest that Azure Media Player has to offer.
19+
[Sign up](https://aka.ms/ampsignup) to never miss a release and to stay up to date with the latest that Azure Media Player has to offer.
2020

2121
Please note that Azure Media Player only supports media streams from Azure Media Services.
2222

2323
## License ##
2424

25-
Azure Media Player is licensed and subject to the terms outlined in the Microsoft Software License Terms for Azure Media Player. Please see [license file](azure-media-player-license.md) for full terms. Please see the [Privacy Statement](http://www.microsoft.com/en-us/privacystatement/default.aspx) for more information.
25+
Azure Media Player is licensed and subject to the terms outlined in the Microsoft Software License Terms for Azure Media Player. Please see [license file](azure-media-player-license.md) for full terms. Please see the [Privacy Statement](https://www.microsoft.com/en-us/privacystatement/default.aspx) for more information.
2626

2727
Copyright 2015 Microsoft Corporation.
2828

0 commit comments

Comments
 (0)