Skip to content

Instantly share code, notes, and snippets.

@froschgrosch
Created March 9, 2022 12:23
Show Gist options
  • Save froschgrosch/acfbc35d118b9621ddfbabdf89ca761a to your computer and use it in GitHub Desktop.
Save froschgrosch/acfbc35d118b9621ddfbabdf89ca761a to your computer and use it in GitHub Desktop.
simple script to stream webcam video with vlc
#!/bin/bash
# simple script to stream webcam video with vlc
cvlc v4l2:///dev/video0:chroma=mjpg --http-host="192.168.178.6" --sout '#standard{access=http,mux=mkv,dst=:8080/stream.mkv}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment