Skip to content

isabella232/media-services-dotnet-on-demand-encoding-with-media-encoder-standard

 
 

Repository files navigation

page_type languages products description urlFragment
sample
csharp
azure
The sample shows how to encode media on demand with Media Encoder Standard.
media-services-dotnet-on-demand-encoding-with-media-encoder-standard

Encode and Deliver Content on Demand with Azure Media Services v2 using .NET SDK

NOTE

You can find the latest and most extensive Media Services v3 .NET samples in the Azure Media Services v3 repository.

Overview

The sample in this repo shows how to encode media on demand with Media Encoder Standard. The following media processing operations are shown:

  • How to generate a thumbnail.
  • How to encode to audio only.
  • How to encoder to adaptive bitrate MP4s.

Running this sample

  1. Use Nuget to install the latest Azure Media Services .NET SDK extensions.

    Install-Package windowsazure.mediaservices.extensions.

  2. Update the appSettings section of the app.config file with appropriate values. For more information, see this topic.

     <?xml version="1.0"?>
     <configuration>
       <appSettings>
     	    <add key="AMSAADTenantDomain" value="AADTenantDomain" />
     	    <add key="AMSRESTAPIEndpoint" value="RESTAPIEndpoint" />
       </appSettings>
     </configuration>
    

About the code

For more information, see the following topics:

More information

You can view AMS learning paths here:

About

The sample shows how to encode media on demand with Media Encoder Standard using .NET

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%