I am currently trying to develop gstreamer plugins by using gstreamer-development library as instructed in:
http://docs.gstreamer.com/display/GstSDK/Installing+the+SDK
I have an Ubuntu 14.04 installed PC, and tried to install the library via the following instructions:
- I saved the following page as a file under some local directory in my pc https://www.freedesktop.org/software/gstreamer-sdk/data/packages/ubuntu/raring/amd64/gstreamer-sdk.list
- I copied it under /etc/apt/sources.list.d/
- I entered the following commands to the terminal as instructed
wget -q -O - http://www.freedesktop.org/software/gstreamer-sdk/sdk.gpg | sudo apt-key add - sudo apt-get update
I got the following error:
Err http://www.freedesktop.org ./ Packages
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Ign http://www.freedesktop.org ./ Translation-en_US
Ign http://www.freedesktop.org ./ Translation-en
W: Failed to fetch http://www.freedesktop.org/software/gstreamer-sdk/data/packages/ubuntu/raring/amd64/./Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.
In order to get rid of certificate errors, I searched it but this thread is so "gitlab" specific and was not useful:
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
I could not manage to find to instruct apt-get update utility to ignore when my source is not certified. Maybe my problem is not gstreamer-dev specific, apt-get specific.
Another note: A few days ago, I did this installation without a problem. Something may have changed.
Best regards,
fercis