Hello,
I am trying to install Gstreamer SDK on my Ubuntu Linux machine 12.04. I have followed the below steps that are documented in the http://docs.gstreamer.com/display/GstSDK/Installing+on+Linux. Steps followed: 1] Downloaded the gstreamer-sdk.list from the location 2] sudo cp gstreamer-sdk.list /etc/apt/sources.list.d/ 3] wget -q -O - http://www.freedesktop.org/software/gstreamer-sdk/sdk.gpg | sudo apt-key add - 4] sudo apt-get update But I am always met with this error. Please can someone help me to fix this problem. Thanks. Ign http://www.freedesktop.org ./ Release.gpg Ign http://www.freedesktop.org ./ Release Err http://www.freedesktop.org ./ Packages Undetermined Error Ign http://www.freedesktop.org ./ Translation-en_US Ign http://www.freedesktop.org ./ Translation-en Fetched 948 B in 10min 1s (1 B/s) W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A1715D88E1DF1F24 W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB9B1D8886F44E2A W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886 W: Failed to fetch http://www.freedesktop.org/software/gstreamer-sdk/data/packages/ubuntu/precise/i386/./Packages Undetermined Error E: Some index files failed to download. They have been ignored, or old ones used instead. |
On Di, 2016-03-22 at 20:41 -0700, mmisas wrote:
> Hello, > I am trying to install Gstreamer SDK on my Ubuntu Linux machine > 12.04. I have followed the below steps that are documented in the > http://docs.gstreamer.com/display/GstSDK/Installing+on+Linux. As also written on the website, the "GStreamer SDK" is discontinued. It was a project by some companies, not related to the GStreamer project, and is nowadays completely outdated. It's based on the 0.10 version of GStreamer, the 1.x version is the latest one. For installing newer versions of GStreamer on Ubuntu, there are various PPAs available and also building from source on Linux is not that complicated either. For other platforms (Android, iOS, OSX, Windows), the GStreamer project nowadays provides binaries of the latest versions. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Hello Sebastian, Please can you let me know where I can download the PPA's or the source code which I can compile and install it. Thanks. On Wed, Mar 23, 2016 at 12:50 AM, Sebastian Dröge-3 [via GStreamer-devel] <[hidden email]> wrote: On Di, 2016-03-22 at 20:41 -0700, mmisas wrote: |
Google gstreamer, it is the first item. Select download. On Mar 23, 2016 12:49 PM, "mmisas" <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by mmisas
Besides of what was written before ubuntu 12.04 is no longer maintained. Your error means that you cannot fetch packages any more. m.2016-03-23 4:41 GMT+01:00 mmisas <[hidden email]>: Hello, _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks. The error I was getting because I was not able to fetch that package. Now I resolved it and now I have Gstremer1.0 installed on my machine. Thanks for your help.. Cheers Vijay On Thu, Mar 24, 2016 at 3:19 PM, saepia [via GStreamer-devel] <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |