Raspberry Pi: libcamera VLC-Livestreaming (1920x1080)

English Deutsch

Führe auf dem Pi Folgendes aus:

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

Führe auf dem Client Folgendes aus:

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

wobei 192.168.1.185 die IP-Adresse des Raspberry Pi ist.


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