Computer vision service failed to ingest video file

Srinu Tamada 25 Reputation points
2024-11-29T08:28:13.1033333+00:00

I created an index and added a video file to the index. Got 201 and 202 status code respectively. And when I check ingestion completion status, i got state as "Failed".

Here is the error:

{'value': [{'name': 'my-ingestion', 'state': 'Failed', 'batchName': '6c49fc26-9002-4918-aedf-f3eda26f9e42', 'createdDateTime': '2024-11-29T08:18:15.1028110Z', 'lastModifiedDateTime': '2024-11-29T08:18:28.3059203Z'}]} 

Let me know how to address it. The same logic was working a week ago for the same video.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
397 questions
{count} votes

Accepted answer
  1. SriLakshmi C 1,460 Reputation points Microsoft Vendor
    2024-12-02T18:55:57.9533333+00:00

    Hi Srinu Tamada,

    I'm glad to hear that your issue has been resolved. And thanks for sharing the information, which might be beneficial to other community members reading this thread as solution. Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", so I'll reiterate the previous response to an answer in case you'd like to accept the answer. This will help other users who may have a similar query find the solution more easily. 

     Ask: Computer vision service failed to ingest video file

    Solution: The issue got resolve by generating SAS url for blob videos at run time instead of storing them temporary. In our case, SAS url was expired. That reason why it was working and then failed.

     If you have any further questions or concerns, please don't hesitate to ask. We're always here to help.

    Thank you!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.