366 | | With the assumption that you have already configured your capture device (see [#media-ctl-setup above]) and set it to the {{{DEVICE}}} env variable the following examples are useful examples for capture and streaming: |
| 366 | With the assumption that you have already configured your capture device (see [#media-ctl-setup above]) and set it to the {{{DEVICE}}} env variable the following examples are useful examples for capture and streaming using GStreamer. |
| 367 | |
| 368 | First make sure you have gstreamer installed. You can pick and choose what you want but the following will install pretty much everything on an Ubuntu system: |
| 369 | {{{#!bash |
| 370 | # install gstreamer: |
| 371 | apt-get install libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio |
| 372 | }}} |