Skip to content

Latest commit

 

History

History

AssetFilters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dynamic packaging VOD content with filters

This sample demonstrates how to filter content using asset and account filters. It performs the following tasks:

  1. Creates an encoding Transform that uses a built-in preset for adaptive bitrate encoding.
  2. Ingests a file.
  3. Submits a job.
  4. Creates an asset filter.
  5. Creates an Account filter.
  6. Publishes output asset for streaming.
  7. Gets streaming url(s) with filters.
  8. Associates filters to a new streaming locator.
  9. Gets streaming url(s) for the new locator.

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 appsettings.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.

Key concepts

Next steps