How do I install Gstreamer 1.8.3 under Ubuntu 14.04?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I install Gstreamer 1.8.3 under Ubuntu 14.04?

Pete Wassertal
 
Hello,
 
I need the current stable Gstreamer release in my Ubuntu 14.04 system. Since I can't find a source to install pre-built packages via apt I try to build everything from source. Currently I have a working 1.6.3 installation.
 
Here is what I do:
 
I get:
gst-plugins-base-1.8.3.tar.xz, gst-libav-1.8.3.tar.xz, gstreamer-1.8.3.tar.xz, gst-plugins-good-1.8.3.tar.xz, gst-plugins-bad-1.8.3.tar.xz, gst-plugins-ugly-1.8.3.tar.xz
from https://gstreamer.freedesktop.org/src/
and unpack them.

I'm building the packages in the order gstreamer - plugins-base - libav - plugins-good - plugins-bad - plugins-ugly
with the following commands:
./autogen.sh; make; sudo make install

Everything works without error messages.

When everything is done I try to verify the installed version:
$ gst-launch-1.0 --version
and I get the answer:
gst-launch-1.0 version 1.8.3
GStreamer 1.6.3
Unknown package origin

1.6.3 still seems to be active!

The next check:
dpkg -l | grep gstreamer
shows 1.6.3 versions of all relevant packages too.

I'm doing this because I need the nvenc element, which isn't available according to gst-inspect after doing this (logs seem to indicate that they were built correctly).


What am I doing wrong? Are pre-built packages available somewhere?


Thanks

Pete
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How do I install Gstreamer 1.8.3 under Ubuntu 14.04?

Michael Gruner
Hi Pete,

GStreamer has a special script for alternative version builds. I have the steps summarised here:


Remember to set the BRANCH variable in the create-uninstalled-setup.sh to the desired value before the build. 

Michael

Michael Gruner <[hidden email]>
Embedded Linux and GStreamer solutions
RidgeRun Engineering

On Sep 2, 2016, at 15:16, Pete Wassertal <[hidden email]> wrote:

 
Hello,
 
I need the current stable Gstreamer release in my Ubuntu 14.04 system. Since I can't find a source to install pre-built packages via apt I try to build everything from source. Currently I have a working 1.6.3 installation.
 
Here is what I do:
 
I get:
gst-plugins-base-1.8.3.tar.xz, gst-libav-1.8.3.tar.xz, gstreamer-1.8.3.tar.xz, gst-plugins-good-1.8.3.tar.xz, gst-plugins-bad-1.8.3.tar.xz, gst-plugins-ugly-1.8.3.tar.xz
from https://gstreamer.freedesktop.org/src/
and unpack them.

I'm building the packages in the order gstreamer - plugins-base - libav - plugins-good - plugins-bad - plugins-ugly
with the following commands:
./autogen.sh; make; sudo make install

Everything works without error messages.

When everything is done I try to verify the installed version:
$ gst-launch-1.0 --version
and I get the answer:
gst-launch-1.0 version 1.8.3
GStreamer 1.6.3
Unknown package origin

1.6.3 still seems to be active!

The next check:
dpkg -l | grep gstreamer
shows 1.6.3 versions of all relevant packages too.

I'm doing this because I need the nvenc element, which isn't available according to gst-inspect after doing this (logs seem to indicate that they were built correctly).


What am I doing wrong? Are pre-built packages available somewhere?


Thanks

Pete
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel