Created
October 11, 2017 01:05
-
-
Save robertcedwards/51734d060ad72bc6ac09b5083bf66513 to your computer and use it in GitHub Desktop.
Stream MacOS webcam via VLC for OCTOprint, etc.
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
vlc qtcapture:// --sout '#transcode{vcodec=MJPG,vb=800,scale=1,fps=5,acodec=none,width=640,height=480}:std{access=http{mime=multipart/x-mixed-replace;boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:1234/webcam.mjpg}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment