** ERROR: <main:655>: Failed to set pipeline to PAUSED

deepstream-app version 5.0.0
DeepStreamSDK 5.0.0
CUDA Driver Version: 10.2
CUDA Runtime Version: 10.2
TensorRT Version: 7.0
cuDNN Version: 7.6
libNVWarp360 Version: 2.0.1d3

I run in nvidia docker: nvcr.io/nvidia/deepstream:5.0.1-20.09-triton in nvidia V100

this is the code:

  1. cd /opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app
  2. deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt

then it prints:

** ERROR: main:655: Failed to set pipeline to PAUSED
Quitting
App run failed

but it won’t appear thus result when i run the same code in jetson nano

how can i fix it?

Emergency!

You need to run from desktop, or export display firstly from remote terminal export DISPLAY=:1 or 0 //xrandr to check if display export or not.
make sure you have monitor connected to the device.

it doesn’t work…

i run export DISPLAY=":0" and deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt in xshell, then it turn out:

No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
** ERROR: <main:655>: Failed to set pipeline to PAUSED
Quitting
App run failed

How about results of xrandr after export DISPLAY=“:0”?

i run export DISPLAY=:0 outside container, then the error miss, but it prints:

2022-01-05 02:52:23.359276: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.2
Now playing: /opt/nvidia/deepstream/deepstream-5.0/samples/streams/sample_720p.h264
Running...

and i wait for hours, and it prints nothing…

plz, my boss push me to finish the project with 8 nvidia v100, and i still have no idea to fix the bug.

Did you meet this issue with NANO or V100?

Oh. see it.
Same topic with this.
Error in running deepstream-test1 - Intelligent Video Analytics / DeepStream SDK - NVIDIA Developer Forums

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