Problem with cerbero package

cfd new newcfd at yahoo.com
Thu Aug 10 20:47:16 UTC 2023


 You need the followings:
export LIBVA_DRIVERS_PATH=/opt/thirdParties/gstreamer/lib/dri ===>new driver location
export LD_LIBRARY_PATH=/opt/thirdParties/gstreamer/lib:$LD_LIBRARY_PATH  ===>tell plugins where to find libs
export GST_PLUGIN_PATH=/opt/thirdParties/gstreamer/lib/gstreamer-1.0 ===>new plugin path
    On Thursday, August 10, 2023, 02:46:53 p.m. EDT, GST Developer via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:  
 
 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: "gstreamer-devel at lists.freedesktop.org" <gstreamer-devel at lists.freedesktop.org>
Cc: GST Developer <gstreamer at gallery.co.uk>



Get Source
   
   - get source: git clone ​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 <gstreamer-devel at lists.freedesktop.org> 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:


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230810/db39fbd4/attachment.htm>


More information about the gstreamer-devel mailing list