Created
October 26, 2020 03:18
-
-
Save stevehenderson/aeebfe81176b3e3c9a891547c022263e to your computer and use it in GitHub Desktop.
raspberry pi stream to vnc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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