Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created July 19, 2013 07:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manueldev/6037308 to your computer and use it in GitHub Desktop.
Save manueldev/6037308 to your computer and use it in GitHub Desktop.
ffmpeg webcam streaming
ffmpeg -f dshow -i video="HP Webcam [2 MP Fixed]" -s 640x480 -r 20 -tune zerolatency -b:v 2000k -c:v libx264 -preset ultrafast -pix_fmt yuv420p -g 1 -f mpegts -t 180 udp://127.0.0.1:80?pktsize=188&buffer_size=65535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment