mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 19:06:34 +00:00
fix: use waylandsink with fullscreen for RTSP display
This commit is contained in:
parent
bcaca8fdc7
commit
a88e3f5c72
1 changed files with 3 additions and 6 deletions
|
|
@ -172,13 +172,10 @@ launch_cameras() {
|
||||||
# Try hardware decode first (Pi5 V4L2), fall back to software
|
# Try hardware decode first (Pi5 V4L2), fall back to software
|
||||||
gst-launch-1.0 \
|
gst-launch-1.0 \
|
||||||
rtspsrc location="$rtsp_uri" latency=300 protocols=tcp \
|
rtspsrc location="$rtsp_uri" latency=300 protocols=tcp \
|
||||||
! rtph264depay \
|
! decodebin \
|
||||||
! h264parse \
|
|
||||||
! queue max-size-buffers=1 leaky=downstream \
|
|
||||||
! avdec_h264 \
|
|
||||||
! videoconvert \
|
! videoconvert \
|
||||||
! autovideosink sync=false \
|
! waylandsink fullscreen=true \
|
||||||
2>/dev/null &
|
2>&1 &
|
||||||
pids+=($!)
|
pids+=($!)
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue