Skip to content

Instantly share code, notes, and snippets.

@kyv
Last active August 29, 2015 14:06
Show Gist options
  • Save kyv/0e32edbb649b3389c449 to your computer and use it in GitHub Desktop.
Save kyv/0e32edbb649b3389c449 to your computer and use it in GitHub Desktop.
gst webm a icecast
gst-launch-0.10 v4l2src device=/dev/video0 ! typefind ! ffmpegcolorspace ! videorate force-fps=12/1 ! vp8enc ! \
queue ! mux. alsasrc ! audioconvert ! audioresample ! audiodynamic ! vorbisenc ! \
queue ! mux. webmmux name=mux streamable=true ! shout2send ip=127.0.0.1 port=8000 mount=montaje.webm password=XXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment