fix: use waylandsink with fullscreen for RTSP display

This commit is contained in:
Mitchell R 2026-05-10 03:58:40 +02:00
parent bcaca8fdc7
commit a88e3f5c72
No known key found for this signature in database

View file

@ -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