Skip to content

Instantly share code, notes, and snippets.

@matiaspl
Last active October 10, 2020 12:27
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 matiaspl/627868601b43a826bd6574e2887171a3 to your computer and use it in GitHub Desktop.
Save matiaspl/627868601b43a826bd6574e2887171a3 to your computer and use it in GitHub Desktop.
Live stream pi screen over HTTP (telepi + vlc)
SUDO_UID=1000 ./telepi | export SUDO_UID=1000 cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8090}' :demux=h264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment