Skip to content

Instantly share code, notes, and snippets.

@m87carlson
Last active May 28, 2020 04:44
Show Gist options
  • Save m87carlson/00232d8ac4b98671db50f75b7efa12fe to your computer and use it in GitHub Desktop.
Save m87carlson/00232d8ac4b98671db50f75b7efa12fe to your computer and use it in GitHub Desktop.
stream raspicam to vlc across network
raspivid -o - -t 0 -w 1920 -h 1080 -fps 30 | cvlc -vv 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