DEV Community

Discussion on: Introduction to the Azure IoT Edge Camera Tagging Module

Collapse
 
toolboc profile image
Paul DeCarlo

Hi massimo, are you able to see the status of the running CameraTagging module with docker ps -a? It should give you an indication on whether it is running or not. If it looks like it has exited, you may be able to diagnose the cause with docker logs CameraTaggingModule. Let me know what you see with those commands and we can try to figure it out.

Collapse
 
mfascinari profile image
massimo fascinari

Hi Paul thanks a lot for the reply. the configuration of the docker is fine up and running i just realize i did not open inbound security rule of the VM to access the port 3000 from outside... I can connect from the internet now but the page is not rendering any feed i tried rtsp://freja.hiof.no:1935/rtplive/definst/hessdalen03.stream and the Big Buck Bunny RTSP but still white screen

Thread Thread
 
toolboc profile image
Paul DeCarlo

Hmmm, the application also exposes ports 3002 & 3003. Might be that they need to be opened in addition to port 3000.

Thread Thread
 
mfascinari profile image
massimo fascinari

ROCK'N'ROLL!!! thanks a lot. i think the other port are used to save the settings.this is solved now.... continuing with the exercise later. i also added the outbound security rule.