Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
L4
• DeepStream Version
DeepStream helm chart doc v0.1.9
https://catalog.ngc.nvidia.com/orgs/nvidia/helm-charts/video-analytics-demo?version=0.1.9
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
I followed the documentation to deploy the chart on a 3-node Kubernetes cluster with an L4 GPU. The deployment steps are listed below.
I would like to ask DeepStream experts for advice or suggestions on how to resolve the issue where the demo video cannot be played. Any feedback would be greatly appreciated. Thank you.
Issue1: visit demo UI url, no stream/video show up
$ echo http://$NODE_IP:$ANT_NODE_PORT
Issue2: logs with error and warning
$ kubectl logs nvdsdemo-video-analytics-demo-6488777549-t6z5m
…
**PERF: FPS 0 (Avg)
**PERF: 0.00 (0.00)
…
ERROR from src_elem0: Could not open resource for reading and writing.
Debug info: gstrtspsrc.c(7893): gst_rtspsrc_retrieve_sdp (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstRTSPSrc:src_elem0:
Failed to connect. (Generic error)
…
(deepstream-app:1352): GLib-GObject-WARNING **: 02:38:17.280: g_object_get_is_valid_property: object class ‘GstUDPSrc’ has no property named ‘pt’
…
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
Deploy the chart
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
DeepStream helm chart doc v0.1.9
Deployment steps:
-
Download chart
helm fetch https://helm.ngc.nvidia.com/nvidia/charts/video-analytics-demo-0.1.9.tgz -
update the values.yaml
cameras:
camera1: rtsp://172.27.112.82:8554/taipei
$ kubectl get po -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nvdsdemo-video-analytics-demo-6488777549-t6z5m 1/1 Running 0 20h 10.42.1.88 ks-9296674
nvdsdemo-video-analytics-demo-webui-78b68db55b-nqvn8 2/2 Running 0 20h 10.42.2.54 ks-9292828
run “nvidia-smi -l” command in the 1st pod
Tue Mar 17 02:54:34 2026
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.82.09 Driver Version: 580.82.09 CUDA Version: 13.0 |
±----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA L4 Off | 00000000:C1:00.0 Off | 0 |
| N/A 48C P0 28W / 72W | 362MiB / 23034MiB | 0% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+
±----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1352 C deepstream-app 354MiB |
±----------------------------------------------------------------------------------------+
ps: It’s no problem to view the camera1 steaming using VLC
