From a88e3f5c7260b3b38d51470fb49bb16057966114 Mon Sep 17 00:00:00 2001 From: Mitchell R Date: Sun, 10 May 2026 03:58:40 +0200 Subject: [PATCH] fix: use waylandsink with fullscreen for RTSP display --- kiosk/prototype.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/kiosk/prototype.sh b/kiosk/prototype.sh index 8ce6227..3d242d3 100644 --- a/kiosk/prototype.sh +++ b/kiosk/prototype.sh @@ -172,13 +172,10 @@ launch_cameras() { # Try hardware decode first (Pi5 V4L2), fall back to software gst-launch-1.0 \ rtspsrc location="$rtsp_uri" latency=300 protocols=tcp \ - ! rtph264depay \ - ! h264parse \ - ! queue max-size-buffers=1 leaky=downstream \ - ! avdec_h264 \ + ! decodebin \ ! videoconvert \ - ! autovideosink sync=false \ - 2>/dev/null & + ! waylandsink fullscreen=true \ + 2>&1 & pids+=($!) done