Skip to content

Instantly share code, notes, and snippets.

@midwire
Created February 26, 2022 21:30
Show Gist options
  • Save midwire/e2cf9e9e301c3444830ca7e5fc677a28 to your computer and use it in GitHub Desktop.
Save midwire/e2cf9e9e301c3444830ca7e5fc677a28 to your computer and use it in GitHub Desktop.
[raspberry pi streaming video] How to stream video from a raspberry pi with camera #raspberrypi #pi
# On the Pi:
libcamera-vid -t 0 --inline --listen -o tcp://0.0.0.0:8888
# From a client, like VNC - open a network stream
# ... replace raspberrypi.local with your PI's IP address.
tcp/h264://raspberrypi.local:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment