Raspberry Pi libcamera VLC livestreaming (1920x1080)

On the Pi, run

libcamera_stream.sh
libcamera-vid -t 0 --width 1920 --height 1080 --codec h264 --inline --listen -o tcp://0.0.0.0:8888

On the client, run

example.sh
vlc tcp/h264://192.168.1.185:8888/

where 192.168.1.185 is the IP address of the Raspberry Pi.


Check out similar posts by category: Audio/Video, Raspberry Pi