Skip to main content

Ubuntu deployment

Install GStreamer packages using apt-get, v1.20.0 or later.

  • gstreamer1.0-plugins-base
  • gstreamer1.0-plugins-good
  • gstreamer1.0-plugins-bad
  • gstreamer1.0-alsa
  • gstreamer1.0-gl
  • gstreamer1.0-pulseaudio
  • libges-1.0-0
  • gstreamer1.0-libav (OPTIONAL, for FFMPEG-related formats supports)
sudo apt update
sudo apt install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-pulseaudio gstreamer1.0-libav libges-1.0-0