azure media service integration with CCTV's NVR

Salami Taofiq 1 Reputation point
2022-09-05T08:31:40.097+00:00

Hello everyone, I've been trying to integrate azure media service with my CCTV's NVR in order to pull the footages from my NVR to azure blob storage in order to do further analytics in azure media services

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.
268 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
237 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. John Deutscher (MSFT) 2,121 Reputation points Microsoft Employee
    2022-09-06T16:45:07.763+00:00

    AMS does not have any specific direct integration with NVRs on the market. You would likely have to write some custom logic and code to upload the content to Azure blobs and then submit that to Media Services.

    For analytics on Video, you can also look at the Video Indexer service, which offers a lot more features and customization support.

    Same workflow there, but you can point it to a SAS URL once ou upload the asset into a blob storage account.
    see http://video.ai for details on using Video Indexer.