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/live-transcription.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ At preview, following are the known issues with Live Transcription
99
99
100
100
* The feature is available only in West US 2.
101
101
* 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).
103
103
* With respect to content protection, only AES envelope encryption is supported.
Copy file name to clipboardExpand all lines: articles/media-services/latest/release-notes.md
+36-2Lines changed: 36 additions & 2 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: 10/07/2019
14
+
ms.date: 12/13/2019
15
15
ms.author: juliako
16
16
---
17
17
@@ -31,6 +31,40 @@ To stay up-to-date with the most recent developments, this article provides you
31
31
32
32
For more information, see [Migration guidance for moving from Media Services v2 to v3](migrate-from-v2-to-v3.md#known-issues).
33
33
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
+
34
68
## September 2019
35
69
36
70
### Media Services v3
@@ -71,7 +105,7 @@ For details, see [Migrate WAME to Media Encoder Standard](https://go.microsoft.c
71
105
72
106
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).
73
107
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.
0 commit comments