Raspberry Pi libcamera VLC 直播 (1920x1080)

在 Pi 上,运行

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

在客户端上,运行

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

其中 192.168.1.185 是 Raspberry Pi 的 IP 地址。


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