Skip to content

Instantly share code, notes, and snippets.

View SleepingSoul's full-sized avatar
😎
One does not simply write a good C++ code

Tihran Katolikian SleepingSoul

😎
One does not simply write a good C++ code
  • Kyiv
View GitHub Profile
@SleepingSoul
SleepingSoul / building-gstreamer-from-source.md
Last active March 9, 2024 21:41
Building GStreamer from source on Linux device

Hardware used: Orange Pi 4 LTS

OS: Armbian Jammy

Should work everywhere on Debian or Ubuntu

Step 1: Install build tools (meson, ninja)

Usually gstreamer uses newer version of meson then available in apt packages, so we need to also build and install it from source. This is super easy. Here I am using 1.2.3 version that is currently latest, but you can use any other version.

sudo apt install pip