Hi there,
I'm trying to build the gstreamer-based RTSP server from http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary but I get an error regarding gstreamer version. I have installed both gstreamer and gstreamer-plugin-base packages with version 0.10.22 but I get tihs error: configure: Requested 'gstreamer-0.10 >= 0.10.22.1' but version of GStreamer is 0.10.22 configure: error: no gstreamer-0.10 >= 0.10.22.1 (GStreamer) found configure failed When asking for the gstreamer version I have installed I get: dulceangustia@jet:~/gst-plugins-base-0.10.22$ gst-launch-0.10 --version gst-launch-0.10 version 0.10.22 GStreamer 0.10.21 Unknown package origin dulceangustia@jet:~/gst-plugins-base-0.10.22$ gst-launch --version gst-launch-0.10 version 0.10.22 GStreamer 0.10.21 Unknown package origin So, I don't know why the gst-launch and gst-launch-0.10 are the correct ones but I get 0.10.21 for the Gstreamer "environment". How can I solve this? Where can I get the 0.10.22.1 gstreamer version son I can get the gstreamer-based RTSP server built? Thank you all, Javi ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2009-03-18 at 15:14 +0100, Javier Gálvez Guerrero wrote:
> I'm trying to build the gstreamer-based RTSP server from > http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary but I get > an error regarding gstreamer version. I have installed both gstreamer > and gstreamer-plugin-base packages with version 0.10.22 but I get tihs > error: > > configure: Requested 'gstreamer-0.10 >= 0.10.22.1' but version of > GStreamer is 0.10.22 > configure: error: no gstreamer-0.10 >= 0.10.22.1 (GStreamer) found > configure failed > > (...) > > How can I solve this? Where can I get the 0.10.22.1 gstreamer version > son I can get the gstreamer-based RTSP server built? 0.10.x.1 refers to the latest git version. so you need to grab core/base from git as described in http://gstreamer.freedesktop.org/dev/ . If you don't want to mess with your system install you can create an 'uninstalled' setup in your home directory - you can find the gst-uninstalled script somewhere in the FAQ Cheers -Tim ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
You can find it here
http://cgit.freedesktop.org/gstreamer/gstreamer/. You can choose the latest version. Also build the core & base plugins. As suggested its better to install all these in separate path. On Wed, Mar 18, 2009 at 8:10 PM, Tim-Philipp Müller <[hidden email]> wrote:
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks Tim and Jyoti,
I'm getting into trouble when trying to build the latest Gstreamer release, both through the tarball and the git sources. If I download the tarball from the link provided by Jyoti (gstreamer-core case) and I try to configure it I get this: dulceangustia@jet:~/RELEASE-0_10_22$ sudo ./autogen.sh There is something wrong with your source tree. You are missing common/gst-autogen.sh And I have checked that this file is missing indeed. ¿¿¿??? If I clone the tree through git and I try to configure it I get this: dulceangustia@jet:~/gstreamer-0.10.22.1$ sudo ./autogen.sh + check for build tools checking for autoconf >= 2.52 ... found 2.61, ok. checking for automake >= 1.7 ... found 1.10.1, ok. checking for autopoint >= 0.17 ... found 0.17, ok. checking for libtoolize >= 1.5.0 ... found 2.2.4, ok. checking for pkg-config >= 0.8.0 ... found 0.22, ok. + checking for autogen.sh options This autogen script will automatically run ./configure as: ./configure --enable-maintainer-mode --enable-failing-tests --enable-poisoning --enable-gtk-doc --enable-docbook To pass any additional options, please specify them on the ./autogen.sh command line. + running autopoint --force... autopoint: *** cvs program not found autopoint: *** Stop. autopoint failed can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- po/Makefile.in.in.orig 2006-01-07 12:03:45.000000000 +0100 |+++ po/Makefile.in.in 2006-01-07 12:04:23.000000000 +0100 -------------------------- File to patch: What is this about? What do I need to do? Sorry if I'm missing any obvious configuration parameter but I'm just trying to follow the instructions from the README and INSTALL files (which are the classic 'autogen' 'configure' 'make' and (optionally) 'make install'). Any help would be much appreciated. Thank you, Javi 2009/3/19 Jyoti D <[hidden email]>: > You can find it here > > http://cgit.freedesktop.org/gstreamer/gstreamer/. > > You can choose the latest version. Also build the core & base plugins. As > suggested its better to install all these in separate path. > > > > On Wed, Mar 18, 2009 at 8:10 PM, Tim-Philipp Müller <[hidden email]> wrote: >> >> On Wed, 2009-03-18 at 15:14 +0100, Javier Gálvez Guerrero wrote: >> >> > I'm trying to build the gstreamer-based RTSP server from >> > http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary but I get >> > an error regarding gstreamer version. I have installed both gstreamer >> > and gstreamer-plugin-base packages with version 0.10.22 but I get tihs >> > error: >> > >> > configure: Requested 'gstreamer-0.10 >= 0.10.22.1' but version of >> > GStreamer is 0.10.22 >> > configure: error: no gstreamer-0.10 >= 0.10.22.1 (GStreamer) found >> > configure failed >> > >> > (...) >> > >> > How can I solve this? Where can I get the 0.10.22.1 gstreamer version >> > son I can get the gstreamer-based RTSP server built? >> >> 0.10.x.1 refers to the latest git version. so you need to grab core/base >> from git as described in http://gstreamer.freedesktop.org/dev/ . If you >> don't want to mess with your system install you can create an >> 'uninstalled' setup in your home directory - you can find the >> gst-uninstalled script somewhere in the FAQ >> >> Cheers >> -Tim >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
On Thu, 2009-03-19 at 09:39 +0100, Javier Gálvez Guerrero wrote:
> Thanks Tim and Jyoti, > > I'm getting into trouble when trying to build the latest Gstreamer > release, both through the tarball and the git sources. > > If I download the tarball from the link provided by Jyoti > (gstreamer-core case) and I try to configure it I get this: > > dulceangustia@jet:~/RELEASE-0_10_22$ sudo ./autogen.sh > There is something wrong with your source tree. > You are missing common/gst-autogen.sh > > And I have checked that this file is missing indeed. ¿¿¿??? You can't use autogen.sh in tarballs. Just use ./configure. > > > If I clone the tree through git and I try to configure it I get this: > > dulceangustia@jet:~/gstreamer-0.10.22.1$ sudo ./autogen.sh > + check for build tools > checking for autoconf >= 2.52 ... found 2.61, ok. > checking for automake >= 1.7 ... found 1.10.1, ok. > checking for autopoint >= 0.17 ... found 0.17, ok. > checking for libtoolize >= 1.5.0 ... found 2.2.4, ok. > checking for pkg-config >= 0.8.0 ... found 0.22, ok. > + checking for autogen.sh options > This autogen script will automatically run ./configure as: > ./configure --enable-maintainer-mode --enable-failing-tests > --enable-poisoning --enable-gtk-doc --enable-docbook > To pass any additional options, please specify them on the ./autogen.sh > command line. > + running autopoint --force... > autopoint: *** cvs program not found > autopoint: *** Stop. > > autopoint failed > can't find file to patch at input line 3 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |--- po/Makefile.in.in.orig 2006-01-07 12:03:45.000000000 +0100 > |+++ po/Makefile.in.in 2006-01-07 12:04:23.000000000 +0100 > -------------------------- > File to patch: > > > What is this about? What do I need to do? > > > Sorry if I'm missing any obvious configuration parameter but I'm just > trying to follow the instructions from the README and INSTALL files > (which are the classic 'autogen' 'configure' 'make' and (optionally) > 'make install'). Any help would be much appreciated. > > > Thank you, > Javi > > > > 2009/3/19 Jyoti D <[hidden email]>: > > You can find it here > > > > http://cgit.freedesktop.org/gstreamer/gstreamer/. > > > > You can choose the latest version. Also build the core & base plugins. As > > suggested its better to install all these in separate path. > > > > > > > > On Wed, Mar 18, 2009 at 8:10 PM, Tim-Philipp Müller <[hidden email]> wrote: > >> > >> On Wed, 2009-03-18 at 15:14 +0100, Javier Gálvez Guerrero wrote: > >> > >> > I'm trying to build the gstreamer-based RTSP server from > >> > http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary but I get > >> > an error regarding gstreamer version. I have installed both gstreamer > >> > and gstreamer-plugin-base packages with version 0.10.22 but I get tihs > >> > error: > >> > > >> > configure: Requested 'gstreamer-0.10 >= 0.10.22.1' but version of > >> > GStreamer is 0.10.22 > >> > configure: error: no gstreamer-0.10 >= 0.10.22.1 (GStreamer) found > >> > configure failed > >> > > >> > (...) > >> > > >> > How can I solve this? Where can I get the 0.10.22.1 gstreamer version > >> > son I can get the gstreamer-based RTSP server built? > >> > >> 0.10.x.1 refers to the latest git version. so you need to grab core/base > >> from git as described in http://gstreamer.freedesktop.org/dev/ . If you > >> don't want to mess with your system install you can create an > >> 'uninstalled' setup in your home directory - you can find the > >> gst-uninstalled script somewhere in the FAQ > >> > >> Cheers > >> -Tim > >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ > >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development > >> software that enables intelligent coding and step-through debugging. > >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > >> _______________________________________________ > >> gstreamer-devel mailing list > >> [hidden email] > >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > > ------------------------------------------------------------------------------ > > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > > software that enables intelligent coding and step-through debugging. > > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > _______________________________________________ > > gstreamer-devel mailing list > > [hidden email] > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi Edward,
I tried but there is no 'configure' script on the directory Ó_Ò. Regards, Javi 2009/3/19 Edward Hervey <[hidden email]>: > On Thu, 2009-03-19 at 09:39 +0100, Javier Gálvez Guerrero wrote: >> Thanks Tim and Jyoti, >> >> I'm getting into trouble when trying to build the latest Gstreamer >> release, both through the tarball and the git sources. >> >> If I download the tarball from the link provided by Jyoti >> (gstreamer-core case) and I try to configure it I get this: >> >> dulceangustia@jet:~/RELEASE-0_10_22$ sudo ./autogen.sh >> There is something wrong with your source tree. >> You are missing common/gst-autogen.sh >> >> And I have checked that this file is missing indeed. ¿¿¿??? > > You can't use autogen.sh in tarballs. Just use ./configure. > >> >> >> If I clone the tree through git and I try to configure it I get this: >> >> dulceangustia@jet:~/gstreamer-0.10.22.1$ sudo ./autogen.sh >> + check for build tools >> checking for autoconf >= 2.52 ... found 2.61, ok. >> checking for automake >= 1.7 ... found 1.10.1, ok. >> checking for autopoint >= 0.17 ... found 0.17, ok. >> checking for libtoolize >= 1.5.0 ... found 2.2.4, ok. >> checking for pkg-config >= 0.8.0 ... found 0.22, ok. >> + checking for autogen.sh options >> This autogen script will automatically run ./configure as: >> ./configure --enable-maintainer-mode --enable-failing-tests >> --enable-poisoning --enable-gtk-doc --enable-docbook >> To pass any additional options, please specify them on the ./autogen.sh >> command line. >> + running autopoint --force... >> autopoint: *** cvs program not found >> autopoint: *** Stop. >> >> autopoint failed >> can't find file to patch at input line 3 >> Perhaps you used the wrong -p or --strip option? >> The text leading up to this was: >> -------------------------- >> |--- po/Makefile.in.in.orig 2006-01-07 12:03:45.000000000 +0100 >> |+++ po/Makefile.in.in 2006-01-07 12:04:23.000000000 +0100 >> -------------------------- >> File to patch: >> >> >> What is this about? What do I need to do? >> >> >> Sorry if I'm missing any obvious configuration parameter but I'm just >> trying to follow the instructions from the README and INSTALL files >> (which are the classic 'autogen' 'configure' 'make' and (optionally) >> 'make install'). Any help would be much appreciated. >> >> >> Thank you, >> Javi >> >> >> >> 2009/3/19 Jyoti D <[hidden email]>: >> > You can find it here >> > >> > http://cgit.freedesktop.org/gstreamer/gstreamer/. >> > >> > You can choose the latest version. Also build the core & base plugins. As >> > suggested its better to install all these in separate path. >> > >> > >> > >> > On Wed, Mar 18, 2009 at 8:10 PM, Tim-Philipp Müller <[hidden email]> wrote: >> >> >> >> On Wed, 2009-03-18 at 15:14 +0100, Javier Gálvez Guerrero wrote: >> >> >> >> > I'm trying to build the gstreamer-based RTSP server from >> >> > http://git.collabora.co.uk/?p=gst-rtsp-server.git;a=summary but I get >> >> > an error regarding gstreamer version. I have installed both gstreamer >> >> > and gstreamer-plugin-base packages with version 0.10.22 but I get tihs >> >> > error: >> >> > >> >> > configure: Requested 'gstreamer-0.10 >= 0.10.22.1' but version of >> >> > GStreamer is 0.10.22 >> >> > configure: error: no gstreamer-0.10 >= 0.10.22.1 (GStreamer) found >> >> > configure failed >> >> > >> >> > (...) >> >> > >> >> > How can I solve this? Where can I get the 0.10.22.1 gstreamer version >> >> > son I can get the gstreamer-based RTSP server built? >> >> >> >> 0.10.x.1 refers to the latest git version. so you need to grab core/base >> >> from git as described in http://gstreamer.freedesktop.org/dev/ . If you >> >> don't want to mess with your system install you can create an >> >> 'uninstalled' setup in your home directory - you can find the >> >> gst-uninstalled script somewhere in the FAQ >> >> >> >> Cheers >> >> -Tim >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> >> software that enables intelligent coding and step-through debugging. >> >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> >> _______________________________________________ >> >> gstreamer-devel mailing list >> >> [hidden email] >> >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > >> > >> > ------------------------------------------------------------------------------ >> > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> > easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> > software that enables intelligent coding and step-through debugging. >> > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> > _______________________________________________ >> > gstreamer-devel mailing list >> > [hidden email] >> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > >> > >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by Javier Gálvez Guerrero
On Thu, 2009-03-19 at 09:39 +0100, Javier Gálvez Guerrero wrote:
> If I clone the tree through git and I try to configure it I get this: > > dulceangustia@jet:~/gstreamer-0.10.22.1$ sudo ./autogen.sh > + check for build tools > checking for autoconf >= 2.52 ... found 2.61, ok. > checking for automake >= 1.7 ... found 1.10.1, ok. > checking for autopoint >= 0.17 ... found 0.17, ok. > checking for libtoolize >= 1.5.0 ... found 2.2.4, ok. > checking for pkg-config >= 0.8.0 ... found 0.22, ok. > + checking for autogen.sh options > This autogen script will automatically run ./configure as: > ./configure --enable-maintainer-mode --enable-failing-tests > --enable-poisoning --enable-gtk-doc --enable-docbook > To pass any additional options, please specify them on the ./autogen.sh > command line. > + running autopoint --force... > autopoint: *** cvs program not found > autopoint: *** Stop. You need to install the cvs program, autopoint needs it (don't ask). After that, run autogen.sh again. Cheers -Tim ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Great. It worked. Sorry for the inconvenience and thank you for your help.
I've built the gstreamer-0.10.22.1 core package but when trying to build the same version of the base plugins I get the same error than before (0.10.21 version instead the required 0.10.22.1). Obviously, I need to tell autogen.sh when building the base plugins that it has to look at the 0.10.22.1 directory, but I don't know how to do it (yes, I'm a completely newbie, but I would like to learn and that's why I'm asking the community). If anyone could help me with this issue, even considering it's a little offtopic, it would be much appreciated. Thanks for your time, Javi 2009/3/19 Tim-Philipp Müller <[hidden email]>
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Thu, 2009-03-19 at 15:58 +0100, Javier Gálvez Guerrero wrote:
> I've built the gstreamer-0.10.22.1 core package but when trying to > build the same version of the base plugins I get the same error than > before (0.10.21 version instead the required 0.10.22.1). Obviously, I > need to tell autogen.sh when building the base plugins that it has to > look at the 0.10.22.1 directory, but I don't know how to do it (yes, > I'm a completely newbie, but I would like to learn and that's why I'm > asking the community). gst-plugins-base and applications get the version information via pkg-config, see: $ pkg-config --modversion gstreamer-0.10 This info comes from .pc files which usually reside in /usr/lib/pkgconfig if both your GStreamer and pkg-config were installed from package. You can make pkg-config look elsewhere for these files by doing something like (if you installed GStreamer into /usr/local/ for example, which is the default when building from source): $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH This is all assuming that you actually did 'make install' into some prefix, of course. If you're running in an uninstalled setup, the gst-uninstalled sript will take care of all these paths for you. Cheers -Tim ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi,
Thanks for your attention. I installed gstreamer-0.10.22.1 both core and base plugins in /usr/local and exported the environment variables as suggested, but now, the default versions of gstreamer tools are 0.10.22 (GIT) (/usr/local/bin) instead of 0.10.21 (the version I have in /usr/bin). I looked for the gst-uninstalled script throught the Gstreamer FAQ page but I didn't find anything. Was there where I had to look for? What if I want to set the old gstreamer version (0.10.21) back as the default? BTW, the RTSP server compilled properly with the suggested configuration. Now I have some issues with the RTSP server itself, but I'll create a new request mail for them. Again, thank you very much. Regards, Javi 2009/3/19 Tim-Philipp Müller <[hidden email]>
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Sorry, I forgot to mention that what I was seeking for was to build the RTSP server (based in gstreamer 0.10.22.1) without having to change my default Gstreamer framework in the file system (0.10.21). That's why I supposed that I had to use any environment variable that didn't affect the current Gstreamer installation. As said before, I thought that it could be done with the gst-uninstalled script, but I wasn't able to find it. Where is it? Is this what I really was looking for?
Regards, Javi El 19 de marzo de 2009 17:56, Javier Gálvez Guerrero <[hidden email]> escribió: Hi, ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |