Please provide complete information as applicable to your setup.
• Hardware Platform: Jetson NX Developer Kit
• DeepStream Version: 5.0
• JetPack Version: 4.4
• TensorRT Version: 7.1.0
Problem description:
Hi Sir/Madam:
There’s a problem I met during the running of Deepstream with Python Bindings. Here I connect NX with a surveillance camera. For this scenario, I did not use any DL models, but OpenCV. The system works, but it has probability to get the error below, and the system was shut down suddenly:
"
Warning: gst-resource-error-quark: Could not read from resource. (9): gstrtspsrc.c(5293): gst_rtspsrc_loop_udp (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstRTSPSrc:source:
Unhandled return value -7.
Error: gst-resource-error-quark: Could not read from resource. (9): gstrtspsrc.c(5361): gst_rtspsrc_loop_udp (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstURIDecodeBin:uri-decode-bin/GstRTSPSrc:source:
Could not receive message. (System error)
"
I think this error is from GstRTSPSrc, but I don’t understand the exact reason why it happened. Can you help to investigate?
Best
Yichao