cine-io / android-ffmpeg-with-rtmp

script(s) to build ffmpeg for android, including support for RTMP (and OpenSSL)
240 stars 106 forks source link

Permission Rights: Access rights pulling with GIT #19

Open henry-shadowjet opened 9 years ago

henry-shadowjet commented 9 years ago

Hello,

First of all, thank you for your hard work developing the codes.

I'm still new to Linux and am not very bright with codes, but as I tried to follow the instructions to git using the following command: git clone git@github.com:cine-io/android-ffmpeg-with-rtmp.git

I get a permission error: "permission denied (publickey). Please make sure you have the correct access rights". I tried to download the tar.gz file from the releases, I downloaded version 0.3.0 and was able to execute "build.sh", but was met again with the same error as the script tried to pull "openssl-android". Only then I was convinced that there is, using my limited knowledge, no getting around the problem.

Thank you very much for your attention and assistance in advance.

SuperUserek commented 8 years ago

Hi there, edit all build sh files: and replace: git clone git@github.com:cine-io/android-ffmpeg-with-rtmp.git

with

git clone https://github.com/cine-io/android-ffmpeg-with-rtmp.git

all the rest compiling github files to Hope it helps.