Re: GStreamer 1.22 on Ubuntu 22.04 LTS
Kolya via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Do you want a build script? > On Jun 30, 2023, at 9:15 AM, Bruce Weir via gstreamer-devel <[email protected]> wrote: > > Those docker images seem to have a few problems (and do not contain version 1.22) > >> docker pull restreamio/gstreamer:latest-dev > >> docker run restreamio/gstreamer:latest-dev gst-launch-1.0 --version > > 0:00:00.004280056 8 0x561c8a0e6060 ERROR GST_PLUGIN_LOADING gstpluginloader.c:1161:exchange_packets: write fd 0 errored > 0:00:00.049776151 1 0x55f14ddc1090 ERROR GST_PLUGIN_LOADING gstpluginloader.c:279:plugin_loader_replay_pending: Plugin file /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmsdk.so failed to load. Blacklisting > gst-launch-1.0 version 1.20.2 > GStreamer 1.20.2 (GIT) > > > > Is that expected behaviour? > > ________________________________________ > From: gstreamer-devel <[email protected]> on behalf of Bruce Weir via gstreamer-devel <[email protected]> > Sent: 28 June 2023 09:55 > To: Discussion of the development of and with GStreamer > Cc: Bruce Weir > Subject: Re: GStreamer 1.22 on Ubuntu 22.04 LTS > > Thanks. I'll check the Docker images. > > ________________________________________ > From: gstreamer-devel <[email protected]> on behalf of Michael Gruner via gstreamer-devel <[email protected]> > Sent: 27 June 2023 18:07 > To: Discussion of the development of and with GStreamer > Cc: Michael Gruner; Bruce Weir > Subject: Re: GStreamer 1.22 on Ubuntu 22.04 LTS > > 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> > Building from source using Meson<https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html?gi-language=c> > gstreamer.freedesktop.org<https://gstreamer.freedesktop.org/documentation/installing/building-from-source-using-meson.html?gi-language=c> > [favicon.png]<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> > Docker<https://hub.docker.com/r/restreamio/gstreamer> > hub.docker.com<https://hub.docker.com/r/restreamio/gstreamer> > [X]<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? >