Comment 6 for bug 1299376

Revision history for this message
moma (osmoma) wrote :

Sorry for spamming you with this, but I want to make the pipeline right.

The pipeline works fine with avenc_aac and avmux_mp4 (or ex. avmux_mov) :

$ gst-launch-1.0 -e pulsesrc device="alsa_output.pci-0000_00_1b.0.analog-stereo.monitor" ! queue ! audioconvert ! audioresample ! avenc_aac compliance=-2 ! avmux_mp4 ! filesink location=test.mp4

Also the default input-device was by default set to this laptop's internal microphone (and was impossible to change in sound settings), therefore I use the device="xxx" parameter.
$ pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2

What is the right name;
"gstreaemer-libav" or "gstreaemer-plugins-libav"?

EOL.