Deepstream test app freezed with rtsp camera

• Jetson
• DeepStream 5.0.1
• JetPack 4.5

Hi!

I’m trying to run deepstream-test3-app with rtsp camera. But it’s freezed at this step:

$ ./deepstream-test3-app rtsp://admin:admin@192.168.1.168
Now playing: rtsp://admin:admin@192.168.1.168,

Using winsys: x11 
ERROR: Deserialize engine failed because file path: /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test3/../../../../samples/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_int8.engine open error
0:00:04.578650261  1680   0x557db32500 WARN                 nvinfer gstnvinfer.cpp:616:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Warning from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1690> [UID = 1]: deserialize engine from file :/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test3/../../../../samples/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_int8.engine failed
0:00:04.578732346  1680   0x557db32500 WARN                 nvinfer gstnvinfer.cpp:616:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Warning from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:1797> [UID = 1]: deserialize backend context from engine from file :/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test3/../../../../samples/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_int8.engine failed, try rebuild
0:00:04.578766566  1680   0x557db32500 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1715> [UID = 1]: Trying to create engine from model files
WARNING: INT8 not supported by platform. Trying FP16 mode.
INFO: [TRT]: Some tactics do not have sufficient workspace memory to run. Increasing workspace size may increase performance, please check verbose output.
INFO: [TRT]: Detected 1 inputs and 2 output network tensors.
ERROR: Serialize engine failed because of file path: /opt/nvidia/deepstream/deepstream-5.0/samples/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_fp16.engine opened error
0:00:34.564485647  1680   0x557db32500 WARN                 nvinfer gstnvinfer.cpp:616:gst_nvinfer_logger:<primary-nvinference-engine> NvDsInferContext[UID 1]: Warning from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1743> [UID = 1]: failed to serialize cude engine to file: /opt/nvidia/deepstream/deepstream-5.0/samples/models/Primary_Detector/resnet10.caffemodel_b1_gpu0_fp16.engine
INFO: [Implicit Engine Info]: layers num: 3
0   INPUT  kFLOAT input_1         3x368x640       
1   OUTPUT kFLOAT conv2d_bbox     16x23x40        
2   OUTPUT kFLOAT conv2d_cov/Sigmoid 4x23x40         

0:00:34.689185072  1680   0x557db32500 INFO                 nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary-nvinference-engine> [UID 1]: Load new model:dstest3_pgie_config.txt sucessfully
Decodebin child added: source
Running...
WARNING from element source: Could not read from resource.
Warning: Could not read from resource.
Decodebin child added: decodebin0
Decodebin child added: rtph265depay0

When I set export GST_DEBUG=*:2 I get this warning:

0:00:38.884518956  1733   0x557bfd8680 WARN                 rtspsrc gstrtspsrc.c:5427:gst_rtspsrc_reconnect:<source> warning: Could not receive any UDP packets for 5.0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.

Does is Deepstream 5.0.1 support tcp connections?
I found issue where solution is prebuilt lib for DS 4.0. Does this lib exist for DS 5.0?

No. The solution is for DS4.0 to resolve tiled display problem. DS5.0.1 has already supported it. And your problem is gstreamer failed to connect to the rtsp server. They are different problems.

Surely deepstream5.0.1 can support rtsp connection.

Can you try the following pipeline to get the failure information:

gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=rtsp://xxxxxx debug=1 ! rtph264depay ! fakesink

This command provides endless output (I changed 264depay to 265depay because my camera use h265 codec):

$ gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location=rtsp://admin:admin@192.168.1.168/0 debug=1 ! rtph265depay ! fakesink
0:00:00.043618978 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri:<rtspsrc0> parsing URI                                                  
0:00:00.043719761 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri:<rtspsrc0> configuring URI                                              
0:00:00.043747678 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri:<rtspsrc0> set uri: rtsp://admin:admin@192.168.1.168/0                  
0:00:00.043765856 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri:<rtspsrc0> request uri is: rtsp://192.168.1.168/0                       
Setting pipeline to PAUSED ...                                                                                                                                                        
0:00:00.047111494 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start:<rtspsrc0> starting                                                           
0:00:00.047294050 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd OPEN                                           
0:00:00.047336603 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<rtspsrc0> not interrupting busy cmd unknown                          
Pipeline is live and does not need PREROLL ...                                                                                                                                        
0:00:00.047642338 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command OPEN                                                  
0:00:00.047730308 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0                                          
0:00:00.047774267 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<rtspsrc0> creating connection (rtsp://admin:admin@192.168.1.168/0)..$
0:00:00.048135368 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<rtspsrc0> sanitized uri rtsp://192.168.1.168/0                       
0:00:00.048187869 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://admin:admin@192.168.1.168/0)...         
Progress: (open) Opening Stream                                                                                                                                                  
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0                                                                                                                  
0:00:00.075723355 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create options... (async)                              
0:00:00.075779242 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send options...                                             
0:00:00.075912942 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler                                                   
0:00:00.075967579 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler                                                   
0:00:00.075988360 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message                                                 
Progress: (open) Retrieving server options                                                                                                                                            
0:00:00.117060413 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message                              
0:00:00.117161665 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200                              
0:00:00.117264948 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<rtspsrc0> Now using version: 1.0                                      
0:00:00.117374482 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create describe...                                          
0:00:00.117456514 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send describe...                                            
0:00:00.117618132 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler                                                   
0:00:00.117691519 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
Progress: (open) Retrieving media info                                                                                                                                                
0:00:00.117737874 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.572845257 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.573053074 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 401
0:00:00.573243338 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5785:gst_rtspsrc_setup_auth:<rtspsrc0> Attempting authentication using credentials from the URL
0:00:00.573458915 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5814:gst_rtspsrc_setup_auth:<rtspsrc0> Attempting Digest authentication
0:00:00.573649336 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.573777724 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.573915070 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.613086513 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.613287037 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.613421988 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<rtspsrc0> parse SDP...
0:00:00.614204555 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.614361537 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.614528051 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 96
0:00:00.614869672 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 0, (0x7f7403b230)
0:00:00.615015040 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:00.615149105 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:00.615277962 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=0
0:00:00.615429788 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.1.168/0/trackID=0
0:00:00.616221001 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.616314128 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.616413036 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 0
0:00:00.616666374 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 1, (0x7f7403cb60)
0:00:00.616900025 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:00.617084455 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:00.617212583 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=1
0:00:00.617397170 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.1.168/0/trackID=1
0:00:00.617605820 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.617730301 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.617840303 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.617991348 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f7403b230 with rtsp://192.168.1.168/0/trackID=0
0:00:00.618150778 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x7, protocol mask = 0x1
0:00:00.618263853 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:00.618383179 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<rtspsrc0> adding UDP unicast
0:00:00.618489066 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.618616673 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.623953287 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 52373
0:00:00.623997663 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> RTP port not even
0:00:00.624016414 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> free RTP udpsrc
0:00:00.624127926 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> retry 1
0:00:00.625096591 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 52374
0:00:00.625818272 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> starting RTCP on port 52375
0:00:00.626170935 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP;unicast;client_port=52374-52375
0:00:00.626344115 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler                                                   
0:00:00.626414533 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler                                                   
0:00:00.626464951 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message                                                 
Progress: (request) SETUP stream 0                                                                                                                                                    
0:00:00.660218892 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message                              
0:00:00.660421240 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200                               
0:00:00.660635619 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f7403b230 as UDP unicast           
0:00:00.660794424 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f7403b230 
0:00:00.660906822 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp       
0:00:00.661092555 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:00.669233860 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<rtspsrc0> auto buffering mode, have clock (NULL)
0:00:00.669316986 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<rtspsrc0> auto buffering mode
0:00:00.669359487 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<rtspsrc0> selected slave
0:00:00.669429384 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<rtspsrc0> connect to signals on session manager, stream 0$7f7403b230
0:00:00.673485245 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f7403b230, 0
0:00:00.673900045 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_0>
0:00:00.673940306 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.674307084 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f7403b230, 0
0:00:00.674600267 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_0>
0:00:00.674638549 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.674701362 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f740660a0
0:00:00.674823500 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<rtspsrc0> setting up UDP source
0:00:00.674914023 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 0 to manager
0:00:00.675043557 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 1 to manager
0:00:00.675130225 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTP UDP sink for 192.168.1.168:3276$
0:00:00.676869374 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTP UDP src has sock 0x7f74021520
0:00:00.677247402 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTCP UDP sink for 192.168.1.168:327$0
0:00:00.678040021 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTCP UDP src has sock 0x7f740213d0
0:00:00.678255026 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f7403b230, 0
0:00:00.678385028 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_0>
0:00:00.678407893 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.678490291 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.678528312 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.678547167 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.678572063 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f7403cb60 with rtsp://192.1$8.1.168/0/trackID=1
0:00:00.678595032 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x1, protocol mask = 0x1
0:00:00.678631283 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:00.678651283 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<rtspsrc0> adding UDP unicast
0:00:00.678672378 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP;unicast;client_port$%%u1-%%u2
0:00:00.678693524 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP;unicast;client_port=%%u1-%%$2
0:00:00.679399006 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 44027
0:00:00.679427236 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> RTP port not even
0:00:00.679441195 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> free RTP udpsrc
0:00:00.679526873 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> retry 1
0:00:00.680167563 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 44028
0:00:00.680520382 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> starting RTCP on port 44029
0:00:00.680674656 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP;unicast;client_port=44028-44029
0:00:00.680748564 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.680789398 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
Progress: (request) SETUP stream 1
0:00:00.680806273 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.697711500 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.697815564 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.697923118 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f7403cb60 as UDP unicast
0:00:00.698001297 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f7403cb60
0:00:00.698045985 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp
0:00:00.698131404 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:00.701243704 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f7403b230, 0
0:00:00.701376780 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f7403cb60, 1
0:00:00.701737464 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_1>
0:00:00.701779756 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.702085752 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f7403b230, 0
0:00:00.702143149 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f7403cb60, 1
0:00:00.702514927 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_1>
0:00:00.702560292 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.702625398 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f740663d0
0:00:00.702758838 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<rtspsrc0> setting up UDP source
0:00:00.702839777 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 0 to manager
0:00:00.702957592 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 1 to manager
0:00:00.703032906 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTP UDP sink for 192.168.1.168:32771
0:00:00.704912890 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTP UDP src has sock 0x7f740217c0
0:00:00.705325971 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTCP UDP sink for 192.168.1.168:32772
0:00:00.706816938 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTCP UDP src has sock 0x7f74021910
0:00:00.707309708 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f7403b230, 0
0:00:00.707373824 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f7403cb60, 1
0:00:00.707601953 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_1>
0:00:00.707759092 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.708060660 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:00.708126495 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
Progress: (open) Opened Stream
0:00:00.708194934 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 54 seconds
Setting pipeline to PLAYING ...
0:00:00.708603119 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<rtspsrc0> auto buffering mode, have clock (NULL)
0:00:00.708675256 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<rtspsrc0> auto buffering mode
0:00:00.708729423 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<rtspsrc0> selected slave
0:00:00.708812446 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:00.708884791 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<rtspsrc0> cancel previous request LOOP
0:00:00.708966876 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:00.709003179 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:00.709075680 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:00.709512355 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted
0:00:00.709580065 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason flushing
0:00:00.709628868 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:00.709676473 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:00.709724078 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:00.709990021 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd PLAY
0:00:00.710095700 30772   0x557d1ee8f0 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<rtspsrc0> not interrupting busy cmd WAIT
New clock: GstSystemClock
0:00:00.710411435 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command PLAY
0:00:00.710460499 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.710484614 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:00.710516542 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<rtspsrc0> PLAY...
Progress: (request) Sending PLAY request
0:00:00.710540604 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<rtspsrc0> sending dummy packet to stream 0x7f7403b230
0:00:00.710929154 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<rtspsrc0> sending dummy packet to stream 0x7f7403cb60
0:00:00.711424476 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.711483175 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.711528176 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
Progress: (request) Sending PLAY request                                                                                                                                              
0:00:00.737949109 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message                              
0:00:00.738079320 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.738171769 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<rtspsrc0> configuring stream caps
0:00:00.738441827 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f7403b230, pt 96, caps application/x-rtp, media$
(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H265, a-videoinfo=(string)"2560\*1440\*20\*4096", ssrc=(uint)41030, npt-start=(guint64)0, play-speed=(do$
ble)1, play-scale=(double)1
0:00:00.738700061 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f7403cb60, pt 0, caps application/x-rtp, media=$
string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, a-ptime=(string)20, ssrc=(uint)41158, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)$
0:00:00.738827147 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<rtspsrc0> clear session
0:00:00.744670646 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<rtspsrc0> mark DISCONT, we did a seek to another position
0:00:00.744760596 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:00.744794920 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.744885338 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 114 seconds
Progress: (request) Sent PLAY request
0:00:05.748458778 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message:<rtspsrc0> timeout on UDP port
0:00:05.749022695 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd RECONNECT
0:00:05.749251710 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<rtspsrc0> cancel previous request LOOP
0:00:05.749567341 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:05.749918702 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:05.750201208 30772   0x7f74068e30 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:05.750867575 30772   0x7f74068c50 DEBUG                rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message:<rtspsrc0> timeout on UDP port
0:00:05.756950038 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted
0:00:05.757221866 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason flushing
0:00:05.757680208 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:05.757888390 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5572:gst_rtspsrc_loop_send_cmd:<rtspsrc0> ignore, we were reconnecting
0:00:05.758082195 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:05.758258032 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:05.759247583 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command RECONNECT
0:00:05.759376023 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:05.759461649 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:05.759592798 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5398:gst_rtspsrc_reconnect:<rtspsrc0> doing reconnect
0:00:05.760055307 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:05.766932837 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.767085757 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.767137685 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:05.769178714 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:05.769275852 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:05.769332051 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:05.769515179 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close:<rtspsrc0> closing connection...
0:00:05.769693725 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4721:gst_rtsp_conninfo_close:<rtspsrc0> freeing connection...
0:00:05.769783049 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
0:00:05.769837946 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0x7f7403b230
0:00:05.774311679 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0x7f7403cb60
0:00:05.779490999 30772   0x557d2264a0 WARN                 rtspsrc gstrtspsrc.c:5427:gst_rtspsrc_reconnect:<rtspsrc0> warning: Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:05.779588033 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<rtspsrc0> creating connection (rtsp://admin:admin@192.168.1.168/0)..$
0:00:05.779751473 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<rtspsrc0> sanitized uri rtsp://192.168.1.168/0
0:00:05.779795797 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://admin:admin@192.168.1.168/0)...
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.
Additional debug info:
gstrtspsrc.c(5427): gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:05.781928235 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create options... (sync)
0:00:05.781993392 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send options...
0:00:05.782065529 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.782106311 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.782140999 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:05.819078805 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:05.819286465 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:05.819424332 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<rtspsrc0> Now using version: 1.0
0:00:05.819878560 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create describe...
0:00:05.820106429 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send describe...
0:00:05.820277839 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.820398518 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:05.820536646 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:06.332257487 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:06.332487127 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 401
0:00:06.332627911 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5785:gst_rtspsrc_setup_auth:<rtspsrc0> Attempting authentication using credentials from the URL
0:00:06.332743225 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5814:gst_rtspsrc_setup_auth:<rtspsrc0> Attempting Digest authentication
0:00:06.332931614 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.333080680 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.333185994 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:06.372871770 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:06.373065941 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:06.373201048 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<rtspsrc0> parse SDP...
0:00:06.373659182 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:06.373813560 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:06.373981792 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 96
0:00:06.374325236 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 0, (0x7f74090a90)
0:00:06.374468833 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:06.374574877 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:06.374675816 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=0
0:00:06.374838632 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.1.168/0/trackID=0
0:00:06.375133950 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:06.375266244 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:06.375627397 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 0
0:00:06.376237097 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 1, (0x7f74068490)
0:00:06.376327307 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:06.376403767 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:06.376486164 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=1
0:00:06.376603510 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.1.168/0/trackID=1
0:00:06.376798514 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:06.376929767 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:06.377037737 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:06.377189876 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f74090a90 with rtsp://192.168.1.168/0/trackID=0
0:00:06.377357119 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x4, protocol mask = 0x4
0:00:06.377477277 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:06.377575925 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6332:gst_rtspsrc_create_transports_string:<rtspsrc0> adding TCP
0:00:06.377710980 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.377838951 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.377989683 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP/TCP;unicast;interleaved=0-1
0:00:06.378138123 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.378270105 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.378342346 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:06.412076183 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:06.412233374 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:06.412375095 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6530:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f74090a90 as TCP interleaved
0:00:06.412479837 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f74090a90
0:00:06.412588120 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp
0:00:06.412720935 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:06.415069419 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<rtspsrc0> auto buffering mode, have clock (NULL)
0:00:06.415235568 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<rtspsrc0> auto buffering mode
0:00:06.415361508 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<rtspsrc0> selected slave
0:00:06.415555418 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<rtspsrc0> connect to signals on session manager, stream 0x7f74090a90
0:00:06.420148633 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f74090a90, 0
0:00:06.420571193 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_0>
0:00:06.420645465 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.421175580 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f74090a90, 0
0:00:06.421680642 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_0>
0:00:06.421716945 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.421768508 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f74066700
0:00:06.421846791 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3744:gst_rtspsrc_stream_configure_tcp:<rtspsrc0> stream 0x7f74090a90 on channels 0-1
0:00:06.421881948 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3766:gst_rtspsrc_stream_configure_tcp:<rtspsrc0> using manager source pad
0:00:06.422201121 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f74090a90, 0
0:00:06.422417219 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_0>
0:00:06.422468053 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.422616389 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:06.422670869 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:06.422717850 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:06.422775976 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f74068490 with rtsp://192.168.1.168/0/trackID=1
0:00:06.422829466 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x4, protocol mask = 0x4
0:00:06.422878478 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:06.422922229 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6332:gst_rtspsrc_create_transports_string:<rtspsrc0> adding TCP
0:00:06.422968740 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.423015095 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.423070356 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP/TCP;unicast;interleaved=2-3
0:00:06.423132441 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.423180150 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.423217859 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:06.449892339 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:06.450098177 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:06.450283232 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:6530:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f74068490 as TCP interleaved
0:00:06.450427350 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f74068490
0:00:06.450566311 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp
0:00:06.450720480 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:06.458420527 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f74090a90, 0
0:00:06.458544123 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f74068490, 1
0:00:06.459055696 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_1>
0:00:06.459146791 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.459889566 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f74090a90, 0
0:00:06.459959203 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f74068490, 1
0:00:06.460247490 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_1>
0:00:06.460291866 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.460362596 30772   0x557d2264a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f74066a30
0:00:06.460489942 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3744:gst_rtspsrc_stream_configure_tcp:<rtspsrc0> stream 0x7f74068490 on channels 2-3
0:00:06.460566350 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3766:gst_rtspsrc_stream_configure_tcp:<rtspsrc0> using manager source pad
0:00:06.460961827 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f74090a90, 0
0:00:06.461042505 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f74068490, 1
0:00:06.461298135 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_1>
0:00:06.461359907 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:06.461500483 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<rtspsrc0> PLAY...
0:00:06.461591787 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.461656684 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:06.461704654 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:06.499119865 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:06.499315181 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:06.499458673 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<rtspsrc0> configuring stream caps
0:00:06.500026028 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f74090a90, pt 96, caps application/x-rtp, media=
(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H265, a-videoinfo=(string)"2560\*1440\*20\*4096", npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:06.500350045 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f74068490, pt 0, caps application/x-rtp, media=(
string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, a-ptime=(string)20, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:06.500495673 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<rtspsrc0> clear session
0:00:06.505979009 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<rtspsrc0> mark DISCONT, we did a seek to another position
0:00:06.506066980 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:06.506119689 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:06.506207503 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 955722 usec
0:00:06.970066315 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.971243056 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.977571149 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1357 on channel 0
0:00:06.983417930 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4385:gst_rtspsrc_activate_streams:<rtspsrc0> activating streams
0:00:06.984028306 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5039:gst_rtspsrc_handle_data:<rtspsrc0> first buffer at time 46:55:01.547895464, base 46:54:55.272665696
0:00:06.984233623 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5082:gst_rtspsrc_handle_data:<rtspsrc0> setting timestamp 0:00:06.275229768
0:00:06.984233623 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5082:gst_rtspsrc_handle_data:<rtspsrc0> setting timestamp 0:00:06.275229768
0:00:06.985649901 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 476301 usec
0:00:06.986028241 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.986150900 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.987168628 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.991584183 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:2643:gst_rtspsrc_handle_internal_src_event:<'':internalsrc_0> received event reconfigure
0:00:06.992258207 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 469669 usec
0:00:06.992436960 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.992489201 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.992559463 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.992699205 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 469222 usec
0:00:06.992825458 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.992872959 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.992943220 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.993062910 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 468857 usec
0:00:06.993172548 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.993238330 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.993291873 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.993488908 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 468432 usec
0:00:06.993638234 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.993725319 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.993814071 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.993959594 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 467961 usec
0:00:06.994159494 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.994207099 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.994296945 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.994441114 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 467480 usec
0:00:06.994628722 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.994711588 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.994769141 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.994937895 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 467015 usec
0:00:06.995086804 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.995164774 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message
0:00:06.995287537 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<rtspsrc0> pushing data of size 1359 on channel 0
0:00:06.995417019 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<rtspsrc0> doing receive with timeout 114 seconds, 466503 usec
0:00:06.995627596 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<rtspsrc0> we received a server message
0:00:06.995946300 30772   0x557d2264a0 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<rtspsrc0> got data message

This command without debug (freezed):

$ gst-launch-1.0 rtspsrc location=rtsp://admin:admin@192.168.1.168/0 ! rtph265depay ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.
Additional debug info:
gstrtspsrc.c(5427): gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.

Can you try with “gst-launch-1.0 --gst-debug=v4l2videodec:5 rtspsrc location=rtsp://xxxx protocol=4 ! rtph265depay ! nvv4l2decoder ! fakesink” ?

$ gst-launch-1.0 --gst-debug=v4l2videodec:5 rtspsrc location=rtsp://admin:admin@192.168.1.168/0 protocol=4 ! rtph265depay ! nvv4l2decoder ! fakesink                         
0:00:00.077213693 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps image/jpeg, width=(in$)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(f$action)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/x-h265, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=($raction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(f$action)[ 0/1, 2147483647/1 ], mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framera$e=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false, parsed=(boolean)true; video/x-divx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 4, 5 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp9, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]                                                        
0:00:00.077507709 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps image/jpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/x-h265, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false, parsed=(boolean)true; video/x-divx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 4, 5 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp9, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]                                                        
0:00:00.077614794 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:1704:gst_v4l2_video_dec_src_query:<nvv4l2decoder0> Returning src caps video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]                                                                                
0:00:00.077671514 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:1704:gst_v4l2_video_dec_src_query:<nvv4l2decoder0> Returning src caps video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]                                                                                
Setting pipeline to PAUSED ...                                                                                                                                                        
0:00:00.077812559 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:555:gst_v4l2_video_dec_open:<nvv4l2decoder0> Opening                                            
Opening in BLOCKING MODE
Opening in BLOCKING MODE
0:00:00.121296242 10930   0x5592266980 DEBUG           v4l2videodec gstv4l2videodec.c:637:gst_v4l2_video_dec_start:<nvv4l2decoder0> Starting
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not read from resource.
Additional debug info:
gstrtspsrc.c(5427): gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:
Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:07.907896309 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps video/x-h265, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string)byte-stream, alignment=(string)au, parsed=(boolean)true
0:00:07.908881796 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps video/x-h265, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string)byte-stream, alignment=(string)au, parsed=(boolean)true
0:00:07.909283210 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:694:gst_v4l2_video_dec_set_format:<nvv4l2decoder0> Setting format: video/x-h265, stream-format=(string)byte-stream, alignment=(string)au
NvMMLiteOpen : Block : BlockType = 279
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 279
0:00:07.922237672 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 0
0:00:07.922279600 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1377:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Sending header
0:00:08.027147042 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1470:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Acquired caps: video/x-raw, format=(string)NV12, width=(int)2560, height=(int)1440, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601, framerate=(fraction)0/1
0:00:08.028125758 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1477:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Available caps: video/x-raw, format=(string)NV12, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)Y42B, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:08.028702280 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1485:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Filtered caps: video/x-raw, format=(string)NV12, width=(int)2560, height=(int)1440, framerate=(fraction)0/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601; video/x-raw, format=(string)Y42B, width=(int)2560, height=(int)1440, framerate=(fraction)0/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601
0:00:08.029432033 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1502:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Possible decoded caps: video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:08.030321112 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1511:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Chosen decoded caps: video/x-raw(memory:NVMM), width=(int)1, height=(int)1, framerate=(fraction)0/1
0:00:08.032927515 10930   0x7fa8054e30 WARN            v4l2videodec gstv4l2videodec.c:1673:gst_v4l2_video_dec_decide_allocation:<nvv4l2decoder0> Duration invalid, not setting latency
0:00:08.036384768 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1564:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Starting decoding thread
0:00:08.037816149 10930   0x7fa8054e30 DEBUG           v4l2videodec     gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 1
0:00:08.038256522 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 2
0:00:08.038867992 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 3
0:00:08.039174143 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 4
0:00:08.039596235 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 5
0:00:08.039955929 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 6
0:00:08.040390104 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 7
0:00:08.040810893 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 8
0:00:08.041212202 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 9
0:00:08.052907370 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 10
0:00:08.066945916 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 11
0:00:08.075426492 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 12
0:00:08.084653905 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 13
0:00:08.094668052 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 14
0:00:08.105002569 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 15
0:00:08.114819525 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 16
0:00:08.119546801 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 17
0:00:08.123688858 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 18
0:00:08.128192172 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 19
0:00:08.138238299 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 20
0:00:08.138971229 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 21
0:00:08.140937985 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 22
0:00:08.145290150 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 23
0:00:08.149915602 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 24
0:00:08.154370165 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 25
0:00:08.158946240 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 26
0:00:08.163330646 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 27
0:00:08.168129382 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 28
0:00:08.172900878 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 29
0:00:08.177273200 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 30
0:00:08.183006537 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 31
0:00:08.187338754 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 32
0:00:08.192276659 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 33
0:00:08.196266213 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 34
0:00:08.200905051 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 35
0:00:08.205045493 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 36
0:00:08.209305365 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 37
0:00:08.213605810 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 38
0:00:08.218243658 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 39
0:00:08.227737691 10930   0x7fa8054e30 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 40

Sorry, for the command line should be :

gst-launch-1.0 --gst-debug=v4l2videodec:5 rtspsrc location=rtsp://admin:admin@192.168.1.168/0 protocols=4 ! rtph265depay ! nvv4l2decoder ! fakesink

$ gst-launch-1.0 --gst-debug=v4l2videodec:5 rtspsrc location=rtsp://admin:admin@192.168.1.168/0 protocols=4 ! rtph265depay ! nvv4l2decoder ! fakesink                        
0:00:00.075740753 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps image/jpeg, width=(in$)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(f$action)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/x-h265, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=($raction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(f$action)[ 0/1, 2147483647/1 ], mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framera$e=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false, parsed=(boolean)true; video/x-divx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483$47 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 4, 5 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp9, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.076034405 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps image/jpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/x-h265, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string){ byte-stream }, alignment=(string){ au }; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)4, systemstream=(boolean)false, parsed=(boolean)true; video/mpeg, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false, parsed=(boolean)true; video/x-divx, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 4, 5 ]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-vp9, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.076140345 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:1704:gst_v4l2_video_dec_src_query:<nvv4l2decoder0> Returning src caps video/x-raw(memory:NVMM),width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:00.076200086 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:1704:gst_v4l2_video_dec_src_query:<nvv4l2decoder0> Returning src caps video/x-raw(memory:NVMM),width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
Setting pipeline to PAUSED ...
0:00:00.076359099 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:555:gst_v4l2_video_dec_open:<nvv4l2decoder0> Opening
Opening in BLOCKING MODE
Opening in BLOCKING MODE
0:00:00.119333802 13039   0x5589eae980 DEBUG           v4l2videodec gstv4l2videodec.c:637:gst_v4l2_video_dec_start:<nvv4l2decoder0> Starting
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
0:00:02.721735089 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps video/x-h265, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string)byte-stream, alignment=(string)au, parsed=(boolean)true
0:00:02.722123274 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1728:gst_v4l2_video_dec_sink_getcaps:<nvv4l2decoder0> Returning sink caps video/x-h265, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], stream-format=(string)byte-stream, alignment=(string)au, parsed=(boolean)true
0:00:02.722266506 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:694:gst_v4l2_video_dec_set_format:<nvv4l2decoder0> Setting format: video/x-h265, stream-format=(string)byte-stream, alignment=(string)au
NvMMLiteOpen : Block : BlockType = 279
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 279
0:00:02.730432198 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 0
0:00:02.730477095 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1377:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Sending header
0:00:02.832093807 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1470:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Acquired caps: video/x-raw, format=(string)NV12, width=(int)2560, height=(int)1440, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601, framerate=(fraction)0/1
0:00:02.833764259 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1477:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Available caps: video/x-raw, format=(string)NV12, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw, format=(string)Y42B, width=(int)[ 48, 4096 ], height=(int)[ 48, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:02.834743706 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1485:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Filtered caps: video/x-raw, format=(string)NV12, width=(int)2560, height=(int)1440, framerate=(fraction)0/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601; video/x-raw, format=(string)Y42B, width=(int)2560, height=(int)1440, framerate=(fraction)0/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt601
0:00:02.835530389 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1502:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Possible decoded caps: video/x-raw(memory:NVMM), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:02.836074567 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1511:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Chosen decoded caps: video/x-raw(memory:NVMM), width=(int)1, height=(int)1, framerate=(fraction)0/1
0:00:02.838886814 13039   0x7f90005d40 WARN            v4l2videodec gstv4l2videodec.c:1673:gst_v4l2_video_dec_decide_allocation:<nvv4l2decoder0> Duration invalid, not setting latency
0:00:02.841500775 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1564:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Starting decoding thread
0:00:02.842292666 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 1
0:00:02.842734186 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 2
0:00:02.843254770 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 3
0:00:02.843742593 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 4
0:00:02.844157393 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 5
0:00:02.844593600 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 6
0:00:02.845035901 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 7
0:00:02.845401950 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 8
0:00:02.845996077 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 9
0:00:02.858743167 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 10
0:00:02.869614853 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 11
0:00:02.878808067 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 12
0:00:02.887802474 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 13
0:00:02.897089491 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 14
0:00:02.906877821 13039   0x7f90005d40 DEBUG           v4l2videodec gstv4l2videodec.c:1337:gst_v4l2_video_dec_handle_frame:<nvv4l2decoder0> Handling frame 15

So your rtsp server only support tcp protocol. Please modify deepstream-test3-app code to set the rtspsrc property “protocols” to 4. rtspsrc (gstreamer.freedesktop.org)

In fact, even without the protocol setting, the pipeline can still work. The uridecodebin will try UDP first, if UDP timeout, it will try UDP multicast, if UDP multicast timeout, it will try TCP. So don’t worry about the WARNING.

If you don’t want to see the WARNING, you need to set the protocol by yourself.

I don’t worry about warnings :)
As I wrote in the question the problem is deepstream-test3-app just freezed while creating the pipeline at Decodebin child added: rtph265depay0

You can try to set the protocols to 4

Can you help me how to provide protocols to uridecodebin?

It is a must to be familiar with gstreamer framework and interfaces(https://gstreamer.freedesktop.org) if you want to develop with deepstream SDK.

For quick check, you can modify the decodebin_child_added() function in deepstream_test3_app.c as following:

static void
decodebin_child_added (GstChildProxy * child_proxy, GObject * object,
gchar * name, gpointer user_data)
{
g_print (“Decodebin child added: %s\n”, name);
if (g_strrstr (name, “decodebin”) == name) {
g_signal_connect (G_OBJECT (object), “child-added”,
G_CALLBACK (decodebin_child_added), user_data);
}
else if (g_strrstr (name, “source”) == name) {
g_object_set (G_OBJECT (object), “protocols”, 4, NULL);
}
}

But for a formal implementation, there should be some checking in the code to identify rtsp source from other types of sources. You can refer to open source gstreamer resources to find more information.

Thank you for the instruction! I added this to decodebin_child_added:

if (g_strrstr (name, "decodebin") == name) {
  g_signal_connect (G_OBJECT (object), "child-added", G_CALLBACK (decodebin_child_added), user_data);
} else if (g_strrstr(name, "source") == name) {
  g_print ("  Add protocols=4 to source\n");
  g_object_set (G_OBJECT (object), "protocols", 4, NULL);
}

This condition was fulfilled, but nothing happens (freezed at the same point):

Decodebin child added: source
  Add protocols=4 to source
Running...
Decodebin child added: decodebin0
Decodebin child added: rtph265depay0

Can you get log for “gst-launch-1.0 --gst-debug=rtspsrc:5,v4l2videodec:5 uridecodebin uri=rtsp://xxxxx ! fakesink”?

$ gst-launch-1.0 --gst-debug=rtspsrc:5,v4l2videodec:5 uridecodebin uri=rtsp://admin:admin@192.168.1.168/0 ! fakesink
Setting pipeline to PAUSED ...
0:00:00.046101324  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri:<source> parsing URI
0:00:00.046160753  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri:<source> configuring URI
0:00:00.046185284  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri:<source> set uri: rtsp://admin:admin@192.168.1.168/0
0:00:00.046202004  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri:<source> request uri is: rtsp://192.168.1.168/0
0:00:00.046320548  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start:<source> starting
0:00:00.046416123  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd OPEN
0:00:00.046440967  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd unknown
Pipeline is live and does not need PREROLL ...
0:00:00.046690609  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command OPEN
0:00:00.046724047  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:00.046759412  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<source> creating connection (rtsp://admin:admin@192.168.1.168/0)...
Progress: (open) Opening Stream
0:00:00.047109889  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<source> sanitized uri rtsp://192.168.1.168/0
0:00:00.047169318  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<source> connecting (rtsp://admin:admin@192.168.1.168/0)...
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0
0:00:00.074682765  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<source> create options... (async)
0:00:00.074722037  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<source> send options...
0:00:00.074826883  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.074865321  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.074887197  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
Progress: (open) Retrieving server options
0:00:00.109849410  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.109929203  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:00.109990299  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<source> Now using version: 1.0
0:00:00.110035664  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<source> create describe...
0:00:00.110110718  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<source> send describe...
0:00:00.110307493  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.110358953  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.110394422  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
Progress: (open) Retrieving media info
0:00:00.613248579  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.614264019  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 401
0:00:00.614744082  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5785:gst_rtspsrc_setup_auth:<source> Attempting authentication using credentials from the URL
0:00:00.615145081  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5814:gst_rtspsrc_setup_auth:<source> Attempting Digest authentication
0:00:00.615527017  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.616113229  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.616717045  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:00.655288039  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.655446636  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:00.655657891  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<source> parse SDP...
0:00:00.656835835  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.657296002  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.657685646  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 96
0:00:00.658459727  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 0, (0x7f9c038a80)
0:00:00.658710462  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:00.658883643  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:00.659108700  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=0
0:00:00.659385477  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.1.168/0/trackID=0
0:00:00.659813925  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.660096848  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.660400605  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 0
0:00:00.660885876  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 1, (0x7f9c042880)
0:00:00.661157393  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:00.661369065  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:00.661572767  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=1
0:00:00.661873191  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.1.168/0/trackID=1
0:00:00.662205803  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:00.662329608  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.662469038  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:00.662654511  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f9c038a80 with rtsp://192.168.1.168/0/trackID=0
0:00:00.662830088  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x7, protocol mask = 0x1
0:00:00.662990352  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:00.663105355  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<source> adding UDP unicast
0:00:00.663241139  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.663374319  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.667360870  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<source> got RTP port 44093
0:00:00.667482591  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports:<source> RTP port not even
0:00:00.667563478  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports:<source> free RTP udpsrc
0:00:00.667778223  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports:<source> retry 1
0:00:00.668868404  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<source> got RTP port 44094
0:00:00.669360082  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<source> starting RTCP on port 44095
0:00:00.669584150  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP;unicast;client_port=44094-44095
Progress: (request) SETUP stream 0
0:00:00.669933898  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.670017545  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.670078849  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:00.688482763  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.688763447  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:00.689013557  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f9c038a80 as UDP unicast
0:00:00.689286532  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f9c038a80
0:00:00.689497630  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:00.689840555  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:00.697287862  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<source> auto buffering mode, have clock (NULL)
0:00:00.697467293  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<source> auto buffering mode
0:00:00.697525003  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<source> selected slave
0:00:00.697572504  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<source> connect to signals on session manager, stream 0x7f9c038a80
0:00:00.702432252  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9c038a80, 0
0:00:00.702968618  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_0>
0:00:00.703000338  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.703226124  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9c038a80, 0
0:00:00.703413368  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_0>
0:00:00.703460557  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.703494516  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f9c0620c0
0:00:00.703576393  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<source> setting up UDP source
0:00:00.703643113  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 0 to manager
0:00:00.703754053  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 1 to manager
0:00:00.703799419  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTP UDP sink for 192.168.1.168:32769
0:00:00.705196899  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<source> RTP UDP src has sock 0x7f9c022520
0:00:00.705557532  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTCP UDP sink for 192.168.1.168:32770
0:00:00.706279945  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<source> RTCP UDP src has sock 0x7f9c0223d0
0:00:00.706499898  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f9c038a80, 0
0:00:00.706687662  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_0>
0:00:00.706732924  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.706805009  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:00.706839541  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.706856677  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:00.706878604  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f9c042880 with rtsp://192.168.1.168/0/trackID=1
0:00:00.706912251  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x1, protocol mask = 0x1
0:00:00.706934126  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:00.706949856  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<source> adding UDP unicast
0:00:00.706971159  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.706993399  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.707617996  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<source> got RTP port 45128
0:00:00.707978786  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<source> starting RTCP on port 45129
0:00:00.708138060  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP;unicast;client_port=45128-45129
0:00:00.708219364  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.708243792  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.708266657  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
Progress: (request) SETUP stream 1
0:00:00.727575436  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.727676897  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:00.727764763  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f9c042880 as UDP unicast
0:00:00.727824504  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f9c042880
0:00:00.727940028  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:00.728019978  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:00.731101247  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c038a80, 0
0:00:00.731218593  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c042880, 1
0:00:00.731810794  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_1>
0:00:00.731902932  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.732579822  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c038a80, 0
0:00:00.732722586  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c042880, 1
0:00:00.733243171  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_1>
0:00:00.733323954  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.733435623  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f9c0623f0
0:00:00.733690786  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<source> setting up UDP source
0:00:00.733857196  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 0 to manager
0:00:00.734116681  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 1 to manager
0:00:00.734250903  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTP UDP sink for 192.168.1.168:32771
0:00:00.735721770  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<source> RTP UDP src has sock 0x7f9c022670
0:00:00.735957609  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTCP UDP sink for 192.168.1.168:32772
0:00:00.739047211  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<source> RTCP UDP src has sock 0x7f9c0227c0
0:00:00.739727904  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9c038a80, 0
0:00:00.739852490  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9c042880, 1
0:00:00.740226457  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_1>
0:00:00.740314324  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:00.740488494  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command LOOP
0:00:00.740523547  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:00.740559382  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<source> doing receive with timeout 54 seconds
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
0:00:00.740965224  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<source> auto buffering mode, have clock (NULL)
0:00:00.741114290  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<source> auto buffering mode
0:00:00.741151895  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<source> selected slave
0:00:00.741214188  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:00.741255231  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<source> cancel previous request LOOP
0:00:00.741292784  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:00.741330806  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:00.741365494  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:00.741498466  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<source> got interrupted
0:00:00.741551696  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<source> pausing task, reason flushing
0:00:00.741598103  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:00.741644719  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:00.741691751  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:00.742063270  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd PLAY
0:00:00.742192492  9046   0x55a3af08d0 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd WAIT
New clock: GstSystemClock
Progress: (request) Sending PLAY request
0:00:00.742875164  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command PLAY
0:00:00.742943707  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:00.742975583  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:00.743047929  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<source> PLAY...
0:00:00.743133868  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<source> sending dummy packet to stream 0x7f9c038a80
0:00:00.743934928  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<source> sending dummy packet to stream 0x7f9c042880
Progress: (request) Sending PLAY request
0:00:00.746049456  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.746145865  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:00.746234617  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:00.766310809  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:00.766475344  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:00.766739465  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<source> configuring stream caps
0:00:00.767107546  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f9c038a80, pt 96, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H265, a-videoinfo=(string)"2560\*1440\*20\*4096", ssrc=(uint)41030, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:00.767463440  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f9c042880, pt 0, caps application/x-rtp, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, a-ptime=(string)20, ssrc=(uint)41158, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:00.767644538  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<source> clear session
0:00:00.771733643  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<source> mark DISCONT, we did a seek to another position
0:00:00.772233602  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command LOOP
0:00:00.772749239  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:00.772840960  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<source> doing receive with timeout 114 seconds
Progress: (request) Sent PLAY request
0:00:05.778929634  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message:<source> timeout on UDP port
0:00:05.779504751  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd RECONNECT
0:00:05.779832050  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<source> cancel previous request LOOP
0:00:05.780256331  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:05.780596183  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:05.780870616  9046   0x7f9c064230 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:05.779904708  9046   0x7f80004140 DEBUG                rtspsrc gstrtspsrc.c:8271:gst_rtspsrc_handle_message:<source> timeout on UDP port
0:00:05.784112462  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<source> got interrupted
0:00:05.785293635  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<source> pausing task, reason flushing
0:00:05.785605725  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:05.785857867  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5572:gst_rtspsrc_loop_send_cmd:<source> ignore, we were reconnecting
0:00:05.786272199  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:05.786857577  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:05.787328317  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command RECONNECT
0:00:05.787791297  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:05.788244328  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:05.788541470  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5398:gst_rtspsrc_reconnect:<source> doing reconnect
0:00:05.788704755  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<source> TEARDOWN...
0:00:05.802462729  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.802810393  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.802943729  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:05.806740067  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:05.807036011  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:05.807560294  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<source> closing connection...
0:00:05.807794779  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close:<source> closing connection...
0:00:05.808592974  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4721:gst_rtsp_conninfo_close:<source> freeing connection...
0:00:05.808994234  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<source> cleanup
0:00:05.809283407  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<source> free stream 0x7f9c038a80
0:00:05.814487902  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<source> free stream 0x7f9c042880
0:00:05.821422801  9046   0x55a39faf70 WARN                 rtspsrc gstrtspsrc.c:5427:gst_rtspsrc_reconnect:<source> warning: Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:05.821673536  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<source> creating connection (rtsp://admin:admin@192.168.1.168/0)...
0:00:05.821844217  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<source> sanitized uri rtsp://192.168.1.168/0
0:00:05.821876614  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<source> connecting (rtsp://admin:admin@192.168.1.168/0)...
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source: Could not read from resource.
Additional debug info:
gstrtspsrc.c(5427): gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:
Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:05.825345548  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<source> create options... (sync)
0:00:05.825498833  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<source> send options...
0:00:05.825615242  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.825735870  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.825835612  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:05.857965259  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:05.858176358  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:05.858322976  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<source> Now using version: 1.0
0:00:05.858885436  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<source> create describe...
0:00:05.859326280  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<source> send describe...
0:00:05.859744779  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.860295834  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:05.860793970  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:06.362264078  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:06.363348583  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 401
0:00:06.363646037  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5785:gst_rtspsrc_setup_auth:<source> Attempting authentication using credentials from the URL
0:00:06.364010890  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5814:gst_rtspsrc_setup_auth:<source> Attempting Digest authentication
0:00:06.364711843  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.365104508  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.365661709  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:06.403440184  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:06.403693784  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:06.403935092  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<source> parse SDP...
0:00:06.404706724  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:06.405106212  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:06.405637839  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 96
0:00:06.406804012  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 0, (0x7f9c098f80)
0:00:06.407071466  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:06.407233136  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:06.407372463  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=0
0:00:06.407675959  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.1.168/0/trackID=0
0:00:06.408002113  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:06.408228316  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:06.408475926  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 0
0:00:06.408912029  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 1, (0x7f9c01b620)
0:00:06.409149847  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:06.409362977  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:06.409569128  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=1
0:00:06.409790279  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.1.168/0/trackID=1
0:00:06.410079921  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:06.410315291  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:06.410613423  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:06.410881241  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f9c098f80 with rtsp://192.168.1.168/0/trackID=0
0:00:06.411081298  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x4, protocol mask = 0x4
0:00:06.411220624  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:06.411400160  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6332:gst_rtspsrc_create_transports_string:<source> adding TCP
0:00:06.411574174  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.411751678  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.411957620  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP/TCP;unicast;interleaved=0-1
0:00:06.412201480  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.412355859  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.412478049  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:06.442893334  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:06.443412044  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:06.443662414  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6530:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f9c098f80 as TCP interleaved
0:00:06.443872367  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f9c098f80
0:00:06.444243313  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:06.444800982  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:06.448070380  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<source> auto buffering mode, have clock (NULL)
0:00:06.448290542  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<source> auto buffering mode
0:00:06.448448202  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<source> selected slave
0:00:06.448661748  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<source> connect to signals on session manager, stream 0x7f9c098f80
0:00:06.453801398  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9c098f80, 0
0:00:06.454190626  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_0>
0:00:06.454324639  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.454818192  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9c098f80, 0
0:00:06.455219660  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_0>
0:00:06.455317579  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.455431904  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f9c062720
0:00:06.455628263  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3744:gst_rtspsrc_stream_configure_tcp:<source> stream 0x7f9c098f80 on channels 0-1
0:00:06.455734620  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3766:gst_rtspsrc_stream_configure_tcp:<source> using manager source pad
0:00:06.456000355  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f9c098f80, 0
0:00:06.456131243  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_0>
0:00:06.456172182  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.456263851  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:06.456296664  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:06.456320935  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:06.456367551  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f9c01b620 with rtsp://192.168.1.168/0/trackID=1
0:00:06.456404219  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x4, protocol mask = 0x4
0:00:06.456448230  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:06.456485575  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6332:gst_rtspsrc_create_transports_string:<source> adding TCP
0:00:06.456519586  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.456570837  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:06.456607504  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP/TCP;unicast;interleaved=2-3
0:00:06.456686308  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.456739695  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.456766935  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:06.482924570  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:06.483324423  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:06.483546511  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:6530:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f9c01b620 as TCP interleaved
0:00:06.483670368  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f9c01b620
0:00:06.483926260  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:06.484095586  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:06.488793143  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c098f80, 0
0:00:06.488904031  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c01b620, 1
0:00:06.489525191  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_1>
0:00:06.489576650  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.489959315  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c098f80, 0
0:00:06.490031921  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9c01b620, 1
0:00:06.490413076  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_1>
0:00:06.490475577  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.490680374  9046   0x55a39faf70 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f9c062a50
0:00:06.490799231  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3744:gst_rtspsrc_stream_configure_tcp:<source> stream 0x7f9c01b620 on channels 2-3
0:00:06.490847773  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3766:gst_rtspsrc_stream_configure_tcp:<source> using manager source pad
0:00:06.491252001  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9c098f80, 0
0:00:06.491339764  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9c01b620, 1
0:00:06.491651594  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_1>
0:00:06.491736127  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:06.491908475  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<source> PLAY...
0:00:06.492020040  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.492096604  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:06.492164991  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:06.518271375  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:06.518477161  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:06.518814668  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<source> configuring stream caps
0:00:06.519235095  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f9c098f80, pt 96, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H265, a-videoinfo=(string)"2560\*1440\*20\*4096", npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:06.519660990  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f9c01b620, pt 0, caps application/x-rtp, media=(string)audio, payload=(int)0, clock-rate=(int)8000, encoding-name=(string)PCMU, a-ptime=(string)20, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:06.519929069  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<source> clear session
0:00:06.523063985  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<source> mark DISCONT, we did a seek to another position
0:00:06.523308262  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command LOOP
0:00:06.523455505  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:06.523627123  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 968798 usec
0:00:06.689656109  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.690501910  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.691618498  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1357 on channel 0
0:00:06.696272980  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4385:gst_rtspsrc_activate_streams:<source> activating streams
0:00:06.696709865  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5039:gst_rtspsrc_handle_data:<source> first buffer at time 98:07:43.050061336, base 98:07:37.094182993
0:00:06.697258993  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5082:gst_rtspsrc_handle_data:<source> setting timestamp 0:00:05.955878343
0:00:06.699362531  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 793094 usec
0:00:06.699818687  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.699994368  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.700182498  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.705965235  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:2643:gst_rtspsrc_handle_internal_src_event:<'':internalsrc_0> received event reconfigure
0:00:06.706522800  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 785882 usec
0:00:06.706706971  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.706806348  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.706883486  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.707016405  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 785387 usec
0:00:06.707148075  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.707203337  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.707261203  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.707336621  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 785059 usec
0:00:06.707401154  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.707439228  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.707483551  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.707574856  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 784822 usec
0:00:06.707632461  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.707660951  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.707689598  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.707751631  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 784646 usec
0:00:06.707835278  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.707893300  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.707955021  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708056690  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 784343 usec
0:00:06.708162890  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.708233100  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.708268778  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708330915  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 784064 usec
0:00:06.708386697  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.708404146  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.708433157  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708482845  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783911 usec
0:00:06.708540086  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.708562014  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.708582639  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708627432  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783766 usec
0:00:06.708671027  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.708689048  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.708713371  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708771862  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783623 usec
0:00:06.708822541  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.708849208  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.708880563  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.708945616  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783451 usec
0:00:06.709027233  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.709057598  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.709091349  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.709161194  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783236 usec
0:00:06.709230779  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.709261509  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.709296979  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.709366303  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 783031 usec
0:00:06.709424846  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.709455003  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.709490316  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0
0:00:06.709558912  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5139:gst_rtspsrc_loop_interleaved:<source> doing receive with timeout 114 seconds, 782838 usec
0:00:06.709651674  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5149:gst_rtspsrc_loop_interleaved:<source> we received a server message
0:00:06.709685738  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:5182:gst_rtspsrc_loop_interleaved:<source> got data message
0:00:06.709739593  9046   0x55a39faf70 DEBUG                rtspsrc gstrtspsrc.c:4948:gst_rtspsrc_handle_data:<source> pushing data of size 1359 on channel 0

Can you dump the graph according to DeepStream SDK FAQ - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums when you run the above pipeline?


Google Drive

Seems rtph265depay can not found start point of the H265 stream.
Can you get the rtph265depay log to confirm this? The command line is:
gst-launch-1.0 --gst-debug=rtph265depay:5 uridecodebin uri=rtsp://xxxxx ! fakesink

$ gst-launch-1.0 --gst-debug=rtph265depay:5 uridecodebin uri=rtsp://admin:admin@192.168.1.168/0 ! fakesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:admin@192.168.1.168/0
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
WARNING: from element /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source: Could not read from resource.
Additional debug info:
gstrtspsrc.c(5427): gst_rtspsrc_reconnect (): /GstPipeline:pipeline0/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:
Could not receive any UDP packets for 5,0000 seconds, maybe your firewall is blocking it. Retrying using a tcp connection.
0:00:08.349847344 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:230:gst_rtp_h265_depay_negotiate:<rtph265depay0> allowed caps: video/x-h265, stream-format=(string)hvc1, alignment=(string)au; video/x-h265, stream-format=(string)byte-stream, alignment=(string){ nal, au }
0:00:08.349919793 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:266:gst_rtp_h265_depay_negotiate:<rtph265depay0> downstream wants stream-format hvc1
0:00:08.349946617 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:279:gst_rtp_h265_depay_negotiate:<rtph265depay0> downstream requires merge 1
0:00:08.349967034 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:947:gst_rtp_h265_depay_setcaps:<rtph265depay0> we have incomplete caps, doing setcaps later
0:00:08.350198601 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1345 bytes
0:00:08.350241571 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.350262144 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.350280947 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.350318604 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 1, E 0, nal_unit_type 32
0:00:08.350355011 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1417:gst_rtp_h265_depay_process:<rtph265depay0> Start of Fragmentation Unit
0:00:08.350396209 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1459:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1348 bytes
0:00:08.350468138 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.350500326 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.350519545 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.350538400 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.350569078 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.350595745 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.350646267 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.350706372 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.350731321 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.350759863 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.350784759 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.350823458 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.350848771 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.350874709 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.350921064 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.350955596 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.350974815 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.350993305 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351016327 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351040650 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351085755 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351132579 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.351164038 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.351189924 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.351217737 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351249248 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351267634 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351292947 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351337636 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.351369251 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.351442325 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.351475243 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351497691 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351514410 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351536025 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351571911 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.351590922 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.351606287 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.351621131 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351639100 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351653319 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351680247 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351712071 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.351730821 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.351746082 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.351760874 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351779312 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351793895 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351810406 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351841240 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.351860199 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.351877074 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.351893168 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.351912908 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.351928065 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.351955617 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.351988639 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.352008223 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.352024213 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.352039994 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.352059005 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.352074943 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.352095829 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.352128746 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.352149267 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.352165987 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.352182654 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.352203071 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.352219425 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.352243540 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.352277083 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.352297656 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.352314583 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.352331146 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.352351095 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.352367970 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.352401304 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.352437399 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.352457972 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.352475160 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present
0:00:08.352491566 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1374:gst_rtp_h265_depay_process:<rtph265depay0> Processing Fragmentation Unit
0:00:08.352511515 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1405:gst_rtp_h265_depay_process:<rtph265depay0> FU header with S 0, E 0, nal_unit_type 32
0:00:08.352527973 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1466:gst_rtp_h265_depay_process:<rtph265depay0> Following part of Fragmentation Unit
0:00:08.352549484 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1478:gst_rtp_h265_depay_process:<rtph265depay0> queueing 1344 bytes
0:00:08.352583443 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1253:gst_rtp_h265_depay_process:<rtph265depay0> receiving 1347 bytes
0:00:08.352603756 28322   0x7f8c063630 DEBUG           rtph265depay gstrtph265depay.c:1276:gst_rtp_h265_depay_process:<rtph265depay0> NAL header nal_unit_type 49, nuh_temporal_id_plus1 1
0:00:08.352620267 28322   0x7f8c063630 FIXME           rtph265depay gstrtph265depay.c:1278:gst_rtp_h265_depay_process:<rtph265depay0> Assuming DONL field is not present