DeepStream 6.2 Run deepstream-test5 error

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**GPU
• DeepStream Version6.2
• TensorRT Version8.5.2
**• NVIDIA GPU Driver Version (valid for GPU only)**525.116.04
**• Issue Type( questions, new requirements, bugs)**questions

When I run the deepstream-test5, the following error occurred. How can I resolve it?
No protocol specified
** ERROR: main:1504: Failed to set pipeline to PAUSED
Quitting
nvstreammux: Successfully handled EOS for source_id=0
nvstreammux: Successfully handled EOS for source_id=1
nvstreammux: Successfully handled EOS for source_id=2
nvstreammux: Successfully handled EOS for source_id=3
ERROR from sink_sub_bin_sink2: Could not configure supporting library.
Debug info: gstnvmsgbroker.cpp(401): 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(5367): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:sink_sub_bin2/GstNvMsgBroker:sink_sub_bin_sink2:
Failed to start
App run failed

Please set up the IoT msgbroker first, you can refer to the README in the deepstream_test4 demo.

#Deepstream msgbroker supports sending messages to Azure(mqtt) IOThub, kafka, AMQP broker(rabbitmq) and Redis
......

I have set up kafka in docker as:root@517d6ae7de4d:/opt/kafka/bin# ./kafka-console-consumer.sh --bootstrap-server 192.168.154.211:9092 --topic RawData

And my config file :
[sink1]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=UDPSink 5=nvdrmvideosink 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=0
msg-broker-proto-lib=/opt/nvidia/deepstream/deepstream/lib/libnvds_kafka_proto.so
#Provide your msg-broker-conn-str here
msg-broker-conn-str=192.168.154.211;9092;RawData
topic=RawData
#Optional:
#msg-broker-config=…/…/deepstream-test4/cfg_kafka.txt

The error still exists:
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
** ERROR: main:1504: Failed to set pipeline to PAUSED
Quitting
nvstreammux: Successfully handled EOS for source_id=0
nvstreammux: Successfully handled EOS for source_id=1
nvstreammux: Successfully handled EOS for source_id=2
nvstreammux: Successfully handled EOS for source_id=3
App run failed

There are no ERROR from sink_sub_bin_sink2 log the second time, is that right? Could you add GST_DEBUG=3 at the beginning of the command and attach the new log? Thanks

yes, no ERROR from sink_sub_bin_sink2.
add GST_DEBUG=3,new log:
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
0:00:01.279803710 203 0x564fa1f074f0 ERROR egladaption ext/eglgles/gstegladaptation_egl.c:160:gst_egl_adaptation_init_display:<sink_sub_bin_sink1> Could not init EGL display connection
0:00:01.279822734 203 0x564fa1f074f0 ERROR egladaption ext/eglgles/gstegladaptation_egl.c:183:gst_egl_adaptation_init_display:<sink_sub_bin_sink1> EGL call returned error 3000
0:00:01.279826416 203 0x564fa1f074f0 ERROR egladaption ext/eglgles/gstegladaptation_egl.c:185:gst_egl_adaptation_init_display:<sink_sub_bin_sink1> Couldn’t setup window/surface from handle
0:00:01.279831365 203 0x564fa1f074f0 ERROR nveglglessink ext/eglgles/gsteglglessink.c:537:egl_init:<sink_sub_bin_sink1> Couldn’t init EGL display
0:00:01.279836239 203 0x564fa1f074f0 ERROR nveglglessink ext/eglgles/gsteglglessink.c:563:egl_init:<sink_sub_bin_sink1> Failed to perform EGL init
** ERROR: main:1504: Failed to set pipeline to PAUSED
Quitting
nvstreammux: Successfully handled EOS for source_id=0
nvstreammux: Successfully handled EOS for source_id=1
nvstreammux: Successfully handled EOS for source_id=2
nvstreammux: Successfully handled EOS for source_id=3
App run failed

If the card are not connected to a monitor, please do not select the EglSink. If you are using a docker, please refer to the https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_troubleshooting.html?highlight=xhost#deepstream-plugins-failing-to-load-without-display-variable-set-when-launching-ds-dockers.

The problem has been resolved. Thank you!

Another issue occurred during the operation:
gstnvtracker: Loading low-level lib at /opt/nvidia/deepstream/deepstream/lib/libnvds_nvmultiobjecttracker.so
gstnvtracker: Batch processing is ON
gstnvtracker: Past frame output is ON
[NvMultiObjectTracker] Initialized
WARNING: [TRT]: CUDA lazy loading is not enabled. Enabling it can significantly reduce device memory usage. See CUDA_MODULE_LOADING in CUDA C++ Programming Guide
WARNING: [TRT]: CUDA lazy loading is not enabled. Enabling it can significantly reduce device memory usage. See CUDA_MODULE_LOADING in CUDA C++ Programming Guide
0:00:03.165030064 759 0x556b3c3ce860 INFO nvinfer gstnvinfer.cpp:680:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::deserializeEngineAndBackend() <nvdsinfer_context_impl.cpp:1909> [UID = 1]: deserialized trt engine from :/usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/models/Primary_Detector/resnet10.caffemodel_b4_gpu0_int8.engine
INFO: …/nvdsinfer/nvdsinfer_model_builder.cpp:610 [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:03.226977105 759 0x556b3c3ce860 INFO nvinfer gstnvinfer.cpp:680:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::generateBackendContext() <nvdsinfer_context_impl.cpp:2012> [UID = 1]: Use deserialized engine model: /usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/models/Primary_Detector/resnet10.caffemodel_b4_gpu0_int8.engine
0:00:03.229116091 759 0x556b3c3ce860 INFO nvinfer gstnvinfer_impl.cpp:328:notifyLoadModelStatus:<primary_gie> [UID 1]: Load new model:/usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/configs/deepstream-app/config_infer_primary.txt sucessfully
0:00:03.229540856 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.229769364 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230087608 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230235375 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230446260 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230563389 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230768735 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet
0:00:03.230910575 759 0x556b3c3ce860 WARN basesrc gstbasesrc.c:3600:gst_base_src_start_complete: pad not activated yet

Runtime commands:
h: Print this help
q: Quit

p: Pause
r: Resume

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

0:00:03.232449362 759 0x7f196c00e4c0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 1
0:00:03.232460790 759 0x7f1958030de0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 1
0:00:03.232478877 759 0x7f19580308c0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 1
0:00:03.232492388 759 0x7f197002ff60 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 1
0:00:03.232516714 759 0x7f196c00e4c0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 2
0:00:03.232528747 759 0x7f1958030de0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 2
0:00:03.232545767 759 0x7f19580308c0 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 2
0:00:03.232571599 759 0x7f197002ff60 WARN qtdemux qtdemux.c:3250:qtdemux_parse_trex: failed to find fragment defaults for stream 2
0:00:03.233616203 759 0x7f197002ff60 WARN uridecodebin gsturidecodebin.c:920:unknown_type_cb:<src_elem> warning: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
0:00:03.233617020 759 0x7f196c00e4c0 WARN uridecodebin gsturidecodebin.c:920:unknown_type_cb:<src_elem> warning: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
0:00:03.233616159 759 0x7f19580308c0 WARN uridecodebin gsturidecodebin.c:920:unknown_type_cb:<src_elem> warning: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
0:00:03.233621076 759 0x7f1958030de0 WARN uridecodebin gsturidecodebin.c:920:unknown_type_cb:<src_elem> warning: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
WARNING from src_elem: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
Debug info: gsturidecodebin.c(920): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin3/GstURIDecodeBin:src_elem
WARNING from src_elem: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
Debug info: gsturidecodebin.c(920): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem
WARNING from src_elem: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
Debug info: gsturidecodebin.c(920): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin2/GstURIDecodeBin:src_elem
WARNING from src_elem: No decoder available for type ‘audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)119056e500, rate=(int)48000, channels=(int)2’.
Debug info: gsturidecodebin.c(920): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin1/GstURIDecodeBin:src_elem
0:00:03.235081531 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235082697 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235090805 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat MJPG
0:00:03.235099195 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235098227 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat MJPG
0:00:03.235101466 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235109033 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat MJPG
0:00:03.235116596 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235113334 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235130896 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat MJPG
0:00:03.235137037 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235117748 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat MJPG
0:00:03.235140811 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat MJPG
0:00:03.235143974 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235141039 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat MJPG
0:00:03.235165482 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235150907 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat AV10
0:00:03.235169229 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235181532 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat AV10
0:00:03.235184828 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat MJPG
0:00:03.235177022 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235198246 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235185969 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235167396 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235202298 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat AV10
0:00:03.235215669 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat AV10
0:00:03.235208798 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat AV10
0:00:03.235221372 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235203167 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat AV10
0:00:03.235235683 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat AV10
0:00:03.235230026 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235245552 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235229001 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235251221 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat DVX5
0:00:03.235248799 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat DVX5
0:00:03.235254981 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235261658 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235265538 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat DVX5
0:00:03.235259581 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235265515 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat AV10
0:00:03.235267335 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat DVX5
0:00:03.235271116 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235287199 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235275632 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat DVX5
0:00:03.235295031 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235301738 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat DVX4
0:00:03.235304639 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235307667 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat DVX4
0:00:03.235293835 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat DVX5
0:00:03.235313237 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235311204 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235318721 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat MPG4
0:00:03.235324081 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat DVX4
0:00:03.235326984 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235329577 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235332945 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat MPG4
0:00:03.235335123 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat DVX4
0:00:03.235343362 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235319067 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat DVX5
0:00:03.235348653 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235348485 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat MPG2
0:00:03.235356799 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235359704 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat MPG4
0:00:03.235361758 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat MPG2
0:00:03.235363285 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235371288 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat DVX5
0:00:03.235372712 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235378488 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235380837 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235380717 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat MPG4
0:00:03.235385231 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat DVX4
0:00:03.235395394 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235401010 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat DVX4
0:00:03.235395806 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235411241 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235420657 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat MPG4
0:00:03.235424377 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235429103 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat MPG4
0:00:03.235437957 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235440718 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat DVX4
0:00:03.235391219 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235449047 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235413056 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat MPG2
0:00:03.235457226 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat DVX4
0:00:03.235459904 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat H265
0:00:03.235443340 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat MPG2
0:00:03.235478139 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235481049 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235484749 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat MPG2
0:00:03.235467242 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235467922 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235497661 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat H265
0:00:03.235496112 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235502097 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat MPG4
0:00:03.235505540 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat H265
0:00:03.235508838 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235487267 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat MPG2
0:00:03.235514476 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat MPG4
0:00:03.235520065 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235524913 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat H265
0:00:03.235527210 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235530771 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235533542 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235527229 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235533351 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat VP90
0:00:03.235544988 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat MPG2
0:00:03.235538969 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat H265
0:00:03.235552579 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235547823 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235566013 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat VP90
0:00:03.235568385 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235574964 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat H265
0:00:03.235574881 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235559793 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat MPG2
0:00:03.235584283 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235584213 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat VP80
0:00:03.235592347 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235594836 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat VP90
0:00:03.235596893 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat VP80
0:00:03.235600859 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235602665 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235618163 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat VP90
0:00:03.235616248 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235620911 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat H265
0:00:03.235628836 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235629078 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe minimum capture size for pixelformat H264
0:00:03.235636474 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235641243 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:sink Unable to try format: Unknown error -1
0:00:03.235636633 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat VP80
0:00:03.235649130 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235664019 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat VP80
0:00:03.235651556 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat H265
0:00:03.235674657 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235651479 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:sink Could not probe maximum capture size for pixelformat H264
0:00:03.235679998 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe minimum capture size for pixelformat H264
0:00:03.235682397 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235684832 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:sink Unable to try format: Unknown error -1
0:00:03.235690044 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat VP90
0:00:03.235695187 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:sink Could not probe maximum capture size for pixelformat H264
0:00:03.235699494 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235538740 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat VP90
0:00:03.235707580 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat VP90
0:00:03.235715238 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235722184 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235723956 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat VP90
0:00:03.235728602 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat VP80
0:00:03.235738854 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235739050 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235746596 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat VP80
0:00:03.235748803 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat VP80
0:00:03.235757523 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235760949 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235762974 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat VP80
0:00:03.235771462 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe minimum capture size for pixelformat H264
0:00:03.235774625 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235775602 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:sink Unable to try format: Unknown error -1
0:00:03.235780793 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe minimum capture size for pixelformat H264
0:00:03.235783806 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:sink Could not probe maximum capture size for pixelformat H264
0:00:03.235786664 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:sink Unable to try format: Unknown error -1
0:00:03.235792201 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:sink Could not probe maximum capture size for pixelformat H264
0:00:03.235959399 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:src Unable to try format: Unknown error -1
0:00:03.235962264 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:src Unable to try format: Unknown error -1
0:00:03.235960434 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:src Unable to try format: Unknown error -1
0:00:03.235961253 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:src Unable to try format: Unknown error -1
0:00:03.235972173 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:src Could not probe minimum capture size for pixelformat NM12
0:00:03.235974200 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:src Could not probe minimum capture size for pixelformat NM12
0:00:03.235972278 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:src Could not probe minimum capture size for pixelformat NM12
0:00:03.235981400 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder0:src Unable to try format: Unknown error -1
0:00:03.235983738 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder1:src Unable to try format: Unknown error -1
0:00:03.235972681 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2942:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:src Could not probe minimum capture size for pixelformat NM12
0:00:03.235992429 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder2:src Unable to try format: Unknown error -1
0:00:03.235998066 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:3057:gst_v4l2_object_get_nearest_size:nvv4l2decoder3:src Unable to try format: Unknown error -1
0:00:03.235998643 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder2:src Could not probe maximum capture size for pixelformat NM12
0:00:03.236000197 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder1:src Could not probe maximum capture size for pixelformat NM12
0:00:03.236011264 759 0x7f1954010a40 WARN v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0x7f193c01b930 Failed to determine interlace mode
0:00:03.236004491 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder3:src Could not probe maximum capture size for pixelformat NM12
0:00:03.236000774 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2948:gst_v4l2_object_probe_caps_for_format:nvv4l2decoder0:src Could not probe maximum capture size for pixelformat NM12
0:00:03.236017666 759 0x7f194000a920 WARN v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0x7f193001a5e0 Failed to determine interlace mode
0:00:03.236030407 759 0x7f19380086a0 WARN v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0x7f192801d4a0 Failed to determine interlace mode
0:00:03.236031943 759 0x7f1938007c00 WARN v4l2 gstv4l2object.c:2395:gst_v4l2_object_add_interlace_mode:0x7f1934025390 Failed to determine interlace mode
0:00:03.342937856 759 0x7f1938007c00 WARN v4l2videodec gstv4l2videodec.c:1836:gst_v4l2_video_dec_decide_allocation: Duration invalid, not setting latency
0:00:03.343203216 759 0x7f1938007c00 WARN v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:nvv4l2decoder0:pool:src Uncertain or not enough buffers, enabling copy threshold
0:00:03.343756847 759 0x7f19440079e0 WARN v4l2bufferpool gstv4l2bufferpool.c:1533:gst_v4l2_buffer_pool_dqbuf:nvv4l2decoder0:pool:src Driver should never set v4l2_buffer.field to ANY
0:00:03.344332510 759 0x7f19380086a0 WARN v4l2videodec gstv4l2videodec.c:1836:gst_v4l2_video_dec_decide_allocation: Duration invalid, not setting latency
0:00:03.344487163 759 0x7f19380086a0 WARN v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:nvv4l2decoder3:pool:src Uncertain or not enough buffers, enabling copy threshold
0:00:03.344897032 759 0x7f193402e8c0 WARN v4l2bufferpool gstv4l2bufferpool.c:1533:gst_v4l2_buffer_pool_dqbuf:nvv4l2decoder3:pool:src Driver should never set v4l2_buffer.field to ANY
0:00:03.347323174 759 0x7f194000a920 WARN v4l2videodec gstv4l2videodec.c:1836:gst_v4l2_video_dec_decide_allocation: Duration invalid, not setting latency
0:00:03.347458946 759 0x7f194000a920 WARN v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:nvv4l2decoder1:pool:src Uncertain or not enough buffers, enabling copy threshold
0:00:03.347862414 759 0x7f1928024b60 WARN v4l2bufferpool gstv4l2bufferpool.c:1533:gst_v4l2_buffer_pool_dqbuf:nvv4l2decoder1:pool:src Driver should never set v4l2_buffer.field to ANY
0:00:03.349846294 759 0x7f1954010a40 WARN v4l2videodec gstv4l2videodec.c:1836:gst_v4l2_video_dec_decide_allocation: Duration invalid, not setting latency
0:00:03.349990995 759 0x7f1954010a40 WARN v4l2bufferpool gstv4l2bufferpool.c:1082:gst_v4l2_buffer_pool_start:nvv4l2decoder2:pool:src Uncertain or not enough buffers, enabling copy threshold
** INFO: <bus_callback:225>: Pipeline running

0:00:03.352353330 759 0x7f1930021aa0 WARN v4l2bufferpool gstv4l2bufferpool.c:1533:gst_v4l2_buffer_pool_dqbuf:nvv4l2decoder2:pool:src Driver should never set v4l2_buffer.field to ANY
cuGraphicsGLRegisterBuffer failed with error(219) gst_eglglessink_cuda_init texture = 1
0:00:03.404812588 759 0x556b3adccaa0 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2922:gst_eglglessink_configure_caps:<sink_sub_bin_sink1> Cuda Init failed
0:00:03.404819854 759 0x556b3adccaa0 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2933:gst_eglglessink_configure_caps:<sink_sub_bin_sink1> Configuring caps failed
0:00:03.404838390 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.404899832 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.404905673 759 0x556b3adcd000 WARN GST_PADS gstpad.c:4231:gst_pad_peer_query:<sink_sub_bin_cap_filter1:src> could not send sticky events
0:00:03.405029735 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.405041335 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.405047339 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.405055964 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843797277 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843813827 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843820149 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843823834 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843829119 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843834791 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843838890 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843842813 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843847768 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
0:00:03.843852417 759 0x556b3adcd000 ERROR nveglglessink ext/eglgles/gsteglglessink.c:2978:gst_eglglessink_setcaps:<sink_sub_bin_sink1> Failed to configure caps
WARNING; playback mode used with URI [file:///usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/streams/sample_1080p_h264.mp4] not conforming to timestamp format; check README; using system-time
WARNING; playback mode used with URI [file:///usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/streams/sample_1080p_h264.mp4] not conforming to timestamp format; check README; using system-time
WARNING; playback mode used with URI [file:///usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/streams/sample_1080p_h264.mp4] not conforming to timestamp format; check README; using system-time
WARNING; playback mode used with URI [file:///usr/src/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream-test5/configs/…/…/…/…/…/samples/streams/sample_1080p_h264.mp4] not conforming to timestamp format; check README; using system-time
Active sources : 4

**PERF: FPS 0 (Avg) FPS 1 (Avg) FPS 2 (Avg) FPS 3 (Avg)
Thu May 9 07:43:01 2024
**PERF: 178.10 (178.09) 178.10 (178.09) 178.10 (178.09) 178.10 (178.09)
Active sources : 4
Thu May 9 07:43:06 2024
**PERF: 179.89 (179.24) 179.89 (179.24) 179.89 (179.24) 179.89 (179.24)
nvstreammux: Successfully handled EOS for source_id=1
nvstreammux: Successfully handled EOS for source_id=3
nvstreammux: Successfully handled EOS for source_id=2
nvstreammux: Successfully handled EOS for source_id=0
0:00:11.884526943 759 0x556b3adc7700 WARN queue gstqueue.c:988:gst_queue_handle_sink_event:<osd_queue> error: Internal data stream error.
0:00:11.884536629 759 0x556b3adc7700 WARN queue gstqueue.c:988:gst_queue_handle_sink_event:<osd_queue> error: streaming stopped, reason not-negotiated (-4)
0:00:11.884568605 759 0x556b3adc7700 WARN nvstreamdemux gstnvstreamdemux.c:520:gst_nvstreamdemux_sink_event: nvstreamdemux srcpad[src_00] EOS pad_push failed; the pad might not be active; EOS will be handled for default behaviour inside nvstreamdemux

ERROR from osd_queue: Internal data stream error.
Debug info: gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:osd_bin/GstQueue:osd_queue:
streaming stopped, reason not-negotiated (-4)
Quitting
[NvMultiObjectTracker] De-initialized
App run failed

The problem is still the display problem. Please make sure you have install the appropriate version of the related softwares.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Installation.html#id9

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