Getting blank display and 0 fps for DeepStream test 5 app using RTSP

Let me know which logs you need and how to get them. I have already added the config file and output from test5 app in last post. This same RTSP stream works fine with deepstream-test3 app (C example).
The below command works fine and can see the stream on display:
gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location= rtsp://xxxxxxx ! rtph264depay ! queue ! nvv4l2decoder ! queue ! nvvideoconvert ! nveglglessink :

0:00:00.017897484  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri:<rtspsrc0> parsing URI
0:00:00.017916755  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri:<rtspsrc0> configuring URI
0:00:00.017924095  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri:<rtspsrc0> set uri: rtsp://192.168.0.102:5554/front
0:00:00.017928326  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri:<rtspsrc0> request uri is: rtsp://192.168.0.102:5554/front
Setting pipeline to PAUSED ...
0:00:00.074085019  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start:<rtspsrc0> starting
0:00:00.074266031  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd OPEN
0:00:00.074275608  7465 0x55f013a44a40 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.074350375  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command OPEN
0:00:00.074362786  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.074371384  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<rtspsrc0> creating connection (rtsp://192.168.0.102:5554/front)...
Got context from element 'eglglessink0': gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
0:00:00.074477269  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<rtspsrc0> sanitized uri rtsp://192.168.0.102:5554/front
0:00:00.074487181  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://192.168.0.102:5554/front)...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://192.168.0.102:5554/front
0:00:00.193830426  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create options... (async)
0:00:00.193878305  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send options...
0:00:00.193979570  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.194007967  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.194025224  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
Progress: (open) Retrieving server options
0:00:00.206847932  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.206889775  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.206916807  7465 0x55f013a704a0 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<rtspsrc0> Now using version: 1.0
0:00:00.206969766  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<rtspsrc0> create describe...
0:00:00.206994991  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<rtspsrc0> send describe...
Progress: (open) Retrieving media info
0:00:00.207306489  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.207336361  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.207359131  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.262947363  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.262993410  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.263019066  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<rtspsrc0> parse SDP...
0:00:00.263242070  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.263276992  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.263299523  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 96
0:00:00.263387971  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 0, (0x7f9cc001a4e0)
0:00:00.263409123  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:00.263424562  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:00.263441428  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=0
0:00:00.263461408  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.0.102:5554/front/trackID=0
0:00:00.263497998  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:00.263519366  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:00.263538645  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<rtspsrc0>  looking at 0 pt: 97
0:00:00.263617169  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<rtspsrc0> stream 1, (0x7f9cc001ba90)
0:00:00.263637057  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<rtspsrc0>  port: 0
0:00:00.263651877  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<rtspsrc0>  container: 0
0:00:00.263666627  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<rtspsrc0>  control: trackID=1
0:00:00.263683222  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<rtspsrc0>  setup: rtsp://192.168.0.102:5554/front/trackID=1
0:00:00.263714681  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.263733782  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.263750644  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.263775109  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f9cc001a4e0 with rtsp://192.168.0.102:5554/front/trackID=0
0:00:00.263796884  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x7, protocol mask = 0x1
0:00:00.263816710  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:00.263835727  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<rtspsrc0> adding UDP unicast
0:00:00.263858406  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.263877119  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.265403614  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 44777
0:00:00.265439561  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> RTP port not even
0:00:00.265458156  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> free RTP udpsrc
0:00:00.265553522  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> retry 1
0:00:00.265980489  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 44778
0:00:00.266248621  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> starting RTCP on port 44779
0:00:00.266389313  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP;unicast;client_port=44778-44779
0:00:00.266461367  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.266485296  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.266505492  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
Progress: (request) SETUP stream 0
0:00:00.294874583  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.294921507  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.294999269  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f9cc001a4e0 as UDP unicast
0:00:00.295023620  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f9cc001a4e0
0:00:00.295045073  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp
0:00:00.295074668  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:00.296904294  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<rtspsrc0> auto buffering mode, have clock (NULL)
0:00:00.296936892  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<rtspsrc0> auto buffering mode
0:00:00.296953607  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<rtspsrc0> selected slave
0:00:00.296977992  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<rtspsrc0> connect to signals on session manager, stream 0x7f9cc001a4e0
0:00:00.298581881  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9cc001a4e0, 0
0:00:00.299028521  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_0>
0:00:00.299061636  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.299297385  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f9cc001a4e0, 0
0:00:00.299443694  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_0>
0:00:00.299469930  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.299502242  7465 0x55f013a704a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f9cc003e080
0:00:00.299563567  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<rtspsrc0> setting up UDP source
0:00:00.299613281  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 0 to manager
0:00:00.299702048  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 1 to manager
0:00:00.299741565  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTP UDP sink for 192.168.0.102:45231
0:00:00.301552639  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTP UDP src has sock 0x7f9cc00173d0
0:00:00.301954806  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTCP UDP sink for 192.168.0.102:0
0:00:00.302986709  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTCP UDP src has sock 0x7f9cc0017520
0:00:00.303221134  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f9cc001a4e0, 0
0:00:00.303339166  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_0>
0:00:00.303365933  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.303920676  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.303951018  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:00.303968350  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<rtspsrc0> default handler
0:00:00.303990817  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<rtspsrc0> doing setup of stream 0x7f9cc001ba90 with rtsp://192.168.0.102:5554/front/trackID=1
0:00:00.304013681  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<rtspsrc0> protocols = 0x1, protocol mask = 0x1
0:00:00.304033979  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<rtspsrc0> got transports (NULL)
0:00:00.304052759  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<rtspsrc0> adding UDP unicast
0:00:00.304073377  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<rtspsrc0> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.304094043  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<rtspsrc0> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:00.304547514  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 56041
0:00:00.304573799  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2175:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> RTP port not even
0:00:00.304588828  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2177:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> free RTP udpsrc
0:00:00.304670398  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2182:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> retry 1
0:00:00.305052817  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> got RTP port 56042
0:00:00.305315318  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<rtspsrc0> starting RTCP on port 56043
0:00:00.305476324  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<rtspsrc0> transport is now RTP/AVP;unicast;client_port=56042-56043
0:00:00.305549051  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.305573190  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.305593311  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
Progress: (request) SETUP stream 1
0:00:00.365690713  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.365743952  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.365788766  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<rtspsrc0> stream 0x7f9cc001ba90 as UDP unicast
0:00:00.365811154  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<rtspsrc0> configuring transport for stream 0x7f9cc001ba90
0:00:00.365831704  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<rtspsrc0> setting media type to application/x-rtp
0:00:00.365861094  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<rtspsrc0> using manager rtpbin
0:00:00.366664038  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9cc001a4e0, 0
0:00:00.366699716  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9cc001ba90, 1
0:00:00.366905929  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_sink_1>
0:00:00.366934730  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.367125962  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9cc001a4e0, 0
0:00:00.367157704  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f9cc001ba90, 1
0:00:00.367293263  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtcp_sink_1>
0:00:00.367318370  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.367349675  7465 0x55f013a704a0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<rtspsrc0> configure bandwidth in session 0x7f9cc003e3b0
0:00:00.367412498  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<rtspsrc0> setting up UDP source
0:00:00.367460906  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 0 to manager
0:00:00.367523299  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<rtspsrc0> connecting UDP source 1 to manager
0:00:00.367560098  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTP UDP sink for 192.168.0.102:40764
0:00:00.368420342  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTP UDP src has sock 0x7f9cc0017280
0:00:00.368594628  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> configure RTCP UDP sink for 192.168.0.102:0
0:00:00.370042873  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<rtspsrc0> RTCP UDP src has sock 0x7f9cc0017bb0
0:00:00.370258830  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9cc001a4e0, 0
0:00:00.370297157  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f9cc001ba90, 1
0:00:00.370398354  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:send_rtcp_src_1>
0:00:00.370424050  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<rtspsrc0> ignoring unknown stream
0:00:00.370559301  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:00.370585746  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.370604843  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 54 seconds
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
0:00:00.370918198  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<rtspsrc0> auto buffering mode, have clock (NULL)
0:00:00.370951374  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<rtspsrc0> auto buffering mode
0:00:00.370971434  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<rtspsrc0> selected slave
0:00:00.371009373  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:00.371030207  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<rtspsrc0> cancel previous request LOOP
0:00:00.371048741  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:00.371067256  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:00.371084234  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:00.371208380  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted
0:00:00.371270522  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason flushing
0:00:00.371297842  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:00.371319606  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:00.371340904  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:00.371464203  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd PLAY
0:00:00.371488748  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<rtspsrc0> not interrupting busy cmd WAIT
New clock: GstSystemClock
Progress: (request) Sending PLAY request
0:00:00.371938927  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command PLAY
0:00:00.371963407  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.371981386  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:00.372005297  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<rtspsrc0> PLAY...
0:00:00.372025463  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<rtspsrc0> sending dummy packet to stream 0x7f9cc001a4e0
0:00:00.372397663  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<rtspsrc0> sending dummy packet to stream 0x7f9cc001ba90
0:00:00.372850945  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
Progress: (request) Sending PLAY request
0:00:00.372919808  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:00.372965798  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:00.378801284  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:00.378848762  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:00.378877303  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<rtspsrc0> configuring stream caps
0:00:00.378968384  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f9cc001a4e0, pt 96, caps application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)42801f, sprop-parameter-sets=(string)"Z0KAH9oBQBbk\,aM4NiA\=\=", a-recvonly=(string)"", ssrc=(uint)3011659337, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:00.379095665  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<rtspsrc0> stream 0x7f9cc001ba90, pt 97, caps application/x-rtp, media=(string)audio, payload=(int)97, clock-rate=(int)22050, encoding-name=(string)MPEG4-GENERIC, streamtype=(string)5, profile-level-id=(string)1, mode=(string)AAC-hbr, config=(string)1388, sizelength=(string)13, indexlength=(string)3, indexdeltalength=(string)3, profile=(string)1, a-recvonly=(string)"", ssrc=(uint)1973090119, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:00.379147228  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<rtspsrc0> clear session
0:00:00.380474172  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<rtspsrc0> mark DISCONT, we did a seek to another position
0:00:00.380523874  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:00.380548457  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:00.380571393  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 54 seconds
Progress: (request) Sent PLAY request
0:00:00.432264431  7465 0x7f9cc0050770 DEBUG                rtspsrc gstrtspsrc.c:2916:pad_blocked:<rtspsrc0> pad udpsrc1:src blocked, activating streams
0:00:00.432326390  7465 0x7f9cc0050770 DEBUG                rtspsrc gstrtspsrc.c:4385:gst_rtspsrc_activate_streams:<rtspsrc0> activating streams
0:00:00.432366328  7465 0x7f9cc0050770 DEBUG                rtspsrc gstrtspsrc.c:4425:gst_rtspsrc_activate_streams:<rtspsrc0> unblocking stream pad 0x7f9cc001a4e0
0:00:00.432416674  7465 0x7f9cc0050770 DEBUG                rtspsrc gstrtspsrc.c:4425:gst_rtspsrc_activate_streams:<rtspsrc0> unblocking stream pad 0x7f9cc001ba90
0:00:02.434718378  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_src_0_3011659337_96>
0:00:02.434791504  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2998:new_manager_pad:<rtspsrc0> stream: 0, SSRC b3824649, PT 96
0:00:02.434816100  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<rtspsrc0> stream 0x7f9cc001a4e0, container 0, added 1, setup 1
0:00:02.434847753  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<rtspsrc0> stream 0x7f9cc001ba90, container 0, added 0, setup 1
0:00:02.435033366  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_3011659337_96> store sticky event stream-start event: 0x7f9c9c0029c0, time 99:99:99.999999999, seq-num 215, GstEventStreamStart, stream-id=(string)d7f3c8879e6060813cf7a5bf1bd8cdd5fb87b97c73d83f742547fa85aa4c2396, flags=(GstStreamFlags)GST_STREAM_FLAG_NONE, group-id=(uint)3;
0:00:02.435128110  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_3011659337_96> store sticky event caps event: 0x7f9c6c001d10, time 99:99:99.999999999, seq-num 277, GstEventCaps, caps=(GstCaps)"application/x-rtp\,\ media\=\(string\)video\,\ payload\=\(int\)96\,\ clock-rate\=\(int\)90000\,\ encoding-name\=\(string\)H264\,\ packetization-mode\=\(string\)1\,\ profile-level-id\=\(string\)42801f\,\ sprop-parameter-sets\=\(string\)\"Z0KAH9oBQBbk\\\,aM4NiA\\\=\\\=\"\,\ a-recvonly\=\(string\)\"\"\,\ ssrc\=\(uint\)3011659337\,\ npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\ play-scale\=\(double\)1";
0:00:02.435211993  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_3011659337_96> store sticky event segment event: 0x7f9c9c002aa0, time 99:99:99.999999999, seq-num 201, GstEventSegment, segment=(GstSegment)"GstSegment, flags=(GstSegmentFlags)GST_SEGMENT_FLAG_NONE, rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_TIME, base=(guint64)0, offset=(guint64)0, start=(guint64)0, stop=(guint64)18446744073709551615, time=(guint64)0, position=(guint64)0, duration=(guint64)18446744073709551615;";
0:00:02.435263419  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received query caps
0:00:02.435349526  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received query caps
0:00:02.435409967  7465 0x7f9c8c003a30 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event reconfigure
0:00:02.801281482  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<rtspsrc0> got new manager pad <manager:recv_rtp_src_1_1973090119_97>
0:00:02.801302160  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:2998:new_manager_pad:<rtspsrc0> stream: 1, SSRC 759af747, PT 97
0:00:02.801308149  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<rtspsrc0> stream 0x7f9cc001a4e0, container 0, added 1, setup 1
0:00:02.801312844  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<rtspsrc0> stream 0x7f9cc001ba90, container 0, added 1, setup 1
0:00:02.801355175  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1973090119_97> store sticky event stream-start event: 0x7f9c8c0050f0, time 99:99:99.999999999, seq-num 226, GstEventStreamStart, stream-id=(string)b8a3db5f679c4e84472eaf9fde2a319bbbd50d373a458ff96bc608139cce834a, flags=(GstStreamFlags)GST_STREAM_FLAG_NONE, group-id=(uint)4;
0:00:02.801377798  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1973090119_97> store sticky event caps event: 0x7f9cc4007600, time 99:99:99.999999999, seq-num 297, GstEventCaps, caps=(GstCaps)"application/x-rtp\,\ media\=\(string\)audio\,\ payload\=\(int\)97\,\ clock-rate\=\(int\)22050\,\ encoding-name\=\(string\)MPEG4-GENERIC\,\ streamtype\=\(string\)5\,\ profile-level-id\=\(string\)1\,\ mode\=\(string\)AAC-hbr\,\ config\=\(string\)1388\,\ sizelength\=\(string\)13\,\ indexlength\=\(string\)3\,\ indexdeltalength\=\(string\)3\,\ profile\=\(string\)1\,\ a-recvonly\=\(string\)\"\"\,\ ssrc\=\(uint\)1973090119\,\ npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\ play-scale\=\(double\)1";
0:00:02.801396878  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1973090119_97> store sticky event segment event: 0x7f9c8c0051d0, time 99:99:99.999999999, seq-num 213, GstEventSegment, segment=(GstSegment)"GstSegment, flags=(GstSegmentFlags)GST_SEGMENT_FLAG_NONE, rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_TIME, base=(guint64)0, offset=(guint64)0, start=(guint64)0, stop=(guint64)18446744073709551615, time=(guint64)0, position=(guint64)0, duration=(guint64)18446744073709551615;";
0:00:02.801403824  7465 0x7f9c84004370 DEBUG                rtspsrc gstrtspsrc.c:3052:new_manager_pad:<rtspsrc0> We added all streams
0:00:02.821298723  7465 0x7f9cc0050c00 DEBUG                rtspsrc gstrtspsrc.c:8298:gst_rtspsrc_handle_message:<rtspsrc0> got error from udpsrc4
0:00:02.821321884  7465 0x7f9cc0050c00 DEBUG                rtspsrc gstrtspsrc.c:8312:gst_rtspsrc_handle_message:<rtspsrc0> combined flows: ok
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1: Error sending UDP packets
Additional debug info:
gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:03.447101630  7465 0x7f9cc40032d0 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received query latency
0:00:03.447270466  7465 0x7f9cc40032d0 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event latency
0:00:05.428553640  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.495164999  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.561948626  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.628439317  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.695080402  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.761813136  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.828721690  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.895059668  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:05.961740655  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.028436369  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.095161251  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1: Error sending UDP packets
Additional debug info:
gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:06.161786440  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.228577851  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.295248163  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.361757095  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.428210397  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.494871152  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.561489105  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.628173855  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.694942093  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.761423136  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.828463516  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.895011183  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:06.961817544  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.028303389  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.095033164  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.161387113  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.228040214  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.294618288  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.361507031  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.428527342  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.495018517  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.561396038  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.629294783  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.694790228  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.761315530  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.828061759  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.894715196  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:07.961875313  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.027727812  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.094557888  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.161128734  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.227648229  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.294236265  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.361003771  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.427783074  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.494302509  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.560873315  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.627421585  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.694133453  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.760880675  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.827574413  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.894231858  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:08.960639158  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.027619265  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.094267456  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.160926358  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.227340929  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.293965477  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.360674053  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.427243977  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.494109448  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.560577017  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.627402825  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.694129741  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.760371366  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.827084371  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.893690246  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:09.960399207  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.027335314  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.093911471  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.160484569  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.227003637  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.293858743  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.360548225  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.427078825  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.493589802  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.560304085  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.626992382  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.693597018  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.760585424  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.826861951  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.893463009  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:10.960067774  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.026807396  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.093569892  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.160234425  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.226694793  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.293518390  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.360003207  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.426738067  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.493555249  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.559963070  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.626747713  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.693459651  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.760147805  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.827061070  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:11.893607176  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
WARNING: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1: Error sending UDP packets
Additional debug info:
gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:11.960163999  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.026960784  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.093579001  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.160226056  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.226912951  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.293409759  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.359827592  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.426953095  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.493285713  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.559914727  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.627109357  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.693071253  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.759814871  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.826770650  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.893055875  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:12.959958769  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.026867176  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.093239665  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.159868662  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.226738916  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.293264637  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.359988533  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.427172098  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.492584656  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.559461584  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.626507193  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.693134440  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.759519530  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.826206818  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.892798263  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:13.959539785  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.026112872  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.092744208  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.159390508  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.226041079  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.292680932  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.359279004  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.426224462  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
0:00:14.492795968  7465 0x55f013a70400 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<rtspsrc0> pad rtspsrc0:recv_rtp_src_0_3011659337_96 received event qos
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:14.149554522
Setting pipeline to PAUSED ...
0:00:14.521331838  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:14.521366956  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<rtspsrc0> cancel previous request LOOP
0:00:14.521428972  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:14.521472759  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:14.521508492  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:14.521631523  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted
0:00:14.521678513  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason flushing
0:00:14.521703817  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:14.521725549  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:14.521746263  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:14.521869839  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd PAUSE
0:00:14.521921778  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<rtspsrc0> not interrupting busy cmd WAIT
0:00:14.521976190  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command PAUSE
0:00:14.522004347  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:14.522023097  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
Setting pipeline to READY ...
0:00:14.522050828  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8133:gst_rtspsrc_pause:<rtspsrc0> PAUSE...
0:00:14.522154779  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.522200620  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.522226994  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:14.530615924  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<rtspsrc0> received response message
0:00:14.530666802  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<rtspsrc0> got response message 200
0:00:14.531078971  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command LOOP
0:00:14.531107238  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:14.531126549  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<rtspsrc0> doing receive with timeout 54 seconds
0:00:14.545914774  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd CLOSE
0:00:14.545968303  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<rtspsrc0> cancel previous request LOOP
0:00:14.545988399  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:14.546004926  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:14.546027690  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
Setting pipeline to NULL ...
0:00:14.546164719  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<rtspsrc0> got interrupted
0:00:14.546215362  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<rtspsrc0> pausing task, reason flushing
0:00:14.546241796  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:14.546261441  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5579:gst_rtspsrc_loop_send_cmd:<rtspsrc0> ignore, we were closing
0:00:14.546280708  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy LOOP
0:00:14.546299883  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:14.546322617  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<rtspsrc0> got command CLOSE
0:00:14.546341568  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 0
0:00:14.546358605  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<rtspsrc0> connection flush
0:00:14.546382570  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:14.548449114  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.548484290  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.548504017  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:14.555671569  7465 0x55f013a704a0 WARN                 rtspsrc gstrtspsrc.c:5978:gst_rtspsrc_try_send:<rtspsrc0> server closed connection
0:00:14.555719160  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4736:gst_rtsp_conninfo_reconnect:<rtspsrc0> reconnecting connection...
0:00:14.555739592  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close:<rtspsrc0> closing connection...
0:00:14.555897193  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<rtspsrc0> connecting (rtsp://192.168.0.102:5554/front)...
0:00:14.559068122  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.559115081  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<rtspsrc0> default handler
0:00:14.559140737  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<rtspsrc0> sending message
0:00:14.565848529  7465 0x55f013a704a0 WARN                 rtspsrc gstrtspsrc.c:5978:gst_rtspsrc_try_send:<rtspsrc0> server closed connection
0:00:14.565891534  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:6102:gst_rtspsrc_send:<rtspsrc0> got error -11
0:00:14.565912123  7465 0x55f013a704a0 WARN                 rtspsrc gstrtspsrc.c:7671:gst_rtspsrc_close:<rtspsrc0> error: Could not send message. (Received end-of-file)
0:00:14.565998334  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:14.566033760  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close:<rtspsrc0> closing connection...
0:00:14.566136518  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:4721:gst_rtsp_conninfo_close:<rtspsrc0> freeing connection...
0:00:14.566163872  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
0:00:14.566195835  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0x7f9cc001a4e0
0:00:14.566790214  7465 0x55f013a704a0 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<rtspsrc0> free stream 0x7f9cc001ba90
0:00:14.626708324  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:8422:gst_rtspsrc_stop:<rtspsrc0> stopping
0:00:14.626726788  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<rtspsrc0> sending cmd WAIT
0:00:14.626732258  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<rtspsrc0> connection flush busy WAIT
0:00:14.626736888  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<rtspsrc0> set flushing 1
0:00:14.626807448  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<rtspsrc0> TEARDOWN...
0:00:14.626819681  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:7574:gst_rtspsrc_close:<rtspsrc0> not ready, doing cleanup
0:00:14.626835757  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<rtspsrc0> closing connection...
0:00:14.626841101  7465 0x55f013a44a40 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<rtspsrc0> cleanup
Freeing pipeline ...

Output of GST_DEBUG=3 is:

GST_DEBUG=3 ./deepstream-test5-app -c ./configs/azure_config.txt
gstnvtracker: Loading low-level lib at /opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_mot_klt.so
gstnvtracker: Optional NvMOT_RemoveStreams not implemented
gstnvtracker: Batch processing is OFF
gstnvtracker: Past frame output is OFF
WARNING: ../nvdsinfer/nvdsinfer_func_utils.cpp:36 [TRT]: Current optimization profile is: 0. Please ensure there are no enqueued operations pending in this context prior to switching profiles
0:00:01.058226534  8173 0x56145ebb0700 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1701> [UID = 1]: deserialized trt engine from :/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5/configs/../../../../../samples/models/Primary_Detector/resnet10.caffemodel_b4_gpu0_int8.engine
INFO: ../nvdsinfer/nvdsinfer_model_builder.cpp:685 [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:01.058304413  8173 0x56145ebb0700 INFO                 nvinfer gstnvinfer.cpp:619:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:1805> [UID = 1]: Use deserialized engine model: /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5/configs/../../../../../samples/models/Primary_Detector/resnet10.caffemodel_b4_gpu0_int8.engine
0:00:01.059099599  8173 0x56145ebb0700 INFO                 nvinfer gstnvinfer_impl.cpp:313:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5/configs/../../../../../samples/configs/deepstream-app/config_infer_primary.txt sucessfully

Runtime commands:
	h: Print this help
	q: Quit

	p: Pause
	r: Resume

NOTE: To expand a source in the 2D tiled display and view object details, left-click on the source.
      To go back to the tiled display, right-click anywhere on the window.

** INFO: <bus_callback:181>: Pipeline ready


**PERF:  FPS 0 (Avg)	
Thu Oct 29 09:16:52 2020
**PERF:  0.00 (0.00)	
Thu Oct 29 09:16:57 2020
**PERF:  0.00 (0.00)	
Thu Oct 29 09:17:02 2020
**PERF:  0.00 (0.00)	
Thu Oct 29 09:17:07 2020
**PERF:  0.00 (0.00)	
q
Quitting
0:00:22.350718163  8173 0x56145effa320 FIXME               basesink gstbasesink.c:3145:gst_base_sink_default_event:<sink_sub_bin_sink2> stream-start event without group-id. Consider implementing group-id handling in the upstream elements
0:00:22.463351225  8173 0x56145effa140 WARN                GST_PADS gstpad.c:4226:gst_pad_peer_query:<dec_que0:src> could not send sticky events
0:00:22.464858098  8173 0x56145effa370 WARN                 rtspsrc gstrtspsrc.c:5919:gst_rtsp_src_receive_response:<src_elem0> receive interrupted
0:00:22.464906647  8173 0x56145effa370 WARN                 rtspsrc gstrtspsrc.c:8246:gst_rtspsrc_pause:<src_elem0> PAUSE interrupted
0:00:22.466391495  8173 0x56145effa370 WARN                 rtspsrc gstrtspsrc.c:5919:gst_rtsp_src_receive_response:<src_elem0> receive interrupted
0:00:22.466439024  8173 0x56145effa370 WARN                 rtspsrc gstrtspsrc.c:7673:gst_rtspsrc_close:<src_elem0> TEARDOWN interrupted
App run successful