Skip to content

Commit f80d656

Browse files
links and next steps
1 parent 62db802 commit f80d656

16 files changed

+100
-92
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Azure Media Player supports controlling through keyboard hot key. In a web brows
4444
## Next steps
4545

4646
<!---Some context for the following links goes here--->
47-
- [link to next logical step for the customer](global-quickstart-template.md)
47+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

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
@@ -69,4 +69,4 @@ Events should be registered for directly after initializing the player for the f
6969
## Next steps ##
7070

7171
<!---Some context for the following links goes here--->
72-
- [link to next logical step for the customer](global-quickstart-template.md)
72+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

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

Lines changed: 49 additions & 44 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Describe details of the error, bits 27-20 provide a high level, bits 19-0 provid
4444
| **MEDIA_ERR_ABORTED errors range (0x0100000 - 0x01FFFFF)** | | |
4545
| abortedErrUnknown | 0x0100000 | Generic abort error |
4646
| abortedErrNotImplemented | 0x0100001 | Abort error, not implemented |
47-
| abortedErrHttpMixedContentBlocked | 0x0100002 | Abort error, mixed content blocked - generally occurs when loading an http:// stream from an https:// page |
47+
| abortedErrHttpMixedContentBlocked | 0x0100002 | Abort error, mixed content blocked - generally occurs when loading an `http://` stream from an `https://` page |
4848
| **MEDIA_ERR_NETWORK errors start value (0x0200000 - 0x02FFFFF)** | | |
4949
| networkErrUnknown | 0x0200000 | Generic network error |
5050
| networkErrHttpBadUrlFormat | 0x0200190 | Http 400 error response |
@@ -61,7 +61,7 @@ Describe details of the error, bits 27-20 provide a high level, bits 19-0 provid
6161
| networkErrTimeout | 0x0200258 | Network timeout error
6262
| networkErrErr | 0x0200259 | Network connection error response |
6363
| **MEDIA_ERR_DECODE errors (0x0300000 - 0x03FFFFF)** | | |
64-
| decodeErrUnknown | 0x0300000 | Generic decode error |
64+
| decodeErrUnknown | 0x0300000 | Generic decode error |
6565
| **MEDIA_ERR_SRC_NOT_SUPPORTED errors (0x0400000 - 0x04FFFFF)** | | |
6666
| srcErrUnknown | 0x0400000 | Generic source not supported error |
6767
| srcErrParsePresentation | 0x0400001 | Presentation parse error |
@@ -148,5 +148,4 @@ The following code catches just just 404 errors:
148148
149149
## Next steps ##
150150
151-
<!---Some context for the following links goes here--->
152-
- [link to next logical step for the customer](global-quickstart-template.md)
151+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@ Here is the list of tested features and unsupported features:
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 besides the mobile case due to a partial bug in Chrome |
63+
64+
## Next steps ##
65+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

articles/media-services/azure-media-player/azure-media-player-full-setup.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 03/16/2020
1010

1111
# Azure Media Player full setup #
1212

13-
Azure Media Player is easy to set up. It only takes a few moments to get basic playback of media content right from your Azure Media Services account. [Samples](Samples.html) are also provided in the samples directory of the release.
13+
Azure Media Player is easy to set up. It only takes a few moments to get basic playback of media content right from your Azure Media Services account. [Samples](https://github.com/Azure-Samples/azure-media-player-samples) are also provided in the samples directory of the release.
1414

1515

1616
## Step 1: Include the Javascript and CSS files in the head of your page ##
@@ -25,7 +25,7 @@ With Azure Media Player, you can access the scripts from the CDN hosted version.
2525
<script src= "//amp.azure.net/libs/amp/latest/azuremediaplayer.min.js"></script>
2626

2727
> [!IMPORTANT]
28-
> You should **NOT** use the `latest` version in production, as this is subject to change on demand. Replace `latest` with a version of Azure Media Player. For example, replace `latest` with `2.1.1`. Azure Media Player versions can be queried from [here](changelog.html "Changelog").
28+
> You should **NOT** use the `latest` version in production, as this is subject to change on demand. Replace `latest` with a version of Azure Media Player. For example, replace `latest` with `2.1.1`. Azure Media Player versions can be queried from [here](azure-media-player-changelog.md).
2929
3030
> [!NOTE]
3131
> Since the `1.2.0` release, it is no longer required to include the location to the fallback techs (it will automatically pick up the location from the relative path of the azuremediaplayer.min.js file). You can modify the location of the fallback techs by adding the following script in the `<head>` after the above scripts.
@@ -110,7 +110,6 @@ Instead of using an element ID, you can also pass a reference to the element its
110110
myPlayer.src([{ src: "//example/path/to/myVideo.ism/manifest", type: "application/vnd.ms-sstr+xml"]);
111111
```
112112
113-
## Next steps
113+
## Next steps ##
114114
115-
<!---Some context for the following links goes here--->
116-
- [link to next logical step for the customer](global-quickstart-template.md)
115+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

articles/media-services/azure-media-player/azure-media-player-known-issues.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ ms.date: 03/16/2020
99
---
1010

1111
# Known Issues #
12+
1213
The current release has the following known issues:
1314

14-
### Azure Media Player ###
15+
## Azure Media Player ##
1516

1617
- Incorrectly configured encoders may cause issues with playback
1718
- Streams with timestamps greater than 2^53 may have playback issues.
@@ -31,35 +32,35 @@ The current release has the following known issues:
3132
- Minor aesthetic issues may occur in the UI when using high contrast mode of the device
3233
- URLs containing "%" or "+" in the fully decoded string may have problems setting the source
3334

34-
### Ad insertion ###
35+
## Ad insertion ##
3536

3637
- Ads may have issues being inserted (on demand or live) when an ad-blocker is installed in the browser
3738
- Mobile devices may have issues playing back ads.
3839

39-
### AzureHtml5JS ###
40+
## AzureHtml5JS ##
4041

4142
- If in the DVR window of Live content, and content finishes, timeline will continue to grow until seek to the area or reaching the end of the presentation.
4243
- Live presentations in Firefox with MSE enabled has some issues
43-
- Assets that are audio or video only will not play back via the AzureHtml5JS tech.
44+
- Assets that are audio or video only will not play back via the AzureHtml5JS tech.
4445
- If you'd like to play back assets without audio or video, you can do so by inserting blank audio or video using the [Azure Media Services Explorer tool](http://aka.ms/amse)
4546
- Instructions on how to insert silent audio can be found [here](https://azure.microsoft.com/en-us/documentation/articles/media-services-advanced-encoding-with-mes/#silent_audio)
4647

47-
### Flash ###
48+
## Flash ##
4849

4950
- AES content does not playback in Flash version 30.0.0.134 due to a bug in Adobe's caching logic. Adobe has fixed the issue and released it in 30.0.0.154
5051
- Tech and http failures (such as 404 network timeouts), the player will take longer to recover than other techs.
5152
- Click on video area with flashSS tech will not play/pause the player.
5253
- Infinite spinner can occur when player is stuck in the case where end user has Flash installed but does not give permission to load on the site. Player thinks plugin is available (as it is installed) and thinks plugin is running the content as JavaScript code has been sent but the browser settings have blocked plugin from executing until user accepts prompt to allow plugin. This can occur in all browsers.
5354

54-
### Silverlight ###
55+
## Silverlight ##
5556

5657
- Missing features
5758
- Tech and http failures (such as 404 network timeouts), the player will take longer to recover than other techs.
58-
- Safari and Firefox on Mac playback with Silverlight requires explicitly defining "http://" or "https://" for the source.
59+
- Safari and Firefox on Mac playback with Silverlight requires explicitly defining `"http://` or `https://` for the source.
5960
- If an API is missing for this tech, it will generally return null.
6061
- Infinite spinner can occur when player is stuck in the case where end user has Silverlight installed but does not give permission to load on the site. Player thinks plugin is available (as it is installed) and thinks plugin is running the content as JavaScript code has been sent but the browser settings have blocked plugin from executing until user accepts prompt to allow plugin. This can occur in all browsers.
6162

62-
### Native HTML5 ###
63+
## Native HTML5 ##
6364

6465
- Html5 tech is only sending canplaythrough event for first set source.
6566
- This tech only supports what the browser has implemented. Some features may be missing in this tech.
@@ -72,17 +73,17 @@ The current release has the following known issues:
7273
- IE8 playback does not currently work due to incompatibility with ECMAScript 5
7374
- In IE and some versions of Edge, fullscreen cannot be entered by tabbing to the button and selecting it or using the F/f hotkey.
7475

75-
### Google ###
76+
## Google ##
7677

7778
- Multiple encoding profiles in the same manifest has some playback issues in Chrome and is not recommended.
7879
- Chrome cannot playback HE-AAC with AzureHtml5JS. Follow details on the [bug tracker](https://bugs.chromium.org/p/chromium/issues/detail?id=534301).
7980
- As of Chrome v58, widevine content must be loaded/played back via the https:// protocol otherwise playback will fail.
8081

81-
### Mozilla ###
82+
## Mozilla ##
8283

8384
- Audio stream switch requires audio streams to have the same codec private data when using AzureHtml5JS. Firefox platform requires this.
8485

85-
### Apple ###
86+
## Apple ##
8687

8788
- Safari on Mac often enables Power Saver mode by default with the setting "Stop plug-ins to save power", which blocks plugins like Flash and Silverlight when they believe it is not in favor to the user. This block does not block the plugin's existent, only capabilities. Given the default techOrder, this may cause issues when attempting to playback
8889
- Mitigation 1: If the video player is 'front and center' (within a 3000 x 3000 pixel boundary starting at the top left corner of the document) it should still play.
@@ -98,7 +99,11 @@ The current release has the following known issues:
9899
- iOS audio stream switch can only be done though iOS native player UI and requires audio streams to have the same codec private data
99100
- Older versions of Safari may potentially have issues playing back live streams.
100101

101-
### Older Android ###
102+
## Older Android ##
102103

103104
- AES and restricted token content does not playback using iOS and older Android devices.
104-
- In order to achieve this scenario, a proxy must be added to your service.
105+
- In order to achieve this scenario, a proxy must be added to your service.
106+
107+
## Next steps ##
108+
109+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ Azure Media Player currently supports the following languages with their corresp
4747
4848
## Next steps ##
4949

50-
<!---Some context for the following links goes here--->
51-
- [link to next logical step for the customer](global-quickstart-template.md)
50+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,4 @@ This option is only available in Azure Media Player version 2.1.1 and later.
144144

145145
## Next steps ##
146146

147-
<!---Some context for the following links goes here--->
148-
- [link to next logical step for the customer](global-quickstart-template.md)
147+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

articles/media-services/azure-media-player/azure-media-player-playback-technology.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,4 @@ Given the recommended tech order with streaming content from Azure Media Service
6666
6767
## Next steps ##
6868
69-
<!---Some context for the following links goes here--->
70-
- [link to next logical step for the customer](global-quickstart-template.md)
69+
- [Azure Media Player Quickstart](azure-media-player-quickstart.md)

0 commit comments

Comments
 (0)