Thanks that helps, but I needed to add to the command line `--listen`.
So to summarize, the following works for me now:
MPEG:H264:Note that adding "?listen=1" is NOT mentioned in the official RPI documentation for streaming
https://www.raspberrypi.com/documentati ... rpicam-vid
So to summarize, the following works for me now:
MPEG:
Code:
RPI SERVER: rpicam-vid -t 0 --libav-format mpegts --listen -o "tcp://0.0.0.0:8080?listen=1" CLIENT: vlc tcp://192.168.1.121:8080
Code:
RPI SERVER: rpicam-vid -t 0 --libav-format h264 --listen -o "tcp://0.0.0.0:8080?listen=1" CLIENT: vlc tcp/h264://192.168.1.121:8080
https://www.raspberrypi.com/documentati ... rpicam-vid
Statistics: Posted by puterboy — Thu Jan 25, 2024 4:39 pm