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

https protocol not found, recompile with openssl or gnutls enabled

Open donniemceduns opened this issue 10 years ago • 3 comments

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

donniemceduns avatar Aug 12 '15 18:08 donniemceduns

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

abhijeet-gupta avatar May 16 '16 07:05 abhijeet-gupta

I am facing the same issue. is there any solution?

jossydeleon avatar Feb 03 '17 04:02 jossydeleon

I have the same problem. How to resolve this problem?

monxarat avatar Feb 19 '19 10:02 monxarat