I’ve spent a lot of time talking about Azure Media Services, attempting to show step by step how to get started in the media world through the Microsoft solution. It is true that many times we are dealing with new…
Posts tagged Azure Media Services
Update Encoding Reserved Units from .NET
Yes, I know, today I haven’t stopped publishing but there is so much to learn! and these are questions or requests asking me and whenever I have the chance, I like to share with everyone. This morning we saw how…
Azure Media Services: Modify Streaming Reserved Units from .NET
In order to automate the reserved units for the streaming service, we can use the following code in C#: It’s available an async method for this action as well: ScaleAsync. This is an example to use it: Also, If we…
Microsoft Azure Media Services: Testing output formats in Live Streaming
When we’re working with Microsoft Azure and Media Services – Live Streaming is important to check the different output formats, provided by the dynamic packaging funcionality. As I told in a previous post, to get the desired format you have…
Wirecast 6 & Microsoft Azure Media Services
In this November was published on MSDN an article about AMS Live Streaming working with Wirecast. With the new Wirecast 6 version, we have a «Microsoft Azure Media Services» option through Output Settings section… to make our job easier. Now…
Azure Media Encoder: pricing changes… update your code!
On October 1st It was announced on the official Azure blog a significant change for the price related to the encoding in Microsoft Azure Media Services: From now only be charged for output gigabytes. What is important to know is…
Microsoft Azure Media Services event in Barcelona!
On October 28 and 29 you’ll have the opportunity to learn more about Azure Media Services at the Hilton Diagonal Mar Barcelona hotel. We have prepared a free event where you can find out more about our media solution in…
Create a channel for live streaming from Azure Media Services SDK for .NET
Yesterday I talked about the new preview for Live Streaming in Azure Media Services. As we saw is quite easy to create channels from the portal, but there are situations where we need to make this process automatic and configurable…
Microsoft Azure Media Services – Live Streaming
Just a week ago live streaming preview for Azure Media Services was released. This feature had been used before by the Olympic Winter Games 2014 and during the FIFA 2014. Now we can enjoy the preview from our homes too!….
Index videos using Azure Media Indexer and generate captions automatically
Last week it was announced the first version of Azure Media Indexer processor, which will allow us to analyze our media content with the goal of being able to search and get the timestamp at which the keywords are used…
Clean an Azure Media Services account from .NET
When we are developing, a method that you cannot forget is one to remove all assets, locators, jobs and access policies that we have accumulated after extensive testing. The truth is it’s very simple, since we only go every list…
Create thumbnails for an asset in Microsoft Azure Media Services
When we’re working with media we have to know a very important feature: creating thumbnails because It will be easy for us to recognize the content of the video. Within Microsoft Azure Media Services we can create these images through…