Seems two of the streams stop. There is no information for us to know what happened. Can you try to check the tcp connection status and udp packet lost status?
Are you using deepstream-app? Can you update to Deepstream 5.0 DP version? We have added reconnection feature for RTSP.
Please add “rtsp-reconnect-interval-sec” to the source config in the config file with Deepstream 5.0 DP.
sorry, jetpack4.3 can’t use deepstream 5.0 DP, and the problem happen in my real application, I can’t upgrade the jetpack.we must fix it in current environment . please help me how to check the problem and how to fix in deepstream 4.0.2 . thanks.
after long time, the deepstream report
“FMO streams not supported for T210 onwards”
and
“**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg)
**PERF: 10.61 (19.93) 20.04 (0.37) 0.00 (19.90)
ERROR from rtph264depay0: The stream is in the wrong format.
Debug info: gstrtph264depay.c(1270): gst_rtp_h264_depay_process (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin0/GstRtpH264Depay:rtph264depay0:
NAL unit type 26 not supported yet
Quitting
App run failed”
**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg)
**PERF: 10.61 (19.93) 20.04 (0.37) 0.00 (19.90)
ERROR from rtph264depay0: The stream is in the wrong format.
Debug info: gstrtph264depay.c(1270): gst_rtp_h264_depay_process (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstDecodeBin:decodebin0/GstRtpH264Depay:rtph264depay0:
NAL unit type 26 not supported yet
Quitting
App run failed
"
@Mike_deng Unfortunately, there is no fix for the re-connection problem for Deepstream 4.0.2. You may check the relevant parts of Deepstream 5.0 codes and port it.
The log you gave above has told you there are some unsupported features in the h264 stream.
Hi Fiona,
thank for reply , as your suggestion, I merged the reconnect code to 4.0.2, most change in deepstream_source_bin.c, but after build deepstream-app ,it can’t enter the added function, I guess it need to update the lib file, do you know, after changed deepstream_source_bin.c, which so file need to update.
today , I met a new problem.
(deepstream-app:14337): GLib-GObject-WARNING **: 14:06:44.170: g_object_set_is_valid_property: object class ‘nvv4l2decoder’ has no property named ‘rtsp-reconnect-interval-sec’
do you know the reason, if i need to update something.