gst-launch-0.10 ximagesrc use-damage=0 ! video/x-raw-rgb,framerate=15/1 ! ffmpegcolorspace ! vp8enc threads=4 quality=10 speed=7 ! mux. pulsesrc ! audio/x-raw-int ! queue ! audioconvert ! vorbisenc ! mux. matroskamux name=mux ! filesink location=test5.mkv
gst-launch \
audiotestsrc ! \
audioresample ! audio/x-raw-int,channels=1,rate=16000 ! \
opusenc bitrate=20000 ! \
rtpopuspay ! udpsink host=127.0.0.1 port=5002 \
videotestsrc ! \
video/x-raw-rgb,width=320,height=240,framerate=15/1 ! \
videoscale ! videorate ! ffmpegcolorspace ! timeoverlay ! \
vp8enc bitrate=256000 speed=2 max-latency=1 error-resilient=true ! \
rtpvp8pay ! udpsink host=127.0.0.1 port=5004