I am encountering an issue when trying to run a DeepStream pipeline.Using this command
deepstream-app -c config_infer_primary_nano.txt
It showing below error message is:
** ERROR: <create_multi_source_bin:1423>: Failed to create element ‘src_bin_muxer’
** ERROR: <create_multi_source_bin:1516>: create_multi_source_bin failed
** ERROR: <create_pipeline:1323>: create_pipeline failed
** ERROR: main:639: Failed to create pipeline
Quitting
App run failed
Environment:
DeepStream Version**: 6.0
Operating System**: Ubuntu [18.04]
GStreamer Version**: [1.14.5]
TensorRT Version**: [8.0]
CUDA Version**: [10.2]
Can someone help identify why src_bin_muxer
is failing to be created? What could be missing or misconfigured?