This works for me on a pi5 with v3 (wide) camera module, Bookworm 64-bit (Wayland with labwc) and look at the video on another Pi5 Bookwrm (or Pi4) : Or use VLC player on a Windows 10 PC (or iPad), open network stream
Code:
rpicam-vid -t 0 --libav-format mpegts -o - | cvlc stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/stream1}'
Code:
ffplay rtsp://192.168.1.151:8554/stream1 -vf "setpts=N/30" -fflags nobuffer -flags low_delay -framedrop
Code:
rtsp://192.168.1.151:8554/stream1
Statistics: Posted by neilgl — Sun Nov 10, 2024 11:41 am