Not able to open RTSP Feed

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) Question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

When I try to run Deepstream application with rtsp feed it gives me error
ERROR from source: Unhandled error
Debug info: gstrtspsrc.c(6161): gst_rtspsrc_send (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source:
Session Not Found (454)
ERROR from source: Could not write to resource.
Debug info: gstrtspsrc.c(7671): gst_rtspsrc_close (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source:
Could not send message. (Generic error)

Please note that I am able to play the video in ffplay

Can the stream be played in the same Nano board with ffplay?

I can play it with ffmpeg.

ffmpeg is quite different to gstreamer.

Can you try with “gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=rtsp://xxxxxx ! decodebin ! fakesink” command?

Tried it Getting following error, printing with logs. Have modified the original rtsp URL for privacy

gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=“rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0” ! decodebin ! fakesink

gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=“rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0” ! decodebin ! fakesink
0:00:00.074940467 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri: parsing URI
0:00:00.075003333 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri: configuring URI
0:00:00.075029896 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri: set uri: rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0
0:00:00.075046980 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri: request uri is: rtsp://ip:add:dest:ser/H264?ch=3&subtype=0
Setting pipeline to PAUSED …
0:00:00.078515274 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start: starting
0:00:00.078748247 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd OPEN
0:00:00.078774706 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd: not interrupting busy cmd unknown
Pipeline is live and does not need PREROLL …
0:00:00.079042731 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread: got command OPEN
0:00:00.079079763 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 0
0:00:00.079112316 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect: creating connection (rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0)…
Progress: (open) Opening Stream
0:00:00.079444614 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect: sanitized uri rtsp://ip:add:dest:ser/H264?ch=3&subtype=0
0:00:00.079496594 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect: connecting (rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0)…
Progress: (connect) Connecting to rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0
0:00:00.155243951 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp: create options… (async)
0:00:00.155283483 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp: send options…
0:00:00.155353641 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.155379162 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.155393329 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
Progress: (open) Retrieving server options
0:00:00.162356011 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:00.162394450 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 200
0:00:00.162416429 12309 0x5586f78940 INFO rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp: Now using version: 1.0
0:00:00.162440805 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp: create describe…
0:00:00.162461118 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp: send describe…
0:00:00.162516223 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.162537109 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.162550755 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
Progress: (open) Retrieving media info
0:00:00.168671546 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:00.168732850 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 401
0:00:00.168768111 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5785:gst_rtspsrc_setup_auth: Attempting authentication using credentials from the URL
0:00:00.168793007 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5814:gst_rtspsrc_setup_auth: Attempting Digest authentication
0:00:00.168820247 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.168839675 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:00.168856029 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
0:00:01.660526429 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:01.660821591 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 200
0:00:01.660958156 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp: parse SDP…
0:00:01.661423894 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7077:gst_rtspsrc_parse_range: parsed range npt=0-
0:00:01.661830360 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7088:gst_rtspsrc_parse_range: range: type 0, min 0.000000 - type 2, max 0.000000
0:00:01.661912966 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7098:gst_rtspsrc_parse_range: range: min 0:00:00.000000000
0:00:01.661973592 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7113:gst_rtspsrc_parse_range: range: max 99:99:99.999999999
0:00:01.662280212 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.662378287 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.662480268 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads: looking at 0 pt: 96
0:00:01.662755377 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream: stream 0, (0x7fa004b930)
0:00:01.662851317 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream: port: 0
0:00:01.662921995 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream: container: 0
0:00:01.663009809 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream: control: trackID=1
0:00:01.663119499 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream: setup: rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=1
0:00:01.663266949 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.663357055 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.663458203 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads: looking at 0 pt: 8
0:00:01.663639092 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream: stream 1, (0x7fa004d540)
0:00:01.663773990 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream: port: 0
0:00:01.663862481 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream: container: 0
0:00:01.663950816 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream: control: trackID=2
0:00:01.664047641 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream: setup: rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=2
0:00:01.664183529 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:455:default_select_stream: default handler
0:00:01.664281760 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.664354053 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:455:default_select_stream: default handler
0:00:01.664466868 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start: doing setup of stream 0x7fa004b930 with rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=1
0:00:01.664573432 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start: protocols = 0x7, protocol mask = 0x1
0:00:01.664667340 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string: got transports (NULL)
0:00:01.664764582 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string: adding UDP unicast
0:00:01.664860417 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string: prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.664932970 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start: replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.669425711 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports: got RTP port 57789
0:00:01.669513160 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports: RTP port not even
0:00:01.669554880 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports: free RTP udpsrc
0:00:01.669835823 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports: retry 1
0:00:01.670971104 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports: got RTP port 57790
0:00:01.671757838 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports: starting RTCP on port 57791
0:00:01.672001436 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start: transport is now RTP/AVP;unicast;client_port=57790-57791
0:00:01.672134876 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.672180710 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.672219253 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
Progress: (request) SETUP stream 0
0:00:01.681694639 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:01.681764588 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 200
0:00:01.681844537 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response: stream 0x7fa004b930 as UDP unicast
0:00:01.681920632 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport: configuring transport for stream 0x7fa004b930
0:00:01.681954748 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport: setting media type to application/x-rtp
0:00:01.682016103 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager: using manager rtpbin
0:00:01.684605631 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode: auto buffering mode, have clock (NULL)
0:00:01.684657350 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode: auto buffering mode
0:00:01.684675580 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode: selected slave
0:00:01.684706362 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager: connect to signals on session manager, stream 0x7fa004b930
0:00:01.689726924 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7fa004b930, 0
0:00:01.689956825 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:recv_rtp_sink_0
0:00:01.689986044 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.690187923 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7fa004b930, 0
0:00:01.690362718 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:recv_rtcp_sink_0
0:00:01.690390010 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.690422615 12309 0x5586f78940 INFO rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager: configure bandwidth in session 0x7fa00660f0
0:00:01.690448605 12309 0x5586f78940 INFO rtspsrc gstrtspsrc.c:3639:gst_rtspsrc_stream_configure_manager: setting AS: 8192000.000000
0:00:01.690535013 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp: setting up UDP source
0:00:01.690601785 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp: connecting UDP source 0 to manager
0:00:01.690676630 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp: connecting UDP source 1 to manager
0:00:01.690718141 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks: configure RTP UDP sink for ip:add:dest:ser:6970
0:00:01.692593176 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks: RTP UDP src has sock 0x7fa0021520
0:00:01.692911620 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks: configure RTCP UDP sink for ip:add:dest:ser:6971
0:00:01.694341334 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks: RTCP UDP src has sock 0x7fa00213d0
0:00:01.694580245 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7fa004b930, 0
0:00:01.694741706 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:send_rtcp_src_0
0:00:01.694769831 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.694843531 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:455:default_select_stream: default handler
0:00:01.694868792 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.694888584 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:455:default_select_stream: default handler
0:00:01.694913376 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start: doing setup of stream 0x7fa004d540 with rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=2
0:00:01.694935824 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start: protocols = 0x1, protocol mask = 0x1
0:00:01.694956189 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string: got transports (NULL)
0:00:01.694975564 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string: adding UDP unicast
0:00:01.694995304 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string: prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.695014471 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start: replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.695969646 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports: got RTP port 41783
0:00:01.696001625 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports: RTP port not even
0:00:01.696019178 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports: free RTP udpsrc
0:00:01.696098554 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports: retry 1
0:00:01.696724504 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports: got RTP port 41784
0:00:01.697343005 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports: starting RTCP on port 41785
0:00:01.697527279 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start: transport is now RTP/AVP;unicast;client_port=41784-41785
0:00:01.697666240 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.697701605 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.697748689 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
Progress: (request) SETUP stream 1
0:00:01.707576894 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:01.707622781 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 200
0:00:01.707670073 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response: stream 0x7fa004d540 as UDP unicast
0:00:01.707732210 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport: configuring transport for stream 0x7fa004d540
0:00:01.707751377 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport: setting media type to application/x-rtp
0:00:01.707775127 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager: using manager rtpbin
0:00:01.708930930 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7fa004b930, 0
0:00:01.708963847 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7fa004d540, 1
0:00:01.709132549 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:recv_rtp_sink_1
0:00:01.709160205 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.709380314 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7fa004b930, 0
0:00:01.709409793 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7fa004d540, 1
0:00:01.709570994 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:recv_rtcp_sink_1
0:00:01.709596880 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.709695528 12309 0x5586f78940 INFO rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager: configure bandwidth in session 0x7fa0066420
0:00:01.709728445 12309 0x5586f78940 INFO rtspsrc gstrtspsrc.c:3639:gst_rtspsrc_stream_configure_manager: setting AS: 8192000.000000
0:00:01.709804905 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp: setting up UDP source
0:00:01.709855166 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp: connecting UDP source 0 to manager
0:00:01.709929543 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp: connecting UDP source 1 to manager
0:00:01.710081577 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks: configure RTP UDP sink for ip:add:dest:ser:6972
0:00:01.711443529 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks: RTP UDP src has sock 0x7fa00217c0
0:00:01.711649679 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks: configure RTCP UDP sink for ip:add:dest:ser:6973
0:00:01.712806315 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks: RTCP UDP src has sock 0x7fa0021910
0:00:01.713033195 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7fa004b930, 0
0:00:01.713068039 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7fa004d540, 1
0:00:01.713191583 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2990:new_manager_pad: got new manager pad manager:send_rtcp_src_1
0:00:01.713224136 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:3063:new_manager_pad: ignoring unknown stream
0:00:01.713327888 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread: got command LOOP
0:00:01.713351430 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 0
0:00:01.713379659 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp: doing receive with timeout 54 seconds
Progress: (open) Opened Stream
Setting pipeline to PLAYING …
0:00:01.713642789 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode: auto buffering mode, have clock (NULL)
0:00:01.713687217 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode: auto buffering mode
0:00:01.713705759 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode: selected slave
0:00:01.713743260 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd WAIT
0:00:01.713765135 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd: cancel previous request LOOP
0:00:01.713784823 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy LOOP
0:00:01.713807011 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:01.713826543 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush: connection flush
0:00:01.713896179 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp: got interrupted
0:00:01.713920034 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop: pausing task, reason flushing
0:00:01.713940347 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd WAIT
0:00:01.713961858 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy LOOP
0:00:01.713982066 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:01.714139049 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd PLAY
0:00:01.714169257 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd: not interrupting busy cmd WAIT
New clock: GstSystemClock
Progress: (request) Sending PLAY request
0:00:01.714511816 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread: got command PLAY
0:00:01.714533952 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 0
0:00:01.714551400 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush: connection flush
0:00:01.714580307 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play: PLAY…
0:00:01.714601661 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets: sending dummy packet to stream 0x7fa004b930
0:00:01.714984585 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets: sending dummy packet to stream 0x7fa004d540
0:00:01.715734443 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.715770173 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:01.715835278 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
Progress: (request) Sending PLAY request
0:00:01.726331569 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:01.726380059 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 200
0:00:01.726416049 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7077:gst_rtspsrc_parse_range: parsed range npt=now-
0:00:01.726448758 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7088:gst_rtspsrc_parse_range: range: type 1, min 0.000000 - type 2, max 0.000000
0:00:01.726475530 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7098:gst_rtspsrc_parse_range: range: min 0:00:00.000000000
0:00:01.726506885 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7113:gst_rtspsrc_parse_range: range: max 99:99:99.999999999
0:00:01.726536260 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7701:gst_rtspsrc_parse_rtpinfo: parsing RTP-Info url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=1;seq=4690;rtptime=308619691
0:00:01.726561886 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7710:gst_rtspsrc_parse_rtpinfo: parsing info url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=1;seq=4690;rtptime=308619691
0:00:01.726590219 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=1
0:00:01.726628241 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field seq=4690
0:00:01.726653450 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field rtptime=308619691
0:00:01.726682461 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7742:gst_rtspsrc_parse_rtpinfo: found stream 0x7fa004b930, setting: seqbase 4690, timebase 308619691
0:00:01.726705482 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7701:gst_rtspsrc_parse_rtpinfo: parsing RTP-Info url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=2;seq=3400;rtptime=3907380471
0:00:01.726727826 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7710:gst_rtspsrc_parse_rtpinfo: parsing info url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=2;seq=3400;rtptime=3907380471
0:00:01.726756993 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field url=rtsp://ip:add:dest:ser/H264?ch=3&subtype=0/trackID=2
0:00:01.726783192 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field seq=3400
0:00:01.726805848 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7724:gst_rtspsrc_parse_rtpinfo: parsing field rtptime=3907380471
0:00:01.726830953 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7742:gst_rtspsrc_parse_rtpinfo: found stream 0x7fa004d540, setting: seqbase 3400, timebase 3907380471
0:00:01.726851839 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps: configuring stream caps
0:00:01.726976008 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps: stream 0x7fa004b930, pt 96, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)4D4028, sprop-parameter-sets=(string)“Z01AKJWgHgCJ+WbAQA==,aO48gA==”, a-framerate=(string)0S, clock-base=(uint)308619691, seqnum-base=(uint)4690, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.727122990 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps: stream 0x7fa004d540, pt 8, caps application/x-rtp, media=(string)audio, payload=(int)8, clock-rate=(int)8000, a-framerate=(string)0S, clock-base=(uint)3907380471, seqnum-base=(uint)3400, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.727172522 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps: clear session
0:00:01.728431816 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play: mark DISCONT, we did a seek to another position
0:00:01.728509474 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread: got command LOOP
0:00:01.728539162 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 0
0:00:01.728580517 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp: doing receive with timeout 54 seconds
Progress: (request) Sent PLAY request
0:00:06.734466186 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message: timeout on UDP port
0:00:06.735019113 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd RECONNECT
0:00:06.735253492 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd: cancel previous request LOOP
0:00:06.735579696 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy LOOP
0:00:06.735897150 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:06.736269865 12309 0x7fa0068e30 DEBUG rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush: connection flush
0:00:06.737201758 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp: got interrupted
0:00:06.737423116 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop: pausing task, reason flushing
0:00:06.738502355 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd WAIT
0:00:06.738256257 12309 0x7fa0068c50 DEBUG rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message: timeout on UDP port
0:00:06.738843559 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5572:gst_rtspsrc_loop_send_cmd: ignore, we were reconnecting
0:00:06.739816911 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy LOOP
0:00:06.740143636 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:06.740379265 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread: got command RECONNECT
0:00:06.740492184 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 0
0:00:06.740593124 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush: connection flush
0:00:06.740844222 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5398:gst_rtspsrc_reconnect: doing reconnect
0:00:06.741078653 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close: TEARDOWN…
0:00:06.748916769 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:06.749146148 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:06.749313964 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
0:00:06.827146620 12309 0x5586f78940 WARN rtspsrc gstrtspsrc.c:5978:gst_rtspsrc_try_send: server closed connection
0:00:06.827248341 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4736:gst_rtsp_conninfo_reconnect: reconnecting connection…
0:00:06.827269956 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close: closing connection…
0:00:06.827437407 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect: connecting (rtsp://auth:auth@ip:add:dest:ser/H264?ch=3&subtype=0)…
0:00:06.835240470 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:06.835329638 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:476:default_before_send: default handler
0:00:06.835373805 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send: sending message
0:00:06.841733664 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response: received response message
0:00:06.841783926 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response: got response message 454
0:00:06.841827364 12309 0x5586f78940 WARN rtspsrc gstrtspsrc.c:6161:gst_rtspsrc_send: error: Unhandled error
0:00:06.841848406 12309 0x5586f78940 WARN rtspsrc gstrtspsrc.c:6161:gst_rtspsrc_send: error: Session Not Found (454)
0:00:06.841970700 12309 0x5586f78940 WARN rtspsrc gstrtspsrc.c:7671:gst_rtspsrc_close: error: Could not send message. (Generic error)
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Unhandled error
Additional debug info:
gstrtspsrc.c(6161): gst_rtspsrc_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Session Not Found (454)
Execution ended after 0:00:05.127905090
Setting pipeline to PAUSED …
0:00:06.842201590 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd WAIT
0:00:06.842224611 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd: cancel previous request LOOP
0:00:06.842243205 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd: not interrupting busy cmd RECONNECT
0:00:06.842344249 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd PAUSE
0:00:06.842365343 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd: not interrupting busy cmd RECONNECT
Setting pipeline to READY …
0:00:06.842645921 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd CLOSE
0:00:06.842671025 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd: cancel previous request PAUSE
0:00:06.842699307 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy RECONNECT
0:00:06.842720037 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:06.842737433 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush: connection flush
Setting pipeline to NULL …
0:00:06.842939572 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:8422:gst_rtspsrc_stop: stopping
0:00:06.842962333 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd: sending cmd WAIT
0:00:06.842981865 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5579:gst_rtspsrc_loop_send_cmd: ignore, we were closing
0:00:06.843000094 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd: connection flush busy RECONNECT
0:00:06.843018636 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush: set flushing 1
0:00:06.842050597 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close: closing connection…
0:00:06.843561667 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close: closing connection…
0:00:06.843674690 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:4721:gst_rtsp_conninfo_close: freeing connection…
0:00:06.843729899 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup: cleanup
0:00:06.843761150 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free: free stream 0x7fa004b930
0:00:06.847586065 12309 0x5586f78940 DEBUG rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free: free stream 0x7fa004d540
0:00:06.848814318 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close: TEARDOWN…
0:00:06.848857131 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:7574:gst_rtspsrc_close: not ready, doing cleanup
0:00:06.848875933 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close: closing connection…
0:00:06.848894632 12309 0x5586f52210 DEBUG rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup: cleanup
Freeing pipeline …

Deepstream application is just a rtsp client. From the log, the client send the request of “LOOP” to the server, no response until timeout. And then client request “RECONNECT”, but the server closed the connection. Please check your server(seems you are using the IP camera) for the reason of closing the connection.

Can we increase this timeout? Or retry more times?

The server refused the connection. Please check the reason. We are not sure whether to increase the timeout will help.