Changes between Version 12 and Version 13 of linux/media


Ignore:
Timestamp:
08/13/2019 10:36:32 PM (5 years ago)
Author:
Tim Harvey
Comment:

add gstreamer install instructions

Legend:

Unmodified
Added
Removed
Modified
  • linux/media

    v12 v13  
    364364[=#gstreamer]
    365365== GStreamer Capture, Dispaly, and Stream Examples
    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:
     366With 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
     368First 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:
     371apt-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}}}
    367373
    368374