/media-services-v3-dotnet-tutorials

The projects in this repository support the Azure Media Services v3 tutorials topics.

Primary LanguageC#MIT LicenseMIT

services platforms author
media-services
dotnet
Juliako

Azure Media Services v3 tutorials

The projects in this repository support the Azure Media Services v3 tutorials topics:

Project name Article
UploadEncodeAndStreamFiles/UploadEncodeAndStreamFiles.csproj Tutorial: Upload, encode, download, and stream videos
AnalyzeVideos/AnalyzeVideos.csproj Tutorial: Analyze videos with Media Services

Prerequisites

To run samples in this repository, you need:

Required assemblies

The following NuGet packages were added to the project:

  • Microsoft.Azure.Management.Media -Version 1.0.0
  • Microsoft.IdentityModel.Clients.ActiveDirectory -Version 3.19.4
  • WindowsAzure.Storage -Version 9.1.1

To run each project in the solution

  • Clean and rebuild the solution.
  • Set the desired project as the Set as Startup project.
  • Add appropriate values to the local configuration file. For more information, see Access APIs.