Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 633
gitesh.tyagi Avatar asked Nov 01 '22 12:11

gitesh.tyagi


1 Answers

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

like image 162
gitesh.tyagi Avatar answered Nov 08 '22 05:11

gitesh.tyagi