0

I have azure media service already in my project and i am using C# core api and angular for frontend . now I want to replace ams with azure video indexer . I can use my old video from container using c# ?

Want to create a simple player from my azure container video file

Akash Gupta
  • 103
  • 8
  • Akash, based on my understanding of your question description, your are look to use Azure Video Indexer (AVI) to analyze and index your video files stored in Azure Blob Storage containers. If yes, you may use the AVI API to extract insights from your videos, such as keywords, topics, and transcripts. You can then use the Embed visual widgets in your application feature to embed the player in your application Kindly provide more details about your requirement. You can use the API to upload your files, get detailed video insights, get URLs of embeddable insight and player widgets+ – AjayKumar Jul 13 '23 at 04:33
  • Adding more: https://learn.microsoft.com/azure/azure-video-indexer/upload-index-videos [Official Azure Media Services | Video Indexer Samples[(https://github.com/Azure-Samples/media-services-video-indexer) – AjayKumar Jul 13 '23 at 04:33

1 Answers1

0

Akash, based on my understanding of your question description, your are look to use Azure Video Indexer (AVI) to analyze and index your video files stored in Azure Blob Storage containers. If yes, you may use the AVI API to extract insights from your videos, such as keywords, topics, and transcripts. You can then use the Embed visual widgets in your application feature to embed the player in your application Kindly provide more details about your requirement. You can use the API to upload your files, get detailed video insights, get URLs of embeddable insight and player widgets+

Adding more info: Official Azure Media Services | Video Indexer

Samples: https://github.com/Azure-Samples/media-services-video-indexer

(summarizing from my comments above)

AjayKumar
  • 2,812
  • 1
  • 9
  • 28