Skip to content

Instantly share code, notes, and snippets.

View duboisp's full-sized avatar

Pierre Dubois duboisp

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
@gabrielwalt
gabrielwalt / _nodes.txt
Last active April 3, 2020 15:24
Passing request attributes with Sightly
/content
/example
@jcr:primaryType = "nt:unstructured"
@jcr:title = "Outer Component"
@sling:resourceType = "example/components/outer"
/one
@jcr:primaryType = "nt:unstructured"
@jcr:title = "Inner Component One"
@sling:resourceType = "example/components/inner"
/two