Skip to content

Latest commit

 

History

History
 
 

Encoding_PredefinedPreset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Encoding With MES Predefined Preset

This sample demonstrates how to create an encoding Transform that uses a built-in preset for adaptive bitrate encoding and ingests a file directly from an HTTPs source URL, publish output asset for streaming, and download results for verification.

Prerequisites

Required Assemblies:

  • Azure.Identity
  • Azure.ResourceManager.Media
  • Azure.Storage.Blobs
  • System.Linq.Async

An Azure Media Services account. See the steps described in Create a Media Services account.

Build and run

Update the settings in appsetting.json in the root folder of the repository to match your Azure subscription, resource group and Media Services account. Then build and run the sample in Visual Studio or VS Code.

Next steps