Integrate Microsoft Azure Video Indexer in LMS

Sheen K 21 Reputation points
2021-03-04T07:25:06.45+00:00

Hi,

I have a Learning Management system in php in which video is streaming via Vimeo . I want to integrate MS Azure Video indexer feature in this. Kindly help me out with its API so that we can integrate this in our code.

Community Center | Not monitored
0 comments No comments
{count} votes

Answer accepted by question author
  1. Ryan Hill 30,326 Reputation points Microsoft Employee Moderator
    2021-03-05T21:21:34.06+00:00

    Hi @Sheen K ,

    You can find Video Indexer API over at https://learn.microsoft.com/en-us/azure/media-services/video-indexer/video-indexer-use-apis. But you need direct access to the media file, as recommended. I could be wrong, but I don't think Vimeo allows direct access to the media file as an endpoint. If it does, then all you would really need to do, with regards to the sample code, is set videoUrl to the URI endpoint of the media file you're wanting to use.

    Regards,
    Ryan


0 additional answers

Sort by: Most helpful

Your answer

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