ffmpeg-android-java
ffmpeg-android-java copied to clipboard
https protocol not found, recompile with openssl or gnutls enabled
Does this library have https support?.
I've been trying to convert a .m3u8 playlist into .ts via this command
ffmpeg -i "http://example.com/playlist-4b2d059e84d01786e91d48717f0f72f89ca5c5f6.m3u8" -c copy "halal_1.ts"
but it keeps giving this error: https protocol not found, recompile with openssl or gnutls enabled
Please kindly add support for Https library.
or kindly give me steps on how to recompile the library to include htttps support.
Thanks
Hi, I use this library for getting the thumbnail from the URL. I am able to get the thumbnail of video with http protocol but it is not working with https.
Please add support for Https in this FFMEG library. or kindly give me steps on how to recompile the library to include https support.
Thanks
I am facing the same issue. is there any solution?
I have the same problem. How to resolve this problem?