Drmvideosink on wayland

Hello

i use xavier NX
deepstream 5.0

i set the weston env follow your instruction as below

ervice gdm stop
pkill -9 Xorg
modprobe tegra-udrm modeset=1
ln -sf /usr/lib/aarch64-linux-gnu/tegra/libnvgbm.so /usr/lib/aarch64-linux-gnu/ll
ibgbm.so.1
unset DISPLAY
mkdir /tmp/xdg
chmod 700 /tmp/xdg
export WESTON_TTY=1
export XDG_RUNTIME_DIR=/tmp/xdg
sudo XDG_RUNTIME_DIR=/tmp/xdg weston --tty=“$WESTON_TTY” --idle-time=0

i want to play stream it has 3840 width and i set two moniters resolution 1920 width

can i use drm sink on the wayland with two monitors?
i want to output stream 0~1920 on the monitor 1, 1920~3840 on the moniter 2, and i need to syncronize two monitors
if so can how can i set the conn-id, set-mode, planes for drm sink?

Hi,
We do not support this usecase in L4T releases. Suggest you downscale to 1920 and output in single monitor.