Guest User

Untitled

a guest
May 1st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. gst-launch-1.0 \
  2. v4l2src device=/dev/video1 ! video/x-raw,width=864,height=480 ! videoconvert ! \
  3. clockoverlay shaded-background=true time-format="%H:%M:%S" ! vp8enc ! tee name=videoTee \
  4. pulsesrc ! vorbisenc ! tee name=audioTee \
  5. webmmux name=streamMux ! shout2send ip=IP port=PORT password=PASSWORD mount=/tuna.webm \
  6. webmmux name=fileMux ! filesink location=tuna.webm \
  7. audioTee. ! queue ! streamMux.audio_0 \
  8. videoTee. ! queue ! streamMux.video_0 \
  9. audioTee. ! queue ! fileMux.audio_0 \
  10. videoTee. ! queue ! fileMux.video_0
Add Comment
Please, Sign In to add comment