ffmpeg-android-maker
ffmpeg-android-maker copied to clipboard
How to open https url?
can't open https url
It would be more helpful if you provided a proper description of what actual build script you use and what command you execute.
You can also check the configure script for details. Look for "needed for https support". Certain required modules aren't enabled by default.
I want to open "https://prclive1.listenon.in/" url and get PCM data.
I tried to build openssl with FFMPEG. But I can not
I tried gnutls also. But failed.. Can you help me to build any of them (openssl or gnutls) with FFMPEG?
@basaktamal , sorry, I'm currently completely out of capacity.
you need to add ssl library to enable ffmpeg to open https url, I am working on it.
Now you could try the development branch, enable mbedtls, then it should be ok.
As of v2.8 the https urls should be supported.