Curl: (7) Failed to connect to 192.168.0.184 port 5010 after 0 ms: Connection refused

I followed zero shot detection

But I got the following error when I started adding RTSP video using the REST API.

desktop:~/reference-workflow-and-resources_2.0.1/ai_nvr/config/deepstream$ curl --location 'http://192.168.0.184:5010/api/v1/live-stream' --header 'Content-Type: application/json' --data '{
"liveStreamUrl": "rtsp://192.168.0.184:31554/nvstream/opt/store/nvstreamer_videos/street_test.mp4"
}'
curl: (7) Failed to connect to 192.168.0.184 port 5010 after 0 ms: Connection refused

All the necessary services are on


-desktop:~/reference-workflow-and-resources_2.0.1/ai_nvr/config/deepstream$ sudo docker ps
[sudo] password for fastedge: 
CONTAINER ID   IMAGE                                                   COMMAND                  CREATED          STATUS          PORTS     NAMES
ba7840782a98   nvcr.io/nvidia/jps/zero_shot_detection_infer:2.0.0      "bash -c '/jetson-se…"   6 minutes ago    Up 4 minutes              jps_zero_shot_detection
c90d89f36da1   nvcr.io/nvidia/jps/vst:1.3.0-24.07.1-aarch64            "sh -c '/opt/vst_rel…"   15 minutes ago   Up 15 minutes             vst
30c83c13d744   redisfab/redistimeseries:master-arm64v8-jammy           "docker-entrypoint.s…"   15 minutes ago   Up 15 minutes             redis
5af07ffaada2   nvcr.io/nvidia/jps/ialpha-ingress-arm64v8:0.12          "sh -c '/nginx.sh 2>…"   15 minutes ago   Up 15 minutes             ingress
d9ece68bf912   prom/node-exporter                                      "/bin/node_exporter …"   20 minutes ago   Up 20 minutes             nodeexporter
d05785562e00   grafana/grafana                                         "/run.sh"                20 minutes ago   Up 20 minutes             grafana
8e5e1e8e1828   nvcr.io/nvidia/jps/its-monitoring:v1.7.2_arm64          "/opt/its_monitoring…"   20 minutes ago   Up 20 minutes             its-monitoring
951ff3e675bc   prom/alertmanager                                       "/bin/alertmanager -…"   20 minutes ago   Up 20 minutes             alert-manager
8d8e3899173b   prom/prometheus                                         "/bin/prometheus --c…"   20 minutes ago   Up 20 minutes             prometheus
189878d29855   nvcr.io/nvidia/jps/jps-metric-exporter:v1.5.2_arm64v8   "/usr/bin/shelless_u…"   20 minutes ago   Up 20 minutes             jps-metric-exporter
0b2cd01f7c0f   prom/pushgateway                                        "/bin/pushgateway"       20 minutes ago   Up 20 minutes             push-gateway
a2fa73af2619   nvcr.io/nvidia/jps/vst:1.3.0-24.08.1-aarch64            "sh -c '/opt/vst_rel…"   3 days ago       Up 3 days                 nvstreamer

May someone help me resolve this error?

I will check and feedback later.

It works in my side. Can you check the log by: docker logs jps_zero_shot_detection?

@kesong Thanks for your response. On which devices are you testing this application? I am working on Jetson Orin Nano. I will check the logs jps_zero_shot_detection and let you know. Thanks.

I checked on AGX Orin. Please share the log by: docker logs jps_zero_shot_detection.

@kesong Yes, for Jetson AGX Orin, it is working fine. Soon, I will share the logs from Jetson Orin Nano. Meanwhile, may you please check the same on the Jetson Orin Nano.