Skip to content

Instantly share code, notes, and snippets.

@Havelock-Vetinari
Created November 28, 2018 00:09
Show Gist options
  • Save Havelock-Vetinari/71769833243832362fdeff16a1316648 to your computer and use it in GitHub Desktop.
Save Havelock-Vetinari/71769833243832362fdeff16a1316648 to your computer and use it in GitHub Desktop.
raspivid -o - -t 0 -hf -w 640 -h 360 -fps 16 | \
ffmpeg -i - -f alsa -ac 1 -i hw:1,0 -map 0:0 -map 1:0 -vcodec copy -acodec aac -f matroska - | \
cvlc stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment