Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6536

Camera board • Re: libcamera-hello works but not libcamera-vid

$
0
0
Thanks that helps, but I needed to add to the command line `--listen`.

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 
H264:

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 
Note that adding "?listen=1" is NOT mentioned in the official RPI documentation for streaming
https://www.raspberrypi.com/documentati ... rpicam-vid

Statistics: Posted by puterboy — Thu Jan 25, 2024 4:39 pm



Viewing all articles
Browse latest Browse all 6536

Trending Articles