Re: Problem with cerbero package
GST Developer via gstreamer-devel <[email protected]>
| Newsgroups | gmane.comp.video.gstreamer.devel |
|---|---|
| Message-ID | <[email protected]> |
Many thanks for your reply. I have also been down this route, but when running gst-inspect-1.0 from the custom path/bin folder, it doesnt find the plug ins,. I have also tried setting the gstreamer plug in path, and then things start to show up, but this reveals many link errors between the plugins. Total count: 306 plugins (303 blacklist entries not shown), 30 features If this is the correct route to a portable folder of gstreamer, could you advise the follow on steps after your step 4. to create a fully linked set of plug ins. I need to be able to include a locally linked folder full of bits for distribution. Many thanks ! > Subject: Re: Problem with cerbero package > Date: 10 August 2023 at 19:35:29 BST > To: "[email protected] <mailto:[email protected]>" <[email protected] <mailto:[email protected]>> > Cc: GST Developer <[email protected] <mailto:[email protected]>> > > > Get Source > get source: git clone https://gitlab.freedesktop.org/gstreamer/gstreamer.git <https://gitlab.freedesktop.org/gstreamer/gstreamer.git> > git tag -l <==== to list all tags > git checkout tags/1.22.5 <==== for example > Build and install > cd gstreamer > meson setup --prefix=/opt/thirdParties/gstreamer1-22-2 -Dlibdir=lib builddir > ninja -C builddir > sudo ninja install -C builddir > > > Do not build into default places. Otherwise, you may have hard time to clean it up if you want to remove it or change it. > Set the proper path for your own use after it is installed. > > meson version may not be compatible. If not, get meson source code and build a new one to use. > On Thursday, August 10, 2023, 01:45:32 p.m. EDT, GST Developer via gstreamer-devel <[email protected] <mailto:[email protected]>> wrote: > > > Hi Folks > > I am trying to find a way to package up gstreamer 1.22 for Ubuntu 22.04. I can install gstreamer 1.20 from main repositories, but I need 1.22 for a fix related to webrtc,. > > I have been using cerbero to do a complete build from source, which works fine to the end of the ninja build, an if I invoke python3 ./gst-env.py i get everything working fine in a sandbox > > - To create a package I can easily install on another system I am trying : > ./cerbero-uninstalled package gstreamer-1.0 > > This looks very promising and *almost* gets to the end, but then fails with the trace below: