IOT Video Streaming to Cloud

Ramesh D 91 Reputation points
2022-10-14T08:55:26.877+00:00

Hi Team ,

We are building an IOT platform solution. We are integrating lots of external partners to our platform.

We are receivieing the real time Device data & pushing it to microservice via through ADF or databricks .

But now we want to get / stream the realtime video to our storage layer . May i know what kind of storage layer can we use of IOT video streaming.

Which should be cost minimizing. I see media services available in Azure , but will that be a right choice for storing the IOT video streaming.

Then process it and forward to microservices.. Please help me in this.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
378 questions
0 comments No comments
{count} vote

Accepted answer
  1. QuantumCache 20,031 Reputation points
    2022-10-18T05:15:21.427+00:00

    Hello @Ramesh D , This is a great question on the overall Architecture implementation and how should we get started!!!

    I hope the below information is helpful with your initial query.

    Event-based video recording (EVR)
    A few use cases related to EVR are as mentioned below;

    Video recording triggered by motion detection
    In this use case, you can record video clips only when there is motion detected in the video and be alerted when such a video clip is generated. This could be relevant in commercial security scenarios involving protection of critical infrastructure. EVR would help you lower storage costs.

    ![251399-image.png

    Video recording based on events from other sources

    In this use case, signals from another IoT sensor can be used to trigger recording of video. The diagram below shows a graphical representation of a pipeline that addresses this use case.

    251432-image.png

    In the diagram, the external sensor sends events to the IoT Edge Hub. The events are then routed to the signal gate processor node via the IoT Hub message source node. The behavior of the signal gate processor node is the same as with the previous use case - when triggered by an event, it will open and let the live video feed flow through from the RTSP source node to the file sink node. A new MP4 file is written to the local storage of the IoT Edge device each time the gate opens.

    Resilient recording : Regarding the storage of the Video recordings: one of the best solutions available!

    Video Analyzer edge module supports operating under conditions where the edge device may occasionally lose connectivity with the cloud or experience a drop in available bandwidth. You can see this article to understand how the edge module can make use of your device's local storage. The localMediaCacheMaximumSizeMiB property defines how much disk space the video sink can use as a cache (1 MiB = 1024 * 1024 bytes).

    Some other resources to read on this topic:

    Recorded and Live Videos:

    Recording and playback latencies
    Low latency streaming
    Quickstart: Detect motion and record video on edge devices
    Quickstart: Detect motion in a (simulated) live video, record the video to the Video Analyzer account: Record to the Cloud

    If the response is helpful, please click "Accept Answer" and upvote it.
    Please use the below section to get further help in this matter.


0 additional answers

Sort by: Most helpful