Please provide complete information as applicable to your setup.
• Hardware Platform (GPU)
• DeepStream Version 6.1.1
• Issue Type( questions)
I have problem when decoding some cameras but I have not known the root cause. Do you have any idea to debug the code or stream also?
This is my error log catched from bus call
[2024-11-25 23:32:23][error][app1][main][pineline][bus] Error from element source: Internal data stream error.
[2024-11-25 23:32:23][info][app1][main][pineline][bus] Debug info: ../subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c(6403): gst_rtspsrc_loop (): /GstPipeline:ds-base-pipeline/GstBin:source-bin-cam41_9/GstURIDecodeBin:uridecodebin-cam41/GstRTSPSrc:source:
streaming stopped, reason error (-5)
This is my pipeline.
Thank in advance.
Does the following command line work normally ? what is the output ?
GST_DEBUG=3 gst-launch-1.0 uridecodebin uri=rtsp://xxxx ! fakesink
yes,
I use command below and run as a bash script to check if the stream is available during operation and it shows no error but my deepstream pipeline still show error by bus call as detached file above.
gst-launch-1.0 uridecodebin uri="rtsp://xxxx" source::short-header=1 ! queue ! videoconvert ! x264enc tune=zerolatency ! h264parse ! matroskamux ! filesink location=check_compatible_cam2.mp4
The above picture is not clear. This issue should not be related to uridecodebin.
It seems to be caused by some bugs in your code. Please try GST_DEBUG=3 your_app > log.log 2>&1
and share the error log.
Coz I cannot reproduce the error, It happened in production and we run without GST_DEBUG
we just catched the log like this
[2024-11-25 23:32:22][info][app1][main][pineline][cam41][bus] Is handling error. Skip...!!
[2024-11-25 23:32:22][info][app1][main][pineline][cam43][bus] Is handling error. Skip...!!
[2024-11-25 23:32:22][error][app1][main][pineline][bus] Unexpected behavior with error Internal data stream error....
[2024-11-25 23:32:22][info][app1][main][pipeline][cam41][info] Done setting counter input framerate probe 1!
[2024-11-25 23:32:23][error][app1][main][pineline][bus] Error from element source: Internal data stream error.
[2024-11-25 23:32:23][info][app1][main][pineline][bus] Debug info: ../subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c(6403): gst_rtspsrc_loop (): /GstPipeline:ds-base-pipeline/GstBin:source-bin-cam41_9/GstURIDecodeBin:uridecodebin-cam41/GstRTSPSrc:source:
streaming stopped, reason error (-5)
[2024-11-25 23:32:23][info][app1][main][pineline][bus] Trace element got error: source 0x7f16e88ce010 | url rtsp://66admin:66Mori2016@10.1.41.2/MediaInput/h265/stream_1
[2024-11-25 23:32:23][info][app1][main][pineline][cam41][bus] Is handling error. Skip...!!
[2024-11-25 23:32:23][info][app1][main][pineline][cam43][bus] Is handling error. Skip...!!