How to save a CCTV camera vidros / streams into Azure cloud storage ?

Dipanjan Saha 6 Reputation points
2022-09-14T12:58:29.993+00:00

Hi All-

I have a use case wherein I will be getting continuous video streams from a CCTV camera and I want to save that stream of videos into a Azure storage i.e. blob for future analytics.

Is there any out of the box solution available to cater such use case ?

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
{count} vote

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 15,361 Reputation points
    2022-09-27T22:16:46.493+00:00

    Hi @Dipanjan Saha ,

    Yes, your scenario is possible .You can use Blob storage to expose data publicly or to store application data privately. Here is an example architecture from Azure docs. This example focuses on live streaming but some of the components (Azure CDN,Media Services Streaming Endpoint, etc ) used help can help you build your use case to save video streams.

    245295-digital-media-live-stream-1.png

    Hope that helps. Please let us know if you have further questions

    Thanks,
    Grace

    ------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.