313 questions with Azure Media Services tags

Sort by: Updated
1 answer

Access to XMLHttpRequest has been blocked by CORS policy in VideoIndexer API

Until 2020, I was able to use the VideoIndexer API without any errors, but in 2021, the VideoIndexer API suddenly became unavailable due to CORS policy. Is there a solution?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2021-01-07T08:59:41.127+00:00
sudachi 1 Reputation point
answered 2021-01-12T00:22:48.697+00:00
sudachi 1 Reputation point
2 answers One of the answers was accepted by the question author.

extract usage data from VOD media services

Planning to use media services to host and deliver VOD media. I will provide URLS to consumers of video for each asset. I dont control what player or client the video consumers would use. What AZURE services would I use to gather end user data.…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-12-26T16:12:12.15+00:00
accepted 2020-12-30T01:42:53.087+00:00
1 answer One of the answers was accepted by the question author.

Will it be possible to use my own cdn instead Azure CDN to deliver media content?

I have everything setup in Azure media services; working fine. But I want to optimize CDN egress cost. Will it be possible to use other CDN solution for DRM protected content?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-12-23T14:22:10.03+00:00
NewUser 26 Reputation points
commented 2020-12-24T08:31:53.363+00:00
ajkuma 24,396 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

About the end event of live distribution in Azure Media Player

Hello I want to see a live stream on my website. So I want to start an event when the live is over. What I think is azure media service If you get the streaming URL using the streaming endpoint and streaming locator using live events in I…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-12-17T01:05:55.28+00:00
井上 翔太 21 Reputation points
accepted 2020-12-22T07:54:43.407+00:00
井上 翔太 21 Reputation points
1 answer

Can the Video Analyser Create Translated Closed Captions?

We use Azure video analyser to generate transcripts, mostly in English. We now would like to extend our functionality Can Azure create closed captions? can the captions be translated to other languages? Thank you!

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-12-17T18:38:55.943+00:00
Boclips 1 Reputation point
answered 2020-12-18T03:22:38.547+00:00
Jason Hogg 6 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Video indexer language model

Hello! Is there any special requirements for the text file for language model in Video Indexer? Can you provide some working examples?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-12-09T08:58:36.297+00:00
Lehtonen Tommi (KAVI) 21 Reputation points
accepted 2020-12-10T10:32:11.103+00:00
Lehtonen Tommi (KAVI) 21 Reputation points
1 answer

How to prevent Truncated URL on JobInput with python sdk

When submitting a job to Azure Media Services, I'm getting an error because the input url is being truncated unexpectedly. #python 2 from msrestazure.azure_active_directory import ServicePrincipalCredentials from azure.mgmt.media import…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-18T19:31:22.357+00:00
Benjamin Dean 1 Reputation point
answered 2020-11-23T17:54:22.497+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

I would like to store a video file in the Cloud that is accessible from any browser using an identifying URL

I need to create a reference URL to a video file up in the cloud so it is retrievable from any browser.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-21T04:03:50.487+00:00
sherwin dubren 1 Reputation point
answered 2020-11-21T15:05:29.603+00:00
brtrach-MSFT 15,786 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

What is the best way to reference a thumbnail generated from encoding?

Hello, I'm currently upgrading our AMS system from v2 to v3. We are using two transforms that point to the same output asset: one standard Adaptive Streaming one for video, and a {Best} macro thumbnail generation. It generates the thumbnail just…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-17T19:38:41.833+00:00
Anthony Metcalfe 21 Reputation points
commented 2020-11-20T09:12:49.137+00:00
ajkuma 24,396 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Pricing for Streaming Videos with AMS

Hi, I used the pricing calculator for AMS for streaming and it comes out to $64.50 on standard. https://azure.microsoft.com/en-ca/pricing/details/media-services/ Is this the price per month regardless of any consumption of bandwidth for delivery…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-15T00:21:44.327+00:00
Alex Ip 196 Reputation points
accepted 2020-11-19T23:09:43.043+00:00
Alex Ip 196 Reputation points
3 answers One of the answers was accepted by the question author.

How to create a new StreamingEndpoint for AMS

I'm trying to acces the client.StreamingEndpoints.CreateAsync method that requires resourceGroupName, accountName, streamingEndpointName and paramaeters of type StreamingEndpoint. How do I access this method. I can't seem to figure out how to create a…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-11T14:28:45.487+00:00
nbm-Syncronet 191 Reputation points
commented 2020-11-16T21:22:17.177+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer One of the answers was accepted by the question author.

StreamingEndpoints.GetAsync returns null

await client.StreamingEndpoints.GetAsync(config.ResourceGroup, config.AccountName, streamingEndpointName); I have a little issue where this line of code keeps returning null. I'm quite sure that I created everything correctly for the Config and the…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-11T11:02:02.067+00:00
nbm-Syncronet 191 Reputation points
commented 2020-11-12T11:45:14.647+00:00
ajkuma 24,396 Reputation points Microsoft Employee
2 answers

Widevine license renewal from Azure License Service

Hello , Does the Azure licensing service support license renewal for widevine licences ?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-11-03T13:17:20.133+00:00
Anes Hmida 81 Reputation points
answered 2020-11-05T21:08:07.843+00:00
Anes Hmida 81 Reputation points
2 answers

JWT Token exp and nbf field required

We're still working on a new streaming service, but we've been testing over the past few weeks without setting the expiration and not-before fields on our tokens and everything has been working just fine. Recently (the past couple days?) it suddenly…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-09-25T16:27:08.68+00:00
Stephen Augenstein 1 Reputation point
commented 2020-11-03T04:12:15.8+00:00
ajkuma 24,396 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to use Terraform to create Media Service Content Key Policy

When using Terraform there is a module to create the Media Service, but not to create the Content Key Policy. https://www.terraform.io/docs/providers/azurerm/r/media_services_account.html I can see Azure Content Key Polcies support the .Net SDK, REST…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-19T14:18:56.63+00:00
Chris Pateman 26 Reputation points
commented 2020-10-30T08:43:48.547+00:00
Chris Pateman 26 Reputation points
2 answers

FairPlay problem

Hello, I have problem with FairPlay configuration, I have configured multi drm content policy ( Widevide, PlayReady , FairPlay ) , for test purposes without token restriction. Works fine for Widevide and PlayReady , with FairPlay there is a problem (…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-27T09:07:45.98+00:00
Marcin Szaniec 1 Reputation point
commented 2020-10-27T16:33:40.67+00:00
Marcin Szaniec 1 Reputation point
0 answers

Widevine license renewal from server

Good morning everyone, I have a question concerning widevine license renewal, Im trying to renew a license from the azure license service using the dynamic URL provided in the manifest , but when i do the renewal , the license URL returns THE SAME…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-27T14:06:30.873+00:00
Anes Hmida 81 Reputation points
1 answer

Widevine license renewal

Good morning everyone, I have a question concerning widevine license renewal, I have a music app in which I wish to grant people permission to download music and be able to play it back in offline mode and grant them license renewals. My question…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-22T08:26:27.27+00:00
Anes Hmida 81 Reputation points
commented 2020-10-26T08:39:47.297+00:00
Anes Hmida 81 Reputation points
1 answer One of the answers was accepted by the question author.

DRM Protection questions

Hello There, I want to ask some questions about DRM that I can't wrap my head around and I wish you guys could answer me. Now I'm making a music player app, I have multiple users, here are my questions : 1 - what stops a user that has my DRM…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-13T14:36:11.283+00:00
Anes Hmida 81 Reputation points
commented 2020-10-14T07:52:36.8+00:00
Anes Hmida 81 Reputation points
2 answers

Unable to access my media services rest v2 endpoint with token generated from AAD auth

I created a service principal with owner access. Generated a token and tried to list the Assets through v2 media rest endpoint but I am getting 401 without any error in the body Followed the complete procedure.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
asked 2020-10-08T12:51:43.53+00:00
ashutoshvijaysingh101 1 Reputation point
commented 2020-10-08T22:11:16.32+00:00
John Deutscher 241 Reputation points