Skip to content

Commit fb33dc4

Browse files
authored
Merge pull request #103242 from Juliako/patch-180
Update release-notes.md
2 parents b6fd817 + 38a5174 commit fb33dc4

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

articles/media-services/latest/release-notes.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editor: ''
1111
ms.service: media-services
1212
ms.workload: na
1313
ms.topic: article
14-
ms.date: 12/13/2019
14+
ms.date: 02/03/2020
1515
ms.author: juliako
1616
---
1717

@@ -32,14 +32,33 @@ To stay up-to-date with the most recent developments, this article provides you
3232
> 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.
3333
3434
For more information, see [Migration guidance for moving from Media Services v2 to v3](migrate-from-v2-to-v3.md#known-issues).
35-
35+
3636
## January 2020
3737

3838
### Improvements in media processors
3939

4040
- Improved support for interlaced sources in Video Analysis – such content is now de-interlaced correctly before being sent to inference engines.
4141
- 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.
61+
4362
## November 2019
4463

4564
### Live transcription Preview

0 commit comments

Comments
 (0)