Click here to Skip to main content
15,880,543 members
Articles / Hosted Services / Azure
Technical Blog

Understanding Azure Media Service Core Components

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
15 Apr 2013CPOL1 min read 6.2K  
Understanding Azure Media Service Core Components.

Azure Media Service contains a few components. Let's look at an abstract.

image

You can find your existing components and their status by navigating to Link Resources in Azure Media Service.

image

Storage Account

Storage account is capable of storing media files that is uploaded to Azure Media service. Storage account is a Shared Resource which we can use for store other items through out the cloud. Storage Account is mapped to Cloud Storage.  You need to specify a existing account or you can create a new storage account when you are creating a Azure Media Service.

image

Single storage unit is called as Asset in the Azure Media Service. In the same time Asset is also refer as container in the Azure Storage context. Asset / Container is a group which can contains files.

When you go to Azure Media service you can view existing assets by navigating to CONTENT link in the azure.

image

Most people misunderstand Asset and Asset files. Though media service shows a publish URL; it doesn’t mean that you can view or download a asset. Actually it shows link to a Asset File inside the Asset.

Asset creation can be done using several security storage options.

  • AssetCreationOptions.None (No encryption)
  • AssetCreationOptions.CommonEncryptionProtected (Use for PlayReady protection )
  • AssetCreationOptions.StorageEncrypted (Store encrypted files) 

Encoder

Encoder is used to encode media files to MP4 format. MP4 encoded files are used to deliver the assets in either on demand or downloadable link. Currently Encoder support only following file types to encode: .asf, .avi, .m2ts, .m2v, .mp4, .mpeg, .mpg, .mts, .ts, .wmv.

On Demand Streaming

This component responsible for provide on demand stream based on demand parameters. This component uses ism, ismc, isma, ismv files to provide the service.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --