ffmpeg-android icon indicating copy to clipboard operation
ffmpeg-android copied to clipboard

FFmpeg with https support

Open halilozercan opened this issue 9 years ago • 0 comments

I managed to compile ffmpeg for my ubuntu with openssl by adding necessary --enable-openssl flag.

However, ffmpeg-android gives "openssl" not found error. Is this OS related or should I use something different?

Update:

I now realized that openssl should also be compiled and built before ffmpeg. I'm not experienced in building libraries from source using NDK, can somebody help me with writing a new openssl_build.sh?

halilozercan avatar Jul 17 '16 14:07 halilozercan