I failed to decode rtsp when I use tensorrt-8.0 instead tnesorrt-7.1

Jetpack 4.6 cuda-10.2 cudnn-8.2 tensorrt-8.0 failed to decode rtsp with information: nvbuf_utils: Could not get EGL display connection.
But it can success when I use tensorrt-7.1.

Hi,

Decoding isn’t related to TensorRT.
Please try to export the below global environment to see if it works:

export DISPLAY=:0

Thanks.