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
| 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 |
48
48
|**MEDIA_ERR_NETWORK errors start value (0x0200000-0x02FFFFF)**|||
Copy file name to clipboardExpand all lines: articles/media-services/azure-media-player/azure-media-player-full-setup.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 03/16/2020
10
10
11
11
# Azure Media Player full setup #
12
12
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.
14
14
15
15
16
16
## 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.
> 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).
29
29
30
30
> [!NOTE]
31
31
> 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
Copy file name to clipboardExpand all lines: articles/media-services/azure-media-player/azure-media-player-known-issues.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ ms.date: 03/16/2020
9
9
---
10
10
11
11
# Known Issues #
12
+
12
13
The current release has the following known issues:
13
14
14
-
###Azure Media Player###
15
+
## Azure Media Player ##
15
16
16
17
- Incorrectly configured encoders may cause issues with playback
17
18
- Streams with timestamps greater than 2^53 may have playback issues.
@@ -31,35 +32,35 @@ The current release has the following known issues:
31
32
- Minor aesthetic issues may occur in the UI when using high contrast mode of the device
32
33
- URLs containing "%" or "+" in the fully decoded string may have problems setting the source
33
34
34
-
###Ad insertion###
35
+
## Ad insertion ##
35
36
36
37
- Ads may have issues being inserted (on demand or live) when an ad-blocker is installed in the browser
37
38
- Mobile devices may have issues playing back ads.
38
39
39
-
###AzureHtml5JS###
40
+
## AzureHtml5JS ##
40
41
41
42
- 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.
42
43
- 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.
44
45
- 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)
45
46
- 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)
46
47
47
-
###Flash###
48
+
## Flash ##
48
49
49
50
- 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
50
51
- Tech and http failures (such as 404 network timeouts), the player will take longer to recover than other techs.
51
52
- Click on video area with flashSS tech will not play/pause the player.
52
53
- 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.
53
54
54
-
###Silverlight###
55
+
## Silverlight ##
55
56
56
57
- Missing features
57
58
- 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.
59
60
- If an API is missing for this tech, it will generally return null.
60
61
- 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.
61
62
62
-
###Native HTML5###
63
+
## Native HTML5 ##
63
64
64
65
- Html5 tech is only sending canplaythrough event for first set source.
65
66
- 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:
72
73
- IE8 playback does not currently work due to incompatibility with ECMAScript 5
73
74
- 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.
74
75
75
-
###Google###
76
+
## Google ##
76
77
77
78
- Multiple encoding profiles in the same manifest has some playback issues in Chrome and is not recommended.
78
79
- Chrome cannot playback HE-AAC with AzureHtml5JS. Follow details on the [bug tracker](https://bugs.chromium.org/p/chromium/issues/detail?id=534301).
79
80
- As of Chrome v58, widevine content must be loaded/played back via the https:// protocol otherwise playback will fail.
80
81
81
-
###Mozilla###
82
+
## Mozilla ##
82
83
83
84
- Audio stream switch requires audio streams to have the same codec private data when using AzureHtml5JS. Firefox platform requires this.
84
85
85
-
###Apple###
86
+
## Apple ##
86
87
87
88
- 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
88
89
- 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:
98
99
- iOS audio stream switch can only be done though iOS native player UI and requires audio streams to have the same codec private data
99
100
- Older versions of Safari may potentially have issues playing back live streams.
100
101
101
-
###Older Android###
102
+
## Older Android ##
102
103
103
104
- 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)
0 commit comments