How to use Azure IoT Central to view RTSP video stream and display it on the Azure IoT Central page

張宜盈 0 Reputation points
2024-06-04T05:37:34.5266667+00:00

How to use Azure IoT Central to view RTSP video stream and display it on the Azure IoT Central page?

Any tutorials?

Thank you!

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
358 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Abhishek Singh 25 Reputation points
    2024-06-04T06:12:06.3833333+00:00

    You can use these resources for your problem.

    • Azure IoT Central Documentation: Comprehensive guide on how to use Azure IoT Central, including device management and integration​ (Microsoft Learn)​.
    • Vision AI DevKit: Detailed instructions on setting up and managing Vision AI DevKit with Azure IoT Central​ (Azure Redirect)​.
    • Live Video Analytics: Learn how to use Azure Live Video Analytics for real-time video processing and analytics​ (Azure)​​ (GitHub)​.
    0 comments No comments

  2. Sander van de Velde | MVP 30,786 Reputation points MVP
    2024-06-04T17:35:09.9033333+00:00

    Hello @張宜盈,

    welcome to this moderated Azure community forum.

    Although @Abhishek Singh share valuable links, this does not answer your question directly.

    Azure IoT Central is a Software as a Service solution around popular Azure IoT resources.

    The ingestion of IoT data is done via an internal IoT Hub.

    This IoT Hub can ingest messages having a byte array body.

    Normally we see the body actually contains a JSON message as byte array.

    You want to ingest a video stream in IoT central.

    The internal IoT Hub does not support that format.

    What could be possible if you expose the public endpoint of your local stream in the body as a string so the user can use some reader (like VCL) to connect to the stream.

    Be aware you are exposing a stream publicly so basically everyone knowing the address could look at the stream.

    More mature solutions keep the stream locally and have (vision) AI look at the stream. Depending on the model, alarm signals are sent to the cloud. Passing on a still could be a solution too.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments