Blacklisted plugins on headless nano

Hi,

No EGL Display
nvbufsurftransform: Could not get EGL display connection

The error indicates that there are no display available in your environment.
Usually, we start the Deepstream docker with following commands:

$ xhost +
$ sudo docker run -it --rm --net=host --runtime nvidia  -e DISPLAY=$DISPLAY  ...

For headless mode, you can find a discussion below:

Thanks.