Manually adding GST Interpipe to support Pipewire #130
observer-updates
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
git clone https://github.com/RidgeRun/gst-interpipe.git
cd gst-interpipe
mkdir build
meson build --prefix=/usr
ninja -C build
sudo ninja -C build install
sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gtk-doc-tools
(might need a package for meson or ninja, ubuntu will let you know)
last line causes an error but should be fine. use gst-inspect-1.0 to see a list of gstreamer things to check if interpipe is in there
Beta Was this translation helpful? Give feedback.
All reactions