0

In my Video Indexer, every time I upload a video I get these 3 different asset folders. When I upload 3 different videos, there will be 9 new asset containers. This is also the result when I use logic app. What could be the problem here? And what could be the solution.

enter image description here

1 Answers1

1

What you are seeing are the Azure Media Services assets https://learn.microsoft.com/en-us/azure/media-services/latest/assets-concept

This is by design. If you want, you can build a process to delete them.

Ika
  • 1,456
  • 1
  • 15
  • 24
  • When I delete these assets, does it affect the videos I have uploaded in the Video Indexer? – gwynn causing May 06 '21 at 05:41
  • Yes, for example, you won't be able to download, re-index and streaming. – Ika May 06 '21 at 07:14
  • Also, if you don't need streaming you can upload the video without streaming preset and you can save cost as well. – Ika May 06 '21 at 07:30
  • If its okay may I know to do that? I only want to upload videos and get the sentiments, I also don't need the assets container, what could be the ways to disable the creation of assets? – gwynn causing May 06 '21 at 14:45
  • You can't avoid the assets creation. You can delete them after you get the content. Regarding the upload configuration you can set the indexingPreset in https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video – Ika May 25 '21 at 12:16