Skip to content

Instantly share code, notes, and snippets.

@kyv
Created October 3, 2014 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyv/fe2e7f62f9a7a7fe1957 to your computer and use it in GitHub Desktop.
Save kyv/fe2e7f62f9a7a7fe1957 to your computer and use it in GitHub Desktop.
stream local video file to icecast in webm format
gst-launch-0.10 -e filesrc location=VideoFile.avi ! decodebin name=demux ! queue ! ffmpegcolorspace ! vp8enc ! webmmux name=mux streamable=true ! shout2send ip=127.0.0.1 port=8000 mount=montaje.webm password=hackme demux. ! queue ! progressreport ! audioconvert ! audioresample ! vorbisenc ! mux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment