1

How can we use Microsoft Video Indexer API to process live streamed video.

Christopher Bennage
  • 2,578
  • 2
  • 22
  • 32

1 Answers1

1

I think you'll need to have a delay (let's say 10 seconds) between the time the video is being recorded and the time the video is actually being streamed to the user with the outputs of the Video Indexer API to allow time for processing.

What you'll have to interpret in order to achieve your goal is download the last (let's say 10 seconds) chunk of your live streaming video to your server, use the Video Indexer API to process it, and then return the results along with the 10 seconds that was just processed, and repeat while considering the exact time it will take to complete that process.

Ali Heikal
  • 3,790
  • 3
  • 18
  • 24