How to configure RTSP server on IOT edge module to add a RTSP camera url

We are using Azure IoT hub where we have setup a IoT Edge device. We now want to stream a RTSP url via this IoT edge device by setting up a module named RTSP Server on IoT Edge

We have setup the module and I can see that a docker container with the name RTSPServeronIoTEdge is running on the IoT edge device. Where do I add the RTSP url for a camera which I want to stream via this container.

I tried adding an env variable RTSP_URL in the docker container while provisioning the above module but it doesn’t seem to work. I am unable to find a relevant documentation for the same.

Please direct me to a relevant document or share a sample config file for the module.

Leave a Comment