I am not able to run sample models on sample videos

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) - Dell G15 5520
• DeepStream Version Deepstream 7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 10.3.0
• NVIDIA GPU Driver Version (valid for GPU only) nvidia 570
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I have installed using docker. I am now trying run these sample models on sample videos it still not working. What should I do inorder to make it work? I used Multi Arch version. GPU is shown inside docker so no issue there. I have tried other ones from documentation none of it works in my laptop. Everything shows failed error

/opt/nvidia/deepstream/deepstream-7.1/samples/configs/de
epstream-app# deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display.txt
** ERROR: <parse_config_file:790>: parse_config_file failed
** ERROR: main:685: Failed to parse config file ‘source30_1080p_dec_infer-resnet_tiled_display.txt’
Quitting

(deepstream-app:389): GStreamer-CRITICAL **: 09:47:40.963: gst_element_send_event: assertion ‘GST_IS_ELEMENT (element)’ failed
App run failed
/opt/nvidia/deepstream/deepstream-7.1/samples/configs/de
epstream-app# deepstream-app -c config_infer_primary.txt
libEGL warning: DRI2: could not open /dev/dri/card1 (No such file or directory)

Runtime commands:
h: Print this help
q: Quit

p: Pause
r: Resume

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

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: ../gst/playback/gsturidecodebin.c(960): unknown_type_cb (): /GstPipeline:pipeline/GstBin:multi_src_bin/GstBin:src_sub_bin0/GstURIDecodeBin:src_elem
Failed to query video capabilities: Invalid argument
** INFO: <bus_callback:277>: Pipeline running

q
Quitting
nvstreammux: Successfully handled EOS for source_id=0
App run successful

regearding “deepstream-app -c config_infer_primary.txt”, this command-line is wrong. config_infer_primary.txt is nvinfer’s configuraton file.
from the error “parse_config_file failed”, it is because parsing cfg failed. did you modify the source30_1080p_dec_infer-resnet_tiled_display.txt? without any modificaton, can the “deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display.txt” run well? if the issue persits, could you share more log after running the following cmd?

export GST_DEBUG=5
deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display.txt

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.