Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin NX
• DeepStream Version 7
• JetPack Version (valid for Jetson only) 6.0
Hello,
previously (in DS6.2) if one camera disconnected using RTSP stream with nvurisrcbin i would get an error like this:
Warning: gst-stream-error-quark: No data from source rtsp://x.x.x.x since last 9 sec. Trying reconnection (1): /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1253): watch_source_status (): /GstPipeline:pipeline0/GstBin:source-bin-00/GstDsNvUriSrcBin:nvurisrcbin__0
The issue is that after updating to DS 7.0 i get a bit different message and it does not include the source of the rtsp stream. New error message looks like this.
Warning: gst-stream-error-quark: No data from source since last 5 sec. Trying reconnection (1): /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:pipeline0/GstBin:source-bin-01/GstDsNvUriSrcBin:nvurisrcbin__1
Is this intended behaviour and if so is it possible to change it back so I can get rtsp source in the error message?