Joshua-Riek / ubuntu-rockchip

Ubuntu for Rockchip RK35XX Devices
https://joshua-riek.github.io/ubuntu-rockchip-download/
GNU General Public License v3.0
2.18k stars 237 forks source link

Ubuntu 24.04 beta LTS - Rock5b - random position for waylandsink #744

Open amtcvx opened 4 months ago

amtcvx commented 4 months ago

Hello

I am using the server version, headless, without windows manager nor gui.

Waylandsink render-rectangle parameter are not taken into account, when displaying stream in weston desktop shell

Thank you for your work and support

Joshua-Riek commented 4 months ago

Can you provide exact steps to reproduce?

amtcvx commented 4 months ago

Hello Steps to reproduce random position from ssh, below Thank you

.config/weston.ini " [core] idle-time=0 shell=desktop-shell.so "

systemd-run --uid=1000 -p PAMName=login -p TTYPath=/dev/tty7 /usr/bin/weston --socket=wayland-1

export WAYLAND_DISPLAY=wayland-1 gst-launch-1.0 videotestsrc ! video/x-raw, width=640, height=480, framerate=59/1 ! waylandsink "render-rectangle=<0,0,640,480>" & gst-launch-1.0 videotestsrc ! video/x-raw, width=640, height=480, framerate=59/1 ! waylandsink "render-rectangle=<640,0,640,480>" &

killall gst-launch-1.0

amtcvx commented 4 months ago

Hello Just to confirm that this problem occurs in the v2.0.0 ubuntu-24.04-preinstalled-server-arm64-rock-5b Thank you