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/latest/release-notes.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ editor: ''
11
11
ms.service: media-services
12
12
ms.workload: na
13
13
ms.topic: article
14
-
ms.date: 12/13/2019
14
+
ms.date: 02/03/2020
15
15
ms.author: juliako
16
16
---
17
17
@@ -32,14 +32,33 @@ To stay up-to-date with the most recent developments, this article provides you
32
32
> Currently, you cannot use the Azure portal to manage v3 resources. Use the [REST API](https://aka.ms/ams-v3-rest-sdk), CLI, or one of the supported SDKs.
33
33
34
34
For more information, see [Migration guidance for moving from Media Services v2 to v3](migrate-from-v2-to-v3.md#known-issues).
35
-
35
+
36
36
## January 2020
37
37
38
38
### Improvements in media processors
39
39
40
40
- Improved support for interlaced sources in Video Analysis – such content is now de-interlaced correctly before being sent to inference engines.
41
41
- When generating thumbnails with the “Best” mode, the encoder now searches beyond 30 seconds to select a frame that is not monochromatic.
42
-
42
+
43
+
### Azure Government cloud updates
44
+
45
+
Media Services GA’ed in the following Azure Government regions: *USGov Arizona* and *USGov Texas*.
46
+
47
+
## December 2019
48
+
49
+
Added CDN support for *Origin-Assist Prefetch* headers for both live and video on-demand streaming; available for customers who have direct contract with Akamai CDN. Origin-Assist CDN-Prefetch feature involves the following HTTP header exchanges between Akamai CDN and Azure Media Services origin:
50
+
51
+
|HTTP header|Values|Sender|Receiver|Purpose|
52
+
| ---- | ---- | ---- | ---- | ----- |
53
+
|CDN-Origin-Assist-Prefetch-Enabled | 1 (default) or 0 |CDN|Origin|To indicate CDN is prefetch enabled|
54
+
|CDN-Origin-Assist-Prefetch-Path| Example: <br/>Fragments(video=1400000000,format=mpd-time-cmaf)|Origin|CDN|To provide prefetch path to CDN|
55
+
|CDN-Origin-Assist-Prefetch-Request|1 (prefetch request) or 0 (regular request)|CDN|Origin|To indicate the request from CDN is a prefetch|
56
+
57
+
To see part of the header exchange in action, you can try the following steps:
58
+
59
+
1. Use Postman or curl to issue a request to Media Services origin for an audio or video segment or fragment. Make sure to add the header CDN-Origin-Assist-Prefetch-Enabled: 1 in the request.
60
+
2. In the response, you should see the header CDN-Origin-Assist-Prefetch-Path with a relative path as its value.
0 commit comments