gitesh.tyagi
gitesh.tyagi

Reputation: 2381

Azure media service asset management

After reading all official documentation on azure media services using .net sdk

I'm unable to manage assets under scenario say in a music streaming application.

Problems:-

  1. When new Asset with single AssetFile is created then new task can encode it to Smooth Streaming but there is no way to add new media files in that asset later and encode only newly added files(correct me if i am wrong)
  2. Even if new asset is created each time new AssetFile need to be added then it will limit the number of files one can have.(As max number of assets are limited to (Number of Encoding Reserved Units + Number of On-Demand Streaming Reserved Units + 1) * 10,000)

So how am I supposed to manage assets, if i want to make scalable music streaming application design?

Upvotes: 5

Views: 448

Answers (1)

gitesh.tyagi
gitesh.tyagi

Reputation: 2381

Since No one answered it here, Anyone looking for same kind of suggestion can head over to the answer at msdn forum

Upvotes: 2

Related Questions