Re: GStreamer 1.22 on Ubuntu 22.04 LTS
Michael Gruner via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
You can build GStreamer yourself from source. The process is well documented in the website: https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html?gi-language=c You can even have multiple GStreamer versions in parallel, using the DevEnv. There's also docker images you can check: https://hub.docker.com/r/restreamio/gstreamer Michael > On 27 Jun 2023, at 10:43, Bruce Weir via gstreamer-devel <[email protected]> wrote: > > Installing gstreamer from the package manager in Ubuntu 22.04 LTS provides version 1.20.3. I would like to be running version 1.22 (for the WHIP integration). > > Is there some way to install gstreamer 1.22 manually (or from some other package repo) on Ubuntu?