Last active
August 29, 2015 14:06
-
-
Save kyv/0e32edbb649b3389c449 to your computer and use it in GitHub Desktop.
gst webm a icecast
This file contains hidden or 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 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