Created
October 3, 2014 03:28
-
-
Save kyv/fe2e7f62f9a7a7fe1957 to your computer and use it in GitHub Desktop.
stream local video file to icecast in webm format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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