Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created October 26, 2020 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevehenderson/aeebfe81176b3e3c9a891547c022263e to your computer and use it in GitHub Desktop.
Save stevehenderson/aeebfe81176b3e3c9a891547c022263e to your computer and use it in GitHub Desktop.
raspberry pi stream to vnc
raspivid -o - -t 0 -hf -w 800 -h 400 -fps 24 |cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8160}' :demux=h264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment