Export deepstream output display over SSH on Jetson Nano

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**Jetson Nano
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) 4.5
• TensorRT Version 7.1
• NVIDIA GPU Driver Version (valid for GPU only)
• 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 set DISPLAY = 10

set
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
in sshd_config file

I get
**No EGL Display **
nvbufsurftransform: Could not get EGL display connection
error on running deepstream sample application.

I am able to get gedit display on ssh host, So I think my -X11 forwarding is working. Is there anything else I need to do to get output of deepstream on Host from ssh

Hi,
We don’t support X11 forwarding on L4T by default. If you need to check the result on another PC, we suggest use RTSP streaming. Please refer to document for setting to RTSP sink:
DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation

1 Like

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