Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created October 11, 2017 01:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertcedwards/51734d060ad72bc6ac09b5083bf66513 to your computer and use it in GitHub Desktop.
Save robertcedwards/51734d060ad72bc6ac09b5083bf66513 to your computer and use it in GitHub Desktop.
Stream MacOS webcam via VLC for OCTOprint, etc.
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