I am using nvoverlaysink to display video without borders and control
xrandr --output HDMI-0 --same-as DSI-0
I have my mipi DSI display as the primary screen and I have the HDMI mirroring the main display,
the nvoverlaysink does not show up on the mirror, looks like it is bypassing the xwindows.
I need to remotely access my device and if the video is not on the xwindows will it be in the remote access
if I use xvimagesink the video shows up on both displays, but I can’t figure out how to control it’s size, and location, and remove the borders and controls.
looks like render-rectangle is not working to place the window on the display, the width and height appears to work.
As you know that nvoverlaysink bypasses X, you would understand that mirroring with X would not help.
X mirroring mirrors the X display, but nvoverlaysink overlays onto a local display. For mirroring with nvoverlaysink, you would use tee in gstreamer pipeline and have each nvoverlaysink setting its display-id (such as 0,1).