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

  • Hardware Platform (Jetson / GPU): GeForce GTX 1050Ti
  • OS: Ubuntu 18.04 (X86)
  • DeepStream Version: DeepStream 5.0
  • Docker: deepstream:5.0-20.09-triton

I’m using DeepStream docker deepstream:5.0-20.09-triton. I can run the RTSP stream with test3 app, which accepts rtsp stream as command line input. But when I use same RTSP stream for test5 app, it shows blank screen display and terminal shows FPS as 0.

Below is the terminal output:

root@d149b468bc71:/opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test5# ./deepstream-test5-app -c ./configs/test5_config_file_src_infer_azure_iotedge.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.066828445    91 0x55628ff12810 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_b2_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.066895345    91 0x55628ff12810 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_b2_gpu0_int8.engine
0:00:01.067717066    91 0x55628ff12810 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)	
Wed Oct 28 10:12:30 2020
**PERF:  0.00 (0.00)	
Wed Oct 28 10:12:35 2020
**PERF:  0.00 (0.00)	
Wed Oct 28 10:12:40 2020
**PERF:  0.00 (0.00)	
q
Quitting
App run successful

Here is config file, which has only source0 and sink0 enabled:

[application]
enable-perf-measurement=1
perf-measurement-interval-sec=5
#gie-kitti-output-dir=streamscl

[tiled-display]
enable=1
rows=1
columns=1
width=1280
height=720
gpu-id=0
#(0): nvbuf-mem-default - Default memory allocated, specific to particular platform
#(1): nvbuf-mem-cuda-pinned - Allocate Pinned/Host cuda memory, applicable for Tesla
#(2): nvbuf-mem-cuda-device - Allocate Device cuda memory, applicable for Tesla
#(3): nvbuf-mem-cuda-unified - Allocate Unified cuda memory, applicable for Tesla
#(4): nvbuf-mem-surface-array - Allocate Surface Array memory, applicable for Jetson
nvbuf-memory-type=0

[source0]
enable=1
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=4
uri=rtsp://192.168.0.8:5554/front
num-sources=1
gpu-id=0
select-rtp-protocol=4
nvbuf-memory-type=0
#max Latency of rtp buffers to
#buffer at the source in ms (milliseconds)
#Default=100ms
#latency=100
#drop-frame-interval=2

[source1]
enable=0
#Type - 1=CameraV4L2 2=URI 3=MultiURI
type=3
uri=file://../../../../../samples/streams/sample_1080p_h264.mp4
num-sources=1
gpu-id=0
nvbuf-memory-type=0


[sink0]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File
type=2
sync=0
source-id=0
gpu-id=0
#qos=0
nvbuf-memory-type=0
#overlay-id=1

[sink1]
enable=0
#Type - 1=FakeSink 2=EglSink 3=File 4=UDPSink 5=nvoverlaysink 6=MsgConvBroker
type=6
msg-conv-config=dstest5_msgconv_sample_config.txt
#(0): PAYLOAD_DEEPSTREAM - Deepstream schema payload
#(1): PAYLOAD_DEEPSTREAM_MINIMAL - Deepstream schema payload minimal
#(256): PAYLOAD_RESERVED - Reserved type
#(257): PAYLOAD_CUSTOM   - Custom schema payload
msg-conv-payload-type=1
msg-broker-proto-lib=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_azure_edge_proto.so
topic=mytopic
#Optional:
#msg-broker-config=../../../../libs/azure_protocol_adaptor/module_client/cfg_azure.txt

# sink type = 6 by default creates msg converter + broker.
# To use multiple brokers use this group for converter and use
# sink type = 6 with disable-msgconv = 1
[message-converter]
enable=0
msg-conv-config=dstest5_msgconv_sample_config.txt
#(0): PAYLOAD_DEEPSTREAM - Deepstream schema payload
#(1): PAYLOAD_DEEPSTREAM_MINIMAL - Deepstream schema payload minimal
#(256): PAYLOAD_RESERVED - Reserved type
#(257): PAYLOAD_CUSTOM   - Custom schema payload
msg-conv-payload-type=0
# Name of library having custom implementation.
#msg-conv-msg2p-lib=<val>
# Id of component in case only selected message to parse.
#msg-conv-comp-id=<val>

[osd]
enable=1
gpu-id=0
border-width=1
text-size=15
text-color=1;1;1;1;
text-bg-color=0.3;0.3;0.3;1
font=Arial
show-clock=0
clock-x-offset=800
clock-y-offset=820
clock-text-size=12
clock-color=1;0;0;0
nvbuf-memory-type=0

[streammux]
gpu-id=0
##Boolean property to inform muxer that sources are live
live-source=1
batch-size=1
##time out in usec, to wait after the first buffer is available
##to push the batch even if the complete batch is not formed
batched-push-timeout=40000
## Set muxer output width and height
width=720
height=480
##Enable to maintain aspect ratio wrt source, and allow black borders, works
##along with width, height properties
enable-padding=0
nvbuf-memory-type=0
## If set to TRUE, system timestamp will be attached as ntp timestamp
## If set to FALSE, ntp timestamp from rtspsrc, if available, will be attached
# attach-sys-ts-as-ntp=1

[primary-gie]
enable=1
gpu-id=0
batch-size=2
## 0=FP32, 1=INT8, 2=FP16 mode
bbox-border-color0=1;0;0;1
bbox-border-color1=0;1;1;1
bbox-border-color2=0;1;1;1
bbox-border-color3=0;1;0;1
nvbuf-memory-type=0
interval=0
gie-unique-id=1
model-engine-file=../../../../../samples/models/Primary_Detector/resnet10.caffemodel_b2_gpu0_int8.engine
#model-engine-file=../../../../../samples/models/Primary_Detector/resnet10.caffemodel_b4_gpu0_int8.engine
labelfile-path=../../../../../samples/models/Primary_Detector/labels.txt
config-file=../../../../../samples/configs/deepstream-app/config_infer_primary.txt
#infer-raw-output-dir=../../../../../samples/primary_detector_raw_output/

[tracker]
enable=1
tracker-width=600
tracker-height=288
ll-lib-file=/opt/nvidia/deepstream/deepstream-5.0/lib/libnvds_mot_klt.so
#ll-config-file required for DCF/IOU only
#ll-config-file=tracker_config.yml
#ll-config-file=iou_config.txt
gpu-id=0
#enable-batch-process applicable to DCF only
enable-batch-process=0

[tests]
file-loop=0

The same file works fine for 3=MultiURI, with uri=file://../../../../../samples/streams/sample_1080p_h264.mp4.

Don’t know why it’s not working for RTSP streams only.

There is no clear log to tell us what is happening. Maybe you can test your rtsp source first. The following pipeline can be used to test the rtsp source.

gst-launch-1.0 --gst-debug=rtspsrc:5 rtspsrc location= rtsp://xxxxxxx ! rtph264depay ! queue ! nvv4l2decoder ! queue ! nvvideoconvert ! nveglglessink

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

Can you modify the “select-rtp-protocol=4” to “select-rtp-protocol=7” to try?

Just tried select-rtp-protocol=7, nothing changes. If I remove this parameter, then also no effect.

Can you export GST_DEBUG=rtspsrc:5 to get the log of rtsp client status beforen run deepstream-test5-app?

I tried GST_DEBUG=rtspsrc:5 ./deepstream-test5-app -c ./configs/azure_config.txt, the output is:

0:00:00.078284916 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri:<src_elem0> parsing URI
0:00:00.078319837 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri:<src_elem0> configuring URI
0:00:00.078332531 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri:<src_elem0> set uri: rtsp://192.168.0.102:5554/front
0:00:00.078341432 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri:<src_elem0> request uri is: rtsp://192.168.0.102:5554/front
0:00:00.359129232 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start:<src_elem0> starting
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:00.978379206 11900 0x562113641410 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:00.978438307 11900 0x562113641410 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:00.979192247 11900 0x562113641410 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
0:00:00.979419420 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<src_elem0> sending cmd OPEN
0:00:00.979427879 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<src_elem0> not interrupting busy cmd unknown
0:00:00.979505226 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<src_elem0> got command OPEN
0:00:00.979518642 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<src_elem0> set flushing 0
0:00:00.979532762 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<src_elem0> creating connection (rtsp://192.168.0.102:5554/front)...
0:00:00.979643511 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<src_elem0> sanitized uri rtsp://192.168.0.102:5554/front
0:00:00.979655976 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<src_elem0> connecting (rtsp://192.168.0.102:5554/front)...
0:00:00.981395005 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<src_elem0> sending cmd WAIT
0:00:00.981408473 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<src_elem0> cancel previous request LOOP
0:00:00.981414708 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<src_elem0> not interrupting busy cmd OPEN
0:00:00.981425192 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<src_elem0> sending cmd PLAY
0:00:00.981430274 11900 0x562113641410 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<src_elem0> not interrupting busy cmd OPEN

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

0:00:01.020480640 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<src_elem0> create options... (async)
0:00:01.020498054 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<src_elem0> send options...
0:00:01.020525956 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.020539276 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.020544441 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<src_elem0> sending message
0:00:01.034686049 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<src_elem0> received response message
0:00:01.034703430 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<src_elem0> got response message 200
0:00:01.034713477 11900 0x562113b8ecf0 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<src_elem0> Now using version: 1.0
0:00:01.034725589 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<src_elem0> create describe...
0:00:01.034732339 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<src_elem0> send describe...
0:00:01.034760839 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.034767239 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.034772041 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<src_elem0> sending message
0:00:01.102845276 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<src_elem0> received response message
0:00:01.102860224 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<src_elem0> got response message 200
0:00:01.102868392 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<src_elem0> parse SDP...
0:00:01.102947361 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.102960939 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.102966473 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<src_elem0>  looking at 0 pt: 96
0:00:01.102995478 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<src_elem0> stream 0, (0x7fcc1001b100)
0:00:01.103000645 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<src_elem0>  port: 0
0:00:01.103004756 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<src_elem0>  container: 0
0:00:01.103008369 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<src_elem0>  control: trackID=0
0:00:01.103013607 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<src_elem0>  setup: rtsp://192.168.0.102:5554/front/trackID=0
0:00:01.103021577 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.103026775 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.103031359 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<src_elem0>  looking at 0 pt: 97
0:00:01.103047969 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<src_elem0> stream 1, (0x7fcc1001c0b0)
0:00:01.103051783 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<src_elem0>  port: 0
0:00:01.103055148 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<src_elem0>  container: 0
0:00:01.103058712 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<src_elem0>  control: trackID=1
0:00:01.103064249 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<src_elem0>  setup: rtsp://192.168.0.102:5554/front/trackID=1
0:00:01.103073326 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<src_elem0> default handler
0:00:01.103077935 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.104216370 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.104225280 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<src_elem0> default handler
0:00:01.104235459 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<src_elem0> doing setup of stream 0x7fcc1001b100 with rtsp://192.168.0.102:5554/front/trackID=0
0:00:01.104241540 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<src_elem0> protocols = 0x4, protocol mask = 0x4
0:00:01.104246718 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<src_elem0> got transports (NULL)
0:00:01.104251400 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6332:gst_rtspsrc_create_transports_string:<src_elem0> adding TCP
0:00:01.104256318 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<src_elem0> prepared transports RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:01.104260768 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<src_elem0> replace ports in RTP/AVP/TCP;unicast;interleaved=%%i1-%%i2
0:00:01.104266914 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<src_elem0> transport is now RTP/AVP/TCP;unicast;interleaved=0-1
0:00:01.104279832 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.104284706 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.104289148 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<src_elem0> sending message
0:00:01.120397978 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<src_elem0> received response message
0:00:01.120412405 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<src_elem0> got response message 200
0:00:01.120429354 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<src_elem0> stream 0x7fcc1001b100 as UDP unicast
0:00:01.120435499 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<src_elem0> configuring transport for stream 0x7fcc1001b100
0:00:01.120440670 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<src_elem0> setting media type to application/x-rtp
0:00:01.120449457 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<src_elem0> using manager rtpbin
0:00:01.121023314 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<src_elem0> auto buffering mode, have clock (NULL)
0:00:01.121030982 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<src_elem0> auto buffering mode
0:00:01.121034734 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<src_elem0> selected slave
0:00:01.121041035 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<src_elem0> connect to signals on session manager, stream 0x7fcc1001b100
0:00:01.121540097 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7fcc1001b100, 0
0:00:01.121595799 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<src_elem0> got new manager pad <manager:recv_rtp_sink_0>
0:00:01.121603353 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<src_elem0> ignoring unknown stream
0:00:01.121646788 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7fcc1001b100, 0
0:00:01.121679226 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<src_elem0> got new manager pad <manager:recv_rtcp_sink_0>
0:00:01.121684522 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<src_elem0> ignoring unknown stream
0:00:01.121691997 11900 0x562113b8ecf0 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<src_elem0> configure bandwidth in session 0x7fcc10082070
0:00:01.121706270 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<src_elem0> default handler
0:00:01.121711875 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.121716815 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 0
0:00:01.121720439 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<src_elem0> default handler
0:00:01.121724849 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:6757:gst_rtspsrc_setup_streams_start:<src_elem0> skipping stream 0x7fcc1001c0b0, disabled by signal
0:00:01.121736825 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<src_elem0> got command PLAY
0:00:01.121740871 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<src_elem0> set flushing 0
0:00:01.121744676 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<src_elem0> PLAY...
0:00:01.121757102 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.121762807 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<src_elem0> default handler
0:00:01.121766793 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<src_elem0> sending message
0:00:01.172890947 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<src_elem0> received response message
0:00:01.172905953 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<src_elem0> got response message 200
0:00:01.172913736 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<src_elem0> configuring stream caps
0:00:01.172955145 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<src_elem0> stream 0x7fcc1001b100, 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)3730174367, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.172962328 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<src_elem0> clear session
0:00:01.173058195 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<src_elem0> mark DISCONT, we did a seek to another position
0:00:01.173068683 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<src_elem0> got command LOOP
0:00:01.173072847 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<src_elem0> set flushing 0
0:00:01.173078894 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190728768 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190744555 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190751489 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190762727 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190768402 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190772900 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190780835 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190785053 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190789311 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190796643 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190800458 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190803943 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190811536 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190815594 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190819679 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190827486 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190831475 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190835743 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.190843366 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.190847432 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.190851459 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.192643838 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.192655161 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.192660739 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.192670456 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.192674132 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.192677836 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.192684718 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.192689471 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.192693527 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.192700347 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.192704422 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.192707868 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.194854628 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.194865149 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.194870834 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.194883028 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.194887636 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.194892005 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199074789 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199088070 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199094513 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199105466 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199109437 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199114792 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199123552 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199127962 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199131662 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199138942 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199142879 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199146890 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199154212 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199157963 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199162302 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.199169333 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.199173797 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.199178374 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201437911 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201448137 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201453833 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201463373 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201466969 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201470554 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201477392 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201481597 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201485748 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201493248 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201497278 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201501349 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201508636 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201512591 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201516619 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201524032 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201527918 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201531911 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201539221 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201543110 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201547125 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201554302 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201558249 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201562330 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.201738424 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.201747869 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.201753180 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.203712286 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.203722248 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.203727506 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.203736754 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.203740209 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.203743819 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.203750625 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.203755672 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.203760115 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.203768001 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.203772020 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.203776115 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.206277389 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.206287047 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.206293126 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.207848174 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.207858286 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.207863669 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds
0:00:01.207872462 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5265:gst_rtspsrc_loop_udp:<src_elem0> we received a server message
0:00:01.207876054 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5323:gst_rtspsrc_loop_udp:<src_elem0> ignoring data message
0:00:01.207879608 11900 0x562113b8ecf0 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<src_elem0> doing receive with timeout 54 seconds

I tried to the source type=3 rather than type=4 and somehow it worked for RTSP stream, I can see detections on display, but the terminal has lot of errors about UDP sink:

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:00.987925764 12581 0x55c7717a0030 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:00.987987066 12581 0x55c7717a0030 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:00.988737431 12581 0x55c7717a0030 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
cb_sourcesetup set 100 latency

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

** INFO: <bus_callback:167>: Pipeline running

** INFO: <bus_callback:167>: Pipeline running

KLT Tracker Init
WARNING; playback mode used with URI [rtsp://192.168.0.102:5554/front] not conforming to timestamp format; check README; using system-time
** INFO: <bus_callback:167>: Pipeline running

WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument

**PERF:  FPS 0 (Avg)	
Thu Oct 29 15:28:22 2020
**PERF:  31.35 (30.94)	
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
Thu Oct 29 15:28:27 2020
**PERF:  30.04 (30.51)	
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
Thu Oct 29 15:28:32 2020
**PERF:  30.01 (30.25)	
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
Thu Oct 29 15:28:37 2020
**PERF:  30.01 (30.18)	
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
q
Quitting
App run successful

Seems your network is poor. Can you enable “latency” in source config, set a large value, e.g. 4000

I tried latency=4000 in source, but for type=4 it still display blank screen and FPS 0. For type=3, it has below output:

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:00.934411396 16258 0x55cd7a4db030 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:00.934485392 16258 0x55cd7a4db030 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:00.935357203 16258 0x55cd7a4db030 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
0:00:00.936821560 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8617:gst_rtspsrc_uri_set_uri:<source> parsing URI
0:00:00.936838778 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8624:gst_rtspsrc_uri_set_uri:<source> configuring URI
0:00:00.936845911 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8640:gst_rtspsrc_uri_set_uri:<source> set uri: rtsp://192.168.0.102:5554/front
0:00:00.936850017 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8642:gst_rtspsrc_uri_set_uri:<source> request uri is: rtsp://192.168.0.102:5554/front
cb_sourcesetup set 4000 latency
0:00:00.936904478 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8391:gst_rtspsrc_start:<source> starting
0:00:00.936920479 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd OPEN
0:00:00.936926525 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd unknown
0:00:00.937000485 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command OPEN
0:00:00.937012873 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:00.937023849 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4614:gst_rtsp_conninfo_connect:<source> creating connection (rtsp://192.168.0.102:5554/front)...
0:00:00.937216146 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4625:gst_rtsp_conninfo_connect:<source> sanitized uri rtsp://192.168.0.102:5554/front
0:00:00.937230285 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4659:gst_rtsp_conninfo_connect:<source> connecting (rtsp://192.168.0.102:5554/front)...
0:00:00.937710899 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:00.937723470 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<source> cancel previous request LOOP
0:00:00.937729393 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd OPEN
0:00:00.937737802 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd PLAY
0:00:00.937742050 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd OPEN

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

** INFO: <bus_callback:167>: Pipeline running

0:00:01.131608500 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7342:gst_rtspsrc_retrieve_sdp:<source> create options... (async)
0:00:01.131631014 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7351:gst_rtspsrc_retrieve_sdp:<source> send options...
0:00:01.131673342 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.131682832 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.131690052 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:01.143680326 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:01.143697635 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:01.143707947 16258 0x55cd713b4f20 INFO                 rtspsrc gstrtspsrc.c:7364:gst_rtspsrc_retrieve_sdp:<source> Now using version: 1.0
0:00:01.143720955 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7371:gst_rtspsrc_retrieve_sdp:<source> create describe...
0:00:01.143730228 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7388:gst_rtspsrc_retrieve_sdp:<source> send describe...
0:00:01.143764470 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.143773410 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.143779409 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:01.218881964 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:01.218906861 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:01.218919859 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7446:gst_rtspsrc_retrieve_sdp:<source> parse SDP...
0:00:01.219046322 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.219070216 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.219081167 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 96
0:00:01.219127857 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 0, (0x7f3014019e20)
0:00:01.219137674 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:01.219144391 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:01.219151115 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=0
0:00:01.219159608 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.0.102:5554/front/trackID=0
0:00:01.219176186 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1782:gst_rtspsrc_collect_payloads: mapping sdp session level attributes to caps
0:00:01.219185738 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1784:gst_rtspsrc_collect_payloads: mapping sdp media level attributes to caps
0:00:01.219194546 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1802:gst_rtspsrc_collect_payloads:<source>  looking at 0 pt: 97
0:00:01.219234516 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1941:gst_rtspsrc_create_stream:<source> stream 1, (0x7f301401ac80)
0:00:01.219243847 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1942:gst_rtspsrc_create_stream:<source>  port: 0
0:00:01.219250550 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1943:gst_rtspsrc_create_stream:<source>  container: 0
0:00:01.219257021 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1944:gst_rtspsrc_create_stream:<source>  control: trackID=1
0:00:01.219264854 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1979:gst_rtspsrc_create_stream:<source>  setup: rtsp://192.168.0.102:5554/front/trackID=1
0:00:01.219281434 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:01.219289847 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.219297014 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:01.219327381 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f3014019e20 with rtsp://192.168.0.102:5554/front/trackID=0
0:00:01.219338676 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x7, protocol mask = 0x1
0:00:01.219347710 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:01.219356742 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<source> adding UDP unicast
0:00:01.219368383 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.219382269 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.220362946 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<source> got RTP port 34026
0:00:01.220533980 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<source> starting RTCP on port 34027
0:00:01.220621705 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP;unicast;client_port=34026-34027
0:00:01.220664850 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.220677537 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.220699724 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:01.233484002 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:01.233522514 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:01.233564878 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f3014019e20 as UDP unicast
0:00:01.233583963 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f3014019e20
0:00:01.233598498 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:01.233618317 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:01.235501217 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3202:set_manager_buffer_mode:<source> auto buffering mode, have clock (NULL)
0:00:01.235534621 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3222:set_manager_buffer_mode:<source> auto buffering mode
0:00:01.235554761 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3227:set_manager_buffer_mode:<source> selected slave
0:00:01.235584925 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3590:gst_rtspsrc_stream_configure_manager:<source> connect to signals on session manager, stream 0x7f3014019e20
0:00:01.239133377 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f3014019e20, 0
0:00:01.239335325 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_0>
0:00:01.239367720 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.239556401 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 0, stream 0x7f3014019e20, 0
0:00:01.239697650 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_0>
0:00:01.239723792 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.239756071 16258 0x55cd713b4f20 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f30140322c0
0:00:01.239826814 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<source> setting up UDP source
0:00:01.239877155 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 0 to manager
0:00:01.240085819 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 1 to manager
0:00:01.240134247 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTP UDP sink for 192.168.0.102:55608
0:00:01.242683339 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<source> RTP UDP src has sock 0x55cd70f527c0
0:00:01.243119490 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTCP UDP sink for 192.168.0.102:0
0:00:01.243915998 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<source> RTCP UDP src has sock 0x55cd70f52910
0:00:01.244173035 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 0, stream 0x7f3014019e20, 0
0:00:01.244282640 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_0>
0:00:01.244308640 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.244370847 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:01.244394902 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:466:select_stream_accum: accum 1
0:00:01.244412516 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:455:default_select_stream:<source> default handler
0:00:01.244434984 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6798:gst_rtspsrc_setup_streams_start:<source> doing setup of stream 0x7f301401ac80 with rtsp://192.168.0.102:5554/front/trackID=1
0:00:01.244458206 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6813:gst_rtspsrc_setup_streams_start:<source> protocols = 0x1, protocol mask = 0x1
0:00:01.244478401 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6281:gst_rtspsrc_create_transports_string:<source> got transports (NULL)
0:00:01.244495498 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6311:gst_rtspsrc_create_transports_string:<source> adding UDP unicast
0:00:01.244512608 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6338:gst_rtspsrc_create_transports_string:<source> prepared transports RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.244533560 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6828:gst_rtspsrc_setup_streams_start:<source> replace ports in RTP/AVP;unicast;client_port=%%u1-%%u2
0:00:01.244978247 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2167:gst_rtspsrc_alloc_udp_ports:<source> got RTP port 43300
0:00:01.245283202 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2199:gst_rtspsrc_alloc_udp_ports:<source> starting RTCP on port 43301
0:00:01.245455533 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6839:gst_rtspsrc_setup_streams_start:<source> transport is now RTP/AVP;unicast;client_port=43300-43301
0:00:01.245573644 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.245601941 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.245624847 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:01.304219474 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:01.304269858 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:01.304317027 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6555:gst_rtsp_src_setup_stream_from_response:<source> stream 0x7f301401ac80 as UDP unicast
0:00:01.304339976 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4248:gst_rtspsrc_stream_configure_transport:<source> configuring transport for stream 0x7f301401ac80
0:00:01.304362054 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4257:gst_rtspsrc_stream_configure_transport:<source> setting media type to application/x-rtp
0:00:01.304390309 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3491:gst_rtspsrc_stream_configure_manager:<source> using manager rtpbin
0:00:01.305256717 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f3014019e20, 0
0:00:01.305294649 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f301401ac80, 1
0:00:01.305474351 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_sink_1>
0:00:01.305504689 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.305676403 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f3014019e20, 0
0:00:01.305707983 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3261:request_rtp_decoder: decoder session 1, stream 0x7f301401ac80, 1
0:00:01.305881529 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtcp_sink_1>
0:00:01.305911201 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.305944292 16258 0x55cd713b4f20 INFO                 rtspsrc gstrtspsrc.c:3633:gst_rtspsrc_stream_configure_manager:<source> configure bandwidth in session 0x7f30140325f0
0:00:01.306022361 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3981:gst_rtspsrc_stream_configure_udp:<source> setting up UDP source
0:00:01.306077307 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4007:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 0 to manager
0:00:01.306147706 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4038:gst_rtspsrc_stream_configure_udp:<source> connecting UDP source 1 to manager
0:00:01.306186205 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4082:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTP UDP sink for 192.168.0.102:56431
0:00:01.307099983 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4105:gst_rtspsrc_stream_configure_udp_sinks:<source> RTP UDP src has sock 0x55cd70f52a60
0:00:01.307301221 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4147:gst_rtspsrc_stream_configure_udp_sinks:<source> configure RTCP UDP sink for 192.168.0.102:0
0:00:01.308099907 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4171:gst_rtspsrc_stream_configure_udp_sinks:<source> RTCP UDP src has sock 0x7f3014056130
0:00:01.308332302 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f3014019e20, 0
0:00:01.308370429 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3294:request_rtcp_encoder: decoder session 1, stream 0x7f301401ac80, 1
0:00:01.308471783 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:send_rtcp_src_1>
0:00:01.308497694 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:3063:new_manager_pad:<source> ignoring unknown stream
0:00:01.308584634 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command PLAY
0:00:01.308609332 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:01.308625722 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7886:gst_rtspsrc_play:<source> PLAY...
0:00:01.308643275 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<source> sending dummy packet to stream 0x7f3014019e20
0:00:01.309320851 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4364:gst_rtspsrc_send_dummy_packets:<source> sending dummy packet to stream 0x7f301401ac80
0:00:01.309654288 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.309684017 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:01.309705246 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:01.323250636 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:01.323299848 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:01.323326228 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4442:gst_rtspsrc_configure_caps:<source> configuring stream caps
0:00:01.323428909 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f3014019e20, 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)1558316609, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.323526632 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4480:gst_rtspsrc_configure_caps:<source> stream 0x7f301401ac80, 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)1360417536, npt-start=(guint64)0, play-speed=(double)1, play-scale=(double)1
0:00:01.323572696 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4490:gst_rtspsrc_configure_caps:<source> clear session
0:00:01.324949036 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8071:gst_rtspsrc_play:<source> mark DISCONT, we did a seek to another position
0:00:01.325046990 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command LOOP
0:00:01.325135285 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:01.325171898 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<source> doing receive with timeout 54 seconds
0:00:01.325712212 16258 0x7f301404ee30 DEBUG                rtspsrc gstrtspsrc.c:2916:pad_blocked:<source> pad udpsrc0:src blocked, activating streams
0:00:01.325769373 16258 0x7f301404ee30 DEBUG                rtspsrc gstrtspsrc.c:4385:gst_rtspsrc_activate_streams:<source> activating streams
0:00:01.326017841 16258 0x7f301404ee30 DEBUG                rtspsrc gstrtspsrc.c:4425:gst_rtspsrc_activate_streams:<source> unblocking stream pad 0x7f3014019e20
0:00:01.326076403 16258 0x7f301404ee30 DEBUG                rtspsrc gstrtspsrc.c:4425:gst_rtspsrc_activate_streams:<source> unblocking stream pad 0x7f301401ac80
0:00:01.349753476 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_src_0_1558316609_96>
0:00:01.349825291 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2998:new_manager_pad:<source> stream: 0, SSRC 5ce20641, PT 96
0:00:01.349857090 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<source> stream 0x7f3014019e20, container 0, added 1, setup 1
0:00:01.349881695 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<source> stream 0x7f301401ac80, container 0, added 0, setup 1
0:00:01.350078705 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_1558316609_96> store sticky event stream-start event: 0x7f2fe0004420, time 99:99:99.999999999, seq-num 413, GstEventStreamStart, stream-id=(string)b9049c323800fa1dbf0c9c2f5d6dcf0e63b50fc2c5030d1c14e44a893d14e333, flags=(GstStreamFlags)GST_STREAM_FLAG_NONE, group-id=(uint)3;
0:00:01.350169084 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_1558316609_96> store sticky event caps event: 0x7f2fcc001d00, time 99:99:99.999999999, seq-num 447, 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\)1558316609\,\ npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\ play-scale\=\(double\)1";
0:00:01.350265028 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_0_1558316609_96> store sticky event segment event: 0x7f2fe0004500, time 99:99:99.999999999, seq-num 393, 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:01.350317680 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query caps
0:00:01.351043568 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query caps
0:00:01.351145550 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.351367067 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query scheduling
0:00:01.351739437 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.356856857 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.357325581 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.357813278 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.358150701 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.359745154 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.362769321 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.363110110 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.363202583 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.366250092 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.373008870 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query seeking
0:00:01.373075270 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:01.481945023 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.483166284 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event reconfigure
0:00:01.483924131 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query latency
0:00:01.484230104 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query latency
0:00:01.484478144 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event latency
0:00:01.484560908 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event latency
** INFO: <bus_callback:167>: Pipeline running

0:00:01.733098369 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2990:new_manager_pad:<source> got new manager pad <manager:recv_rtp_src_1_1360417536_97>
0:00:01.733167876 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2998:new_manager_pad:<source> stream: 1, SSRC 51165300, PT 97
0:00:01.733191801 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<source> stream 0x7f3014019e20, container 0, added 1, setup 1
0:00:01.733254313 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:3016:new_manager_pad:<source> stream 0x7f301401ac80, container 0, added 1, setup 1
0:00:01.733422941 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1360417536_97> store sticky event stream-start event: 0x7f2fdc003200, time 99:99:99.999999999, seq-num 423, GstEventStreamStart, stream-id=(string)b9049c323800fa1dbf0c9c2f5d6dcf0e63b50fc2c5030d1c14e44a893d14e333, flags=(GstStreamFlags)GST_STREAM_FLAG_NONE, group-id=(uint)5;
0:00:01.733515648 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1360417536_97> store sticky event caps event: 0x7f2fd4024ce0, time 99:99:99.999999999, seq-num 630, 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\)1360417536\,\ npt-start\=\(guint64\)0\,\ play-speed\=\(double\)1\,\ play-scale\=\(double\)1";
0:00:01.733594601 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2942:copy_sticky_events:<'':recv_rtp_src_1_1360417536_97> store sticky event segment event: 0x7f2fdc0032e0, time 99:99:99.999999999, seq-num 403, 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:01.733643054 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query caps
0:00:01.734074192 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query caps
0:00:01.734168482 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.734421301 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query scheduling
0:00:01.734498778 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:3052:new_manager_pad:<source> We added all streams
0:00:01.734754689 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.735192772 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.735527268 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.735912521 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.736309782 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.737506580 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.737952892 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.738291708 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.738386346 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.803827490 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.805501807 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_1_1360417536_97 received event reconfigure
0:00:01.805615211 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query latency
0:00:01.805661969 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query latency
0:00:01.805720445 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query latency
0:00:01.805775763 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event latency
0:00:01.805794714 16258 0x7f2fd03cb770 DEBUG                rtspsrc gstrtspsrc.c:2577:gst_rtspsrc_handle_src_event:<source> pad source:recv_rtp_src_0_1558316609_96 received event latency
** INFO: <bus_callback:167>: Pipeline running

0:00:02.957955656 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:03.829090491 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
KLT Tracker Init
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:04.623907849 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration

**PERF:  FPS 0 (Avg)	
Thu Oct 29 15:44:24 2020
**PERF:  32.20 (30.80)	
0:00:06.192075170 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
0:00:06.289369102 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:07.956861666 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:08.471501499 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:09.625270394 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
Thu Oct 29 15:44:29 2020
**PERF:  30.00 (30.09)	
0:00:10.833973834 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
0:00:11.290858610 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:12.955622391 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:13.115906510 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:14.622792015 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
Thu Oct 29 15:44:34 2020
**PERF:  30.01 (30.05)	
0:00:15.451718277 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
WARNING from sink_sub_bin_sink1: A lot of buffers are being dropped.
Debug info: gstbasesink.c(2902): gst_base_sink_is_too_late (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstEglGlesSink:sink_sub_bin_sink1:
There may be a timestamping problem, or this computer is too slow.
0:00:16.299384739 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
0:00:17.752282181 16258 0x7f2fd4004630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_1_1360417536_97 received query duration
0:00:17.958134534 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
q
Quitting
0:00:18.282767592 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:18.282813568 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<source> cancel previous request LOOP
0:00:18.282833994 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:18.282856193 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:18.282875844 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:18.283006879 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<source> got interrupted
0:00:18.283053391 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<source> pausing task, reason flushing
0:00:18.283074718 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:18.283097926 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:18.283118809 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:18.283317691 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd PAUSE
0:00:18.283367812 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5598:gst_rtspsrc_loop_send_cmd:<source> not interrupting busy cmd WAIT
0:00:18.283432476 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command PAUSE
0:00:18.283477392 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:18.283496719 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:18.283529529 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8133:gst_rtspsrc_pause:<source> PAUSE...
0:00:18.283586479 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:18.283614393 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:18.283634033 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:18.290344018 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5866:gst_rtsp_src_receive_response:<source> received response message
0:00:18.290386796 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5885:gst_rtsp_src_receive_response:<source> got response message 200
0:00:18.290821309 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command LOOP
0:00:18.290851006 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:18.290874308 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5253:gst_rtspsrc_loop_udp:<source> doing receive with timeout 54 seconds
0:00:18.325143049 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd CLOSE
0:00:18.325169137 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5585:gst_rtspsrc_loop_send_cmd:<source> cancel previous request LOOP
0:00:18.325181081 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:18.325189869 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:18.325198686 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:18.325252173 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5337:gst_rtspsrc_loop_udp:<source> got interrupted
0:00:18.325272622 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5636:gst_rtspsrc_loop:<source> pausing task, reason flushing
0:00:18.325281232 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:18.325288084 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5579:gst_rtspsrc_loop_send_cmd:<source> ignore, we were closing
0:00:18.325294803 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy LOOP
0:00:18.325314830 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:18.325329076 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:8346:gst_rtspsrc_thread:<source> got command CLOSE
0:00:18.325337944 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 0
0:00:18.325345139 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:18.325358645 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<source> TEARDOWN...
0:00:18.326456490 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:18.326470571 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:476:default_before_send:<source> default handler
0:00:18.326476297 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:8422:gst_rtspsrc_stop:<source> stopping
0:00:18.326478439 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:5964:gst_rtspsrc_try_send:<source> sending message
0:00:18.326499270 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5567:gst_rtspsrc_loop_send_cmd:<source> sending cmd WAIT
0:00:18.326520919 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:5593:gst_rtspsrc_loop_send_cmd:<source> connection flush busy CLOSE
0:00:18.326528886 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4748:gst_rtspsrc_connection_flush:<source> set flushing 1
0:00:18.326535180 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:4751:gst_rtspsrc_connection_flush:<source> connection flush
0:00:18.326575528 16258 0x55cd713b4f20 WARN                 rtspsrc gstrtspsrc.c:5919:gst_rtsp_src_receive_response:<source> receive interrupted
0:00:18.326589285 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:6102:gst_rtspsrc_send:<source> got error -3
0:00:18.326597195 16258 0x55cd713b4f20 WARN                 rtspsrc gstrtspsrc.c:7673:gst_rtspsrc_close:<source> TEARDOWN interrupted
0:00:18.326603760 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<source> closing connection...
0:00:18.326610237 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4715:gst_rtsp_conninfo_close:<source> closing connection...
0:00:18.326645416 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:4721:gst_rtsp_conninfo_close:<source> freeing connection...
0:00:18.326661563 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<source> cleanup
0:00:18.326670556 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<source> free stream 0x7f3014019e20
0:00:18.326918676 16258 0x55cd713b4f20 DEBUG                rtspsrc gstrtspsrc.c:1994:gst_rtspsrc_stream_free:<source> free stream 0x7f301401ac80
0:00:18.327429985 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:7569:gst_rtspsrc_close:<source> TEARDOWN...
0:00:18.327441035 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:7574:gst_rtspsrc_close:<source> not ready, doing cleanup
0:00:18.327450434 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:7637:gst_rtspsrc_close:<source> closing connection...
0:00:18.327458406 16258 0x55cd7a4db030 DEBUG                rtspsrc gstrtspsrc.c:2058:gst_rtspsrc_cleanup:<source> cleanup
App run successful

This RTSP is from local network and working with fine speed in test3 app.

We can know from your log Getting blank display and 0 fps for DeepStream test 5 app using RTSP - #4 by archana, your rtsp source is using UDP, why do you insist to set type=4?

Because that’s what the config documents mentioned to use type=4 for RTSP streams. I couldn’t understand how it is working with type=3. Can you please help me understand it?

Actually it is the “protocols” property of "rtspsrc plugin.

Please refer to RTSP spec and Gsteamer rtspsrc plugin document for the details.
https://tools.ietf.org/html/rfc7826
https://gstreamer.freedesktop.org/documentation/rtsp/rtspsrc.html?gi-language=c

Thanks for the details. Now how to resolve UDP packets related issues:

WARNING from udpsink1: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink1:
client 192.168.0.102:0, reason: Error sending message: Invalid argument
0:00:14.622792015 16258 0x7f2fe0003630 DEBUG                rtspsrc gstrtspsrc.c:2719:gst_rtspsrc_handle_src_query:<source> pad source:recv_rtp_src_0_1558316609_96 received query duration
WARNING from udpsink3: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink3:
client 192.168.0.102:0, reason: Error sending message: Invalid argument

rtspsrc is just a client. The error is related to server(the rtsp camera if you are using it as the source). It needs to be resolved with server side.

Thank you, I will check that.
Now I am facing different issue with Azure IoT data send part. I have created local dockers which has link as localhost:5000/desktop_ds_test5:latest and added same in Azure portal for respective also. But when I run the test5 app with azure config, I get below errors. I have nvmsgbroker and iotedge libs in place.

(deepstream-test5-app:19793): GLib-CRITICAL **: 16:18:26.857: g_strrstr: assertion 'haystack != NULL' failed
    Error: Time:Thu Oct 29 16:18:26 2020 File:/home/arg/azure/azure-iot-sdk-c/iothub_client/src/iothub_client_core_ll.c Func:retrieve_edge_environment_variabes Line:177 Environment IOTEDGE_AUTHSCHEME not set
    Error: Time:Thu Oct 29 16:18:26 2020 File:/home/arg/azure/azure-iot-sdk-c/iothub_client/src/iothub_client_core_ll.c Func:IoTHubClientCore_LL_CreateFromEnvironment Line:1186 retrieve_edge_environment_variabes failed
    Error: Time:Thu Oct 29 16:18:26 2020 File:/home/arg/azure/azure-iot-sdk-c/iothub_client/src/iothub_client_core.c Func:create_iothub_instance Line:924 Failure creating iothub handle
    ERROR: iotHubModuleClientHandle is NULL! connect failed
    ** ERROR: <main:1451>: Failed to set pipeline to PAUSED
    Quitting
    ERROR from sink_sub_bin_sink2: Could not configure supporting library.
    Debug info: gstnvmsgbroker.c(388): legacy_gst_nvmsgbroker_start (): /GstPipeline:pipeline/GstBin:sink_sub_bin2/GstNvMsgBroker:sink_sub_bin_sink2:
    unable to connect to broker library
    ERROR from sink_sub_bin_sink2: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
    Debug info: gstbasesink.c(5265): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:sink_sub_bin2/GstNvMsgBroker:sink_sub_bin_sink2:
    Failed to start
    App run failed

nvmsgbroker lib:

archana@archana-H310M-DS2:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream$ ls
            libgstnvvideo4linux2.so  libnvdsgst_dsanalytics.so  libnvdsgst_inferserver.so  libnvdsgst_msgbroker.so    libnvdsgst_multistreamtiler.so  libnvdsgst_osd.so
            libgstnvvideoconvert.so  libnvdsgst_dsexample.so    libnvdsgst_infer.so        libnvdsgst_msgconv.so      libnvdsgst_of.so                libnvdsgst_segvisual.so
            libnvdsgst_dewarper.so   libnvdsgst_eglglessink.so  libnvdsgst_jpegdec.so      libnvdsgst_multistream.so  libnvdsgst_ofvisual.so          libnvdsgst_tracker.so

IoTEdge libs:

archana@archana-H310M-DS2:/opt/nvidia/deepstream/deepstream-5.0/lib$ ls
                gst-plugins               libnvds_amqp_proto.so        libnvds_dsanalytics.so                  libnvdsinfer_custom_impl_Yolo.so  libnvds_logger.so     libnvds_nvtxhelper.so        libnvvpi.so.0
                libcuvidv4l2.so           libnvds_azure_edge_proto.so  libnvdsgst_bufferpool.so                libnvds_infercustomparser.so      libnvds_meta.so       libnvds_opticalflow_dgpu.so  libnvvpi.so.0.3.0
                libiothub_client.so       libnvds_azure_proto.so       libnvdsgst_helper.so                    libnvds_infer_server.so           libnvds_mot_iou.so    libnvds_osd.so               libv4l
                libiothub_client.so.1     libnvds_batch_jpegenc.so     libnvdsgst_meta.so                      libnvds_infer.so                  libnvds_mot_klt.so    libnvds_tracker.so           pkg-config
                libnvbuf_fdmap.so         libnvdsbufferpool.so         libnvdsgst_smartrecord.so               libnvds_inferutils.so             libnvds_msgbroker.so  libnvds_utils.so             pyds.so
                libnvbufsurface.so        libnvds_csvparser.so         libnvdsinfer_custom_impl_fasterRCNN.so  libnvds_kafka_proto.so            libnvds_msgconv.so    libnvv4l2.so                 setup.py
                libnvbufsurftransform.so  libnvds_dewarper.so          libnvdsinfer_custom_impl_ssd.so         libnvds_lljpegdec.so              libnvds_nvdcf.so      libnvv4lconvert.so

Please create new topic for the new problem.

Sure, thanks

According to the documentation g-streamer’s rtspsrc implements V1 protocol that was obsoleted 4 years ago by V2.

i.e. rtspsrc follows rfc 2326 (v1) which was obsoleted by rfc 7826 (v2) in 2016.

1 Like

Hi,

I am getting a very similar error message to this.

Where was the fault for you and how did you fix it?

thank you

30:22:31.505262787 25118   0x7ec0005ca0 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink9> warning: Error sending UDP packets
30:22:31.505372200 25118   0x7ec0005ca0 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink9> warning: client 10.44.132.101:50029, reason: Error sending message: Network is unreachable
WARNING from udpsink9: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin3/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink9:
client 10.44.132.101:50029, reason: Error sending message: Network is unreachable
30:22:32.197873404 25118   0x7e8c0064a0 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink15> warning: Error sending UDP packets
30:22:32.197929662 25118   0x7e8c0064a0 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink15> warning: client 10.44.132.100:50025, reason: Error sending message: Network is unreachable
WARNING from udpsink15: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin7/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink15:
client 10.44.132.100:50025, reason: Error sending message: Network is unreachable
30:22:32.371306663 25118   0x7ef0006d90 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink11> warning: Error sending UDP packets
30:22:32.371386187 25118   0x7ef0006d90 WARN            multiudpsink gstmultiudpsink.c:729:gst_multiudpsink_send_messages:<udpsink11> warning: client 10.44.132.101:50021, reason: Error sending message: Network is unreachable
WARNING from udpsink11: Error sending UDP packets
Debug info: gstmultiudpsink.c(729): gst_multiudpsink_send_messages (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem/GstRTSPSrc:source/GstUDPSink:udpsink11:
client 10.44.132.101:50021, reason: Error sending message: Network is unreachable