Hello everyone,
Please provide complete information as applicable to your setup:
• Hardware Platform (Jetson / GPU): 2xA30
• DeepStream Version: 6.2
• TensorRT Version: 8.5.2-1+cuda11.8
• NVIDIA GPU Driver Version (valid for GPU only): 530.30.02
• Issue Type( questions, new requirements, bugs): Question
I have a deepstream python application that takes multiple input video streams (up to 64) from dynamically created RTSP sources (Using the runtime_source_add_delete.py example).
However, sometimes an error pops up unexpectedly interrupting the pipeline. I say interrupting because the pipeline freezes, unable to get data from the incoming videos. I have seen this error occur randomly, but very frequently.
**(python3:1): GStreamer-CRITICAL : 06:28:50.353: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
**(python3:1): GStreamer-CRITICAL : 06:28:50.358: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
**(python3:1): GStreamer-CRITICAL : 06:28:50.364: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
**(python3:1): GStreamer-CRITICAL : 06:28:50.369: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
**(python3:1): GStreamer-CRITICAL : 06:28:50.375: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
**(python3:1): GStreamer-CRITICAL : 06:28:50.380: gst_value_init_and_copy: assertion ‘G_IS_VALUE (src)’ failed
Attached is a log of my execution with GST=4.
Please, I need recommendation on what to do,
output.log (60.9 MB)
Juan Isern