Last active
May 28, 2020 04:44
-
-
Save m87carlson/00232d8ac4b98671db50f75b7efa12fe to your computer and use it in GitHub Desktop.
stream raspicam to vlc across network
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 -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