-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi #47
Comments
Please refer the following readme for the certificates for downloading the open source dependencies from https. https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp
|
Still no success: flex not found. Installing curl failed to verify the legitimacy of the server and therefore could not Since I want to eliminate the chance I made a mistake following the provided tutorial (First google link: https://aws.amazon.com/de/kinesis/video-streams/raspberry-pi-tutorial/), did anyone get it to run following exactly these steps? Seems to me like this guide is outdated. |
As @bdhandap has posted in #40 , it could be that the curl was not built with the cacert.
|
@JulianKling Curl installation tries to configure the path to |
Thank you @unicornss and @bdhandap, I think the combination solved it (currently still running). While most likely not recommended, another way would be to add the -k flag to the curl calls inside the installation script (finished successfully). I think further (potential) customers would appreciate it if you edited to linked guide to include the given help, since these steps seem to be mandatory. (Also, just for the sake of completeness on how i got it to run, i had to enable the v4l2 drivers on the raspberry pi with sudo rpi-update # to make sure the v4L2 drive is available and sudo modprobe bcm2835-v4l2 # to load it and create /dev/video0) |
@JulianKling I'm glad it worked. And thanks for your feedback. We are working on updating the raspberry pi tutorial guide and will be releasing it soon. |
@JulianKling |
Hey, tried multiple times to install this on a clean raspbian os downloaded und updated right before the installation and following the official installation guide for raspberry pi. Every time I get errors like
flex not found. Installing
...
curl: (77) error setting certificate verify locations:
CAfile: /etc/ssl/cert.pem
CApath: none
So far I didn't find a solution. Any suggestions? Or can somebody upload a working raspbian image with the video stream producer installed?
The text was updated successfully, but these errors were encountered: