Questions tagged [azure-video-indexer]

Use this tag for all questions related to Microsoft Azure Video Analyzer for Media - Video Indexer

Microsoft Azure Video Analyzer for Media (formerly known as Video Indexer) - videoindexer.ai

65 questions
1
vote
1 answer

How can Microsoft Video Indexer API process live streamed video?

How can we use Microsoft Video Indexer API to process live streamed video.
0
votes
1 answer

I want to create a simple video player same like azure media service

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…
Akash Gupta
  • 103
  • 8
0
votes
0 answers

Importing data from trial account to different subscription

I have an older videoindexer.ai trial account that i would like to download my videos from. however, when I try to run an import from the trial site to my new Azure internal FTE non-production subscription, the process fails. Thanks
0
votes
1 answer

Turning off facial recognition in azure video indexer service classic account

I wanted to turn off the facial recognition in the video indexer classic account. When checked in the Settings of the videoindexer portal I do see the option for unchecking the celebrity recognition but no option for complete facial detection off.…
0
votes
2 answers

Playlist A does not belong to account B

I've built a cloud flow which gets an "Action 'Get_Video_Captions' failed" error when tested. The "Error Details" field says "Playlist 'b___A' does not belong to account '4___1'. Trace id: '9___5'." (strings replaced with underscores.) The "How to…
0
votes
0 answers

Can't get or delete videos in the Azure Video Indexer account

Issue: I uploaded videos to Indexer but there was a problem and now some of the videos are "frozen" (never updating the indexing progress) and others are simply unavailable. Goal: I would like to remove them. But for some reason I can't do it. I…
D3-one 6
  • 45
  • 5
0
votes
1 answer

Azure video indexer: Identify duplicate videos

I am trying to build a project around Azure Video Indexer. To save costs I would like to make sure there's no similar/ duplicate video already uploaded to video indexer. Is there a way to achieve/ check this before we upload video to indexer? I…
0
votes
2 answers

Azure Video Indexer - Azure Media Service

i've created an azure video indexer that is related to a media service account. Add to it i've created a storage account to media service. I've uploaded the video in it but when i go on azure video indexer portal the video is not exist. How they…
0
votes
2 answers

analysing video stream for conditions

Not entirely new to azure, but new to the Media Services available on azure. I am looking for suggestion on what azure components I should consider to build a solution to analyze video for certain conditions. (e.g. 1) Presence of a human - Yes/No,…
Sachin
  • 65
  • 2
  • 6
0
votes
0 answers

Azure Get Video Index or Get Project Index API response body is blank

This is about Azure Video Indexer API. I am using a trial account. (Using Corporate account to log in to the Video Indexer portal but using a trial, not a paid account yet). I uploaded a few videos using Indexer Portal. Then I am trying to use the…
0
votes
1 answer

Once an insight is available for any video can we get the same insight translated into any other language?

We are already using Azure but limited to English only However, now we want to expand and add a feature where the user can select a language from a list of languages to translate the available insights. Now our question is that we do get video…
0
votes
1 answer

Video unavailable when loading from Azure Video Indexer API

I am having problems with indexing a video, If I try to load a video with a URL from the Azure media service, Video Indexer throws error and abruptly fails indexing with error message "Video Unavailable", this happens if I load it with the API or…
0
votes
1 answer

Cannot connect to Azure Video Indexer API

I'm struggling for days trying to connect to an ARM Azure video indexer API. I followed up all the steps in this official guide ending up having an Azure Video Indexer resource. After that I generated a "Contributor"/"Account" token to upload a…
Leonardo
  • 13
  • 4
0
votes
1 answer

Sequence of Video Indexer indexing outputs of videos having same duration with other factors being same

Does VideoIndexer finish indexing videos in sequence if video duration is 1min each and are sent after a consecutive gap of 1min? Will it affect the speed of indexing when multiple instances of indexing are in progress?
0
votes
2 answers

Getting insights from Azure Video Analyzer using an IP camera(no iot edge capability) live stream

I want to use an IP camera without iot edge support to live stream the video footage to azure and I want to get insights from video using Azure Video Analyzer for Media(aka VideoIndexer). I have came across 2 possible ways to achieve it in…