Skip to content

Commit fe943cb

Browse files
authored
Merge pull request #98950 from johndeu/master
updated November Readme for Media Services
2 parents 4a9aad6 + 02a24ce commit fe943cb

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

articles/media-services/latest/live-transcription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ At preview, following are the known issues with Live Transcription
9999

100100
* The feature is available only in West US 2.
101101
* Applications need to use the preview APIs, described in the [Media Services v3 OpenAPI Specification](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mediaservices/resource-manager/Microsoft.Media/preview/2019-05-01-preview/streamingservice.json) specification.
102-
* The only supported language is English.
102+
* The only supported language is English (en-us).
103103
* With respect to content protection, only AES envelope encryption is supported.
104104

105105
## Next steps

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

Lines changed: 36 additions & 2 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: 10/07/2019
14+
ms.date: 12/13/2019
1515
ms.author: juliako
1616
---
1717

@@ -31,6 +31,40 @@ To stay up-to-date with the most recent developments, this article provides you
3131
3232
For more information, see [Migration guidance for moving from Media Services v2 to v3](migrate-from-v2-to-v3.md#known-issues).
3333

34+
## November 2019
35+
36+
### Live transcription Preview
37+
38+
Live transcription is now in public preview and available for use in the West US 2 region.
39+
40+
Live transcription is designed to work in conjunction with live events as an add-on capability. It is supported on both pass-through and Standard or Premium encoding live events. When this feature is enabled, the service uses the [Speech-To-Text](../../cognitive-services/speech-service/speech-to-text.md) feature of Cognitive Services to transcribe the spoken words in the incoming audio into text. This text is then made available for delivery along with video and audio in MPEG-DASH and HLS protocols. Billing is based on a new add-on meter that is additional cost to the live event when it is in the "Running" state. For details on Live transcription and billing, see [Live transcription](live-transcription.md)
41+
42+
> [!NOTE]
43+
> Currently, live transcription is only available as a preview feature in the West US 2 region. It supports transcription of spoken words in English (en-us) only at this time.
44+
45+
### Content protection
46+
47+
The *Token Replay Prevention* feature released in limited regions back in September is now available in all regions.
48+
Media Services customers can now set a limit on the number of times the same token can be used to request a key or a license. For more information, see [Token Replay Prevention](content-protection-overview.md#token-replay-prevention).
49+
50+
### New recommended live encoder partners
51+
52+
Added support for the following new recommended partner encoders for RTMP live streaming:
53+
54+
- [Cambria Live 4.3](https://www.capellasystems.net/products/cambria-live/)
55+
- [GoPro Hero7/8 and Max action cameras](https://gopro.com/help/articles/block/getting-started-with-live-streaming)
56+
- [Restream.io](https://restream.io/)
57+
58+
### File Encoding enhancements
59+
60+
- Improved performance and multi-threading for the re-sizer in Media Encoder Standard. Under specific conditions, customer should see a performance boost between 5-40% VOD encoding. Low complexity content encoded into multiple bit-rates will see the highest performance increases.
61+
- Standard encoding now maintains a regular GOP cadence for variable frame rate (VFR) contents during VOD encoding when using the time-based GOP setting. This means that customer submitting mixed frame rate content that varies between 15-30 fps for example should now see regular GOP distances calculated on output to adaptive bitrate streaming MP4 files. This will improve the ability to switch seamlessly between tracks when delivering over HLS or DASH.
62+
- Improved AV sync for variable frame rate (VFR) source content
63+
64+
### Video Indexer, Video analytics
65+
66+
- Keyframes extracted using the VideoAnalyzer preset are now in the original resolution of the video instead of being resized. High resolution keyframe extraction gives you original quality images and allows you to make use of the image-based artificial intelligence models provided by the Microsoft Computer Vision and Custom Vision services to gain even more insights from your video.
67+
3468
## September 2019
3569

3670
### Media Services v3
@@ -71,7 +105,7 @@ For details, see [Migrate WAME to Media Encoder Standard](https://go.microsoft.c
71105

72106
When streaming content protected with token restriction, end users need to obtain a token that is sent as part of the key delivery request. The *Token Replay Prevention* feature allows Media Services customers to set a limit on how many times the same token can be used to request a key or a license. For more information, see [Token Replay Prevention](content-protection-overview.md#token-replay-prevention).
73107

74-
This feature is currently available in US Central and US West Central.
108+
As of July, the preview feature was only available in US Central and US West Central.
75109

76110
## June 2019
77111

0 commit comments

Comments
 (0)