Testing ai-nvr adds 16-way video streams and deepstream does not perform inference

I tested deepstream with 16 video streams and found that it didn’t work. Here are my steps and logs
1:Delete all flows in the vst
2:Restart redis, ingress, and ai nvr containers
3:Remove the sensor automatically discovered by onvif
4: Add 16 rtsp video streams, and the source address is provided by nvstreamer
ai_nvr_logs.zip (1.0 MB)

I will try to reproduce and feedback.

Please have a try with below config to use TCP connection in: ai_nvr/config/deepstream/yolov8s/yolov8s-ds-config_agx.txt

[source-attr-all]
enable=1
type=3
num-sources=1
gpu-id=0
cudadec-memtype=0
latency=100
rtsp-reconnect-attempts=3
rtsp-reconnect-interval-sec=60
select-rtp-protocol=4

With above config, then add RTSP camera to DeepStream with below command. I can pass one night stress test:

$ curl -XPOST ‘http://localhost:9010/api/v1/stream/add’ -d ‘{
“key”: “sensor”,
“value”: {
“camera_id”: “uniqueSensorID1”,
“camera_name”: “front_door”,
“camera_url”: “”,
“change”: “camera_add”,
“metadata”: {
“resolution”: “1920 x1080”,
“codec”: “h264”,
“framerate”: 30
}
},
“headers”: {
“source”: “vst”,
“created_at”: “2021-06-01T14:34:13.417Z”
}
}’

I tested jps, using nvstreamer as the data source does match your test results, I used other data sources when the network is poor also have vst connection is normal, but deepstream reconnect failed. The estimation is that the vst is not refreshed in time

I found some problems with deepstream reconnection. At first, I thought it was vst. Today, I will not add a stream through vst, but directly add a stream to deepstream through api.

My first stream is from an rtsp source called nvstreamer, other streams are from other streaming servers,

Wed Sep 18 06:22:48 2024
**PERF:
Resetting source 1, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Resetting source 2, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Active sources : 0
Wed Sep 18 06:22:53 2024
**PERF:
6[test_5] 0.00 (1.23) 4[test_3] 0.00 (1.21) 3[test_2] 0.00 (1.63) 5[test_4] 0.00 (1.49) 2[test_1] 0.00 (1.56) 1[test_0] 0.00 (0.00) 7[test_6] 0.00 (1.25)
Active sources : 0
Wed Sep 18 06:22:53 2024
**PERF:
Resetting source 3, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Resetting source 4, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Active sources : 0
Wed Sep 18 06:22:58 2024
**PERF:
6[test_5] 0.00 (1.23) 4[test_3] 0.00 (1.21) 3[test_2] 0.00 (1.63) 5[test_4] 0.00 (1.48) 2[test_1] 0.00 (1.56) 1[test_0] 0.00 (0.00) 7[test_6] 0.00 (1.25)
Active sources : 0
Wed Sep 18 06:22:58 2024
**PERF:
Resetting source 5, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Active sources : 0
Wed Sep 18 06:23:03 2024
**PERF:
6[test_5] 0.00 (1.23) 4[test_3] 0.00 (1.21) 3[test_2] 0.00 (1.63) 5[test_4] 0.00 (1.48) 2[test_1] 0.00 (1.55) 1[test_0] 0.00 (0.00) 7[test_6] 0.00 (1.25)
Active sources : 0
Wed Sep 18 06:23:03 2024
**PERF:
Resetting source 6, attempts: 101
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
streaming stopped, reason error (-5)

I re-tested it again, without vst, directly using the api to add to deepstream, using nvstreamer as the rtsp source for the first seven streams, and an unstable rtsp source for the eighth stream, which started with all 8 ways online. There was a problem reconnecting

Active sources : 7
Wed Sep 18 06:57:03 2024
**PERF:
3[test_2] 28.07 (28.17) 8[test_7] 0.00 (18.87) 2[test_1] 28.07 (28.17) 1[test_0] 28.07 (28.17) 4[test_3] 28.07 (28.17) 5[test_4] 28.07 (28.17) 6[test_5] 28.07 (28.17) 7[test_6] 28.07 (28.18)
Active sources : 0
Wed Sep 18 06:57:03 2024
**PERF:
Resetting source 7, attempts: 2
(deepstream-test5-app:19): GLib-GObject-CRITICAL **: 06:57:04.813: g_object_set_is_valid_property: object class ‘nvv4l2decoder’ has no property named ‘low-latency-mode’
(deepstream-test5-app:19): GLib-GObject-CRITICAL **: 06:57:04.814: g_object_set_is_valid_property: object class ‘nvv4l2decoder’ has no property named ‘extract-sei-type5-data’
(deepstream-test5-app:19): GLib-GObject-CRITICAL **: 06:57:04.814: g_object_set_is_valid_property: object class ‘nvv4l2decoder’ has no property named ‘sei-uuid’
NvMMLiteOpen : Block : BlockType = 261
NvMMLiteBlockCreate : Block : BlockType = 261
Opening in BLOCKING MODE
Removed stream : sub-batch = 2 seq index = 2 pad index = 7
0:28:33.804406923 19 0xfffd570ffd30 WARN nvinfer gstnvinfer.cpp:2420:gst_nvinfer_output_loop: error: Internal data stream error.
0:28:33.804434858 19 0xfffd570ffd30 WARN nvinfer gstnvinfer.cpp:2420:gst_nvinfer_output_loop: error: streaming stopped, reason error (-5)
ERROR from pgie: Internal data stream error.
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvinfer/gstnvinfer.cpp(2420): gst_nvinfer_output_loop (): /GstPipeline:deepstream-test5-0/GstNvInfer:pgie:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
streaming stopped, reason error (-5)
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
streaming stopped, reason error (-5)
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
streaming stopped, reason error (-5)
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
removeSource : Could not find a sub-batch contaning the Ssid = 700000000
Active sources : 7
Wed Sep 18 06:57:08 2024
**PERF:
3[test_2] 26.94 (28.13) 8[test_7] 0.00 (18.80) 2[test_1] 26.94 (28.13) 1[test_0] 26.94 (28.13) 4[test_3] 26.94 (28.12) 5[test_4] 26.94 (28.13) 6[test_5] 26.94 (28.13) 7[test_6] 26.94 (28.13)
Active sources : 0
Wed Sep 18 06:57:08 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:13 2024
**PERF:
3[test_2] 0.00 (28.04) 8[test_7] 0.00 (18.73) 2[test_1] 0.00 (28.04) 1[test_0] 0.00 (28.05) 4[test_3] 0.00 (28.03) 5[test_4] 0.00 (28.03) 6[test_5] 0.00 (28.03) 7[test_6] 0.00 (28.03)
Active sources : 0
Wed Sep 18 06:57:13 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:18 2024
**PERF:
3[test_2] 0.00 (27.95) 8[test_7] 0.00 (18.67) 2[test_1] 0.00 (27.95) 1[test_0] 0.00 (27.96) 4[test_3] 0.00 (27.94) 5[test_4] 0.00 (27.94) 6[test_5] 0.00 (27.93) 7[test_6] 0.00 (27.94)
Active sources : 0
Wed Sep 18 06:57:18 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:23 2024
**PERF:
3[test_2] 0.00 (27.86) 8[test_7] 0.00 (18.60) 2[test_1] 0.00 (27.86) 1[test_0] 0.00 (27.87) 4[test_3] 0.00 (27.85) 5[test_4] 0.00 (27.84) 6[test_5] 0.00 (27.84) 7[test_6] 0.00 (27.84)
Active sources : 0
Wed Sep 18 06:57:23 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:28 2024
**PERF:
3[test_2] 0.00 (27.77) 8[test_7] 0.00 (18.53) 2[test_1] 0.00 (27.77) 1[test_0] 0.00 (27.79) 4[test_3] 0.00 (27.75) 5[test_4] 0.00 (27.75) 6[test_5] 0.00 (27.74) 7[test_6] 0.00 (27.74)
Active sources : 0
Wed Sep 18 06:57:28 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:33 2024
**PERF:
3[test_2] 0.00 (27.68) 8[test_7] 0.00 (18.46) 2[test_1] 0.00 (27.68) 1[test_0] 0.00 (27.70) 4[test_3] 0.00 (27.66) 5[test_4] 0.00 (27.66) 6[test_5] 0.00 (27.65) 7[test_6] 0.00 (27.65)
Active sources : 0
Wed Sep 18 06:57:33 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:38 2024
**PERF:
3[test_2] 0.00 (27.59) 8[test_7] 0.00 (18.40) 2[test_1] 0.00 (27.59) 1[test_0] 0.00 (27.62) 4[test_3] 0.00 (27.57) 5[test_4] 0.00 (27.57) 6[test_5] 0.00 (27.55) 7[test_6] 0.00 (27.55)
Active sources : 0
Wed Sep 18 06:57:38 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:43 2024
**PERF:
3[test_2] 0.00 (27.50) 8[test_7] 0.00 (18.33) 2[test_1] 0.00 (27.51) 1[test_0] 0.00 (27.53) 4[test_3] 0.00 (27.48) 5[test_4] 0.00 (27.47) 6[test_5] 0.00 (27.46) 7[test_6] 0.00 (27.46)
Active sources : 0
Wed Sep 18 06:57:43 2024
**PERF:
Active sources : 0
**PERF: FPS 2 (Avg) FPS 7 (Avg) FPS 1 (Avg) FPS 0 (Avg) FPS 3 (Avg) FPS 4 (Avg) FPS 5 (Avg) FPS 6 (Avg)
Wed Sep 18 06:57:48 2024
**PERF:
3[test_2] 0.00 (27.41) 8[test_7] 0.00 (18.27) 2[test_1] 0.00 (27.42) 1[test_0] 0.00 (27.45) 4[test_3] 0.00 (27.39) 5[test_4] 0.00 (27.38) 6[test_5] 0.00 (27.37) 7[test_6] 0.00 (27.36)
Active sources : 0
Wed Sep 18 06:57:48 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:53 2024
**PERF:
3[test_2] 0.00 (27.33) 8[test_7] 0.00 (18.20) 2[test_1] 0.00 (27.33) 1[test_0] 0.00 (27.36) 4[test_3] 0.00 (27.30) 5[test_4] 0.00 (27.29) 6[test_5] 0.00 (27.28) 7[test_6] 0.00 (27.27)
Active sources : 0
Wed Sep 18 06:57:53 2024
**PERF:
Active sources : 0
Wed Sep 18 06:57:58 2024
**PERF:
3[test_2] 0.00 (27.24) 8[test_7] 0.00 (18.14) 2[test_1] 0.00 (27.25) 1[test_0] 0.00 (27.28) 4[test_3] 0.00 (27.21) 5[test_4] 0.00 (27.20) 6[test_5] 0.00 (27.18) 7[test_6] 0.00 (27.18)
Active sources : 0
Wed Sep 18 06:57:58 2024
**PERF:
Active sources : 0
Wed Sep 18 06:58:03 2024
**PERF:
3[test_2] 0.00 (27.15) 8[test_7] 0.00 (18.08) 2[test_1] 0.00 (27.16) 1[test_0] 0.00 (27.20) 4[test_3] 0.00 (27.13) 5[test_4] 0.00 (27.11) 6[test_5] 0.00 (27.09) 7[test_6] 0.00 (27.09)
Active sources : 0
Wed Sep 18 06:58:03 2024
**PERF:
Resetting source 1, attempts: 1
WARNING from dsnvurisrcbin1: No data from source since last 60 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1
WARNING from src: Unhandled error
Debug info: …/gst/rtsp/gstrtspsrc.c(6795): gst_rtspsrc_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Session Not Found (454)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Generic error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Active sources : 0
Wed Sep 18 06:58:08 2024
**PERF:
3[test_2] 0.00 (27.07) 8[test_7] 0.00 (18.01) 2[test_1] 0.00 (27.08) 1[test_0] 0.00 (27.12) 4[test_3] 0.00 (27.04) 5[test_4] 0.00 (27.03) 6[test_5] 0.00 (27.00) 7[test_6] 0.00 (26.99)
Active sources : 0
Wed Sep 18 06:58:08 2024
**PERF:
Resetting source 5, attempts: 1
Active sources : 0
Wed Sep 18 06:58:29 2024
**PERF:
3[test_2] 0.00 (26.71) 8[test_7] 0.00 (17.75) 2[test_1] 0.00 (26.72) 1[test_0] 0.00 (26.77) 4[test_3] 0.00 (26.68) 5[test_4] 0.00 (26.66) 6[test_5] 0.00 (26.63) 7[test_6] 0.00 (26.61)
WARNING from dsnvurisrcbin5: No data from source since last 63 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5
Active sources : 0
Wed Sep 18 06:58:29 2024
**PERF:
Resetting source 0, attempts: 1
Resetting source 2, attempts: 1
Resetting source 3, attempts: 1
Resetting source 4, attempts: 1
Active sources : 0
Wed Sep 18 06:59:29 2024
**PERF:
3[test_2] 0.00 (25.74) 8[test_7] 0.00 (17.05) 2[test_1] 0.00 (25.77) 1[test_0] 0.00 (25.85) 4[test_3] 0.00 (25.69) 5[test_4] 0.00 (25.67) 6[test_5] 0.00 (25.61) 7[test_6] 0.00 (25.59)
Active sources : 0
Wed Sep 18 06:59:29 2024
**PERF:
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin0: No data from source since last 83 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin2: No data from source since last 103 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin0/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin3: No data from source since last 123 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin2/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin4: No data from source since last 143 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4
WARNING from src: Unhandled error
Debug info: …/gst/rtsp/gstrtspsrc.c(6795): gst_rtspsrc_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Session Not Found (454)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
Could not send message. (Generic error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin3/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin4/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Resetting source 1, attempts: 2
Resetting source 5, attempts: 2
Resetting source 6, attempts: 1
Resetting source 7, attempts: 1
Active sources : 0
Wed Sep 18 07:00:32 2024
**PERF:
3[test_2] 0.00 (24.81) 8[test_7] 0.00 (16.36) 2[test_1] 0.00 (24.84) 1[test_0] 0.00 (24.94) 4[test_3] 0.00 (24.74) 5[test_4] 0.00 (24.70) 6[test_5] 0.00 (24.63) 7[test_6] 0.00 (24.60)
Active sources : 0
Wed Sep 18 07:00:32 2024
**PERF:
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin1/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin6: No data from source since last 186 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin5/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
Could not receive message. (Timeout while waiting for server response)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
Could not send message. (Timeout while waiting for server response)
WARNING from dsnvurisrcbin7: No data from source since last 206 sec. Trying reconnection
Debug info: /dvs/git/dirty/git-master_linux/deepstream/sdk/src/gst-plugins/gst-nvdsbins/gstdsnvurisrcbin.cpp(1412): watch_source_status (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6607): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(9034): gst_rtspsrc_pause (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (Received end-of-file)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6523): gst_rtsp_src_receive_response (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not read from resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(6621): gst_rtspsrc_try_send (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not receive message. (System error)
WARNING from src: Could not write to resource.
Debug info: …/gst/rtsp/gstrtspsrc.c(8346): gst_rtspsrc_close (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
Could not send message. (System error)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin7/GstRTSPSrc:src:
streaming stopped, reason error (-5)
WARNING from src: Internal data stream error.
Debug info: …/gst/rtsp/gstrtspsrc.c(6252): gst_rtspsrc_loop (): /GstPipeline:deepstream-test5-0/GstDsNvMultiUriBin:multiurisrcbin/GstBin:multiurisrcbin_creator/GstDsNvUriSrcBin:dsnvurisrcbin6/GstRTSPSrc:src:
streaming stopped, reason error (-5)
Resetting source 0, attempts: 2
Resetting source 1, attempts: 3
Resetting source 2, attempts: 2
Resetting source 3, attempts: 2
Resetting source 4, attempts: 2
Resetting source 5, attempts: 3
Resetting source 6, attempts: 2
Resetting source 7, attempts: 2
Active sources : 0
Wed Sep 18 07:02:55 2024
**PERF:
3[test_2] 0.00 (22.91) 8[test_7] 0.00 (15.00) 2[test_1] 0.00 (22.96) 1[test_0] 0.00 (23.11) 4[test_3] 0.00 (22.82) 5[test_4] 0.00 (22.76) 6[test_5] 0.00 (22.66) 7[test_6] 0.00 (22.61)
Active sources : 0
Wed Sep 18 07:02:55 2024
**PERF:

Are you use above settings during your test?

Yes, I’ve set and changed rtsp-reconnect-attempts to -1,You can see the reconnect count in log

Please use this setting to have a check if the unstable stream removed after 180 seconds and other streams works fine.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.