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.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
302 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 25,666 Reputation points Microsoft Employee
    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