Encode and Deliver Content on Demand with Azure Media Services using .NET SDK
The sample 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
Use Nuget to install the latest Azure Media Services .NET SDK extensions.
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:
- Get started with delivering content on demand using .NET SDK
- How to encode an asset using Media Encoder Standard.
More information
You can view AMS learning paths here:
Další ukázky od: Julia Kornich
- Encode and Deliver a Live Stream with Azure Media Services using .NET SDK
- Copy blobs into an Azure Media Services asset
- Using PlayReady and/or Widevine Dynamic Common Encryption with .NET
- Using Azure Media Services to Dynamically encrypt your assets with AES-128
- Use Azure Media Services to deliver PlayReady and/or Widevine licenses with .NET