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

How to open https url?

Open basaktamal opened this issue 4 years ago • 6 comments

can't open https url

basaktamal avatar Oct 31 '20 16:10 basaktamal

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.

Javernaut avatar Oct 31 '20 16:10 Javernaut

I want to open "https://prclive1.listenon.in/" url and get PCM data.

basaktamal avatar Oct 31 '20 16:10 basaktamal

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 avatar Oct 31 '20 16:10 basaktamal

@basaktamal , sorry, I'm currently completely out of capacity.

Javernaut avatar Dec 26 '20 08:12 Javernaut

you need to add ssl library to enable ffmpeg to open https url, I am working on it.

bugparty avatar Jun 20 '22 07:06 bugparty

Now you could try the development branch, enable mbedtls, then it should be ok.

bugparty avatar Jul 12 '22 09:07 bugparty

As of v2.8 the https urls should be supported.

Javernaut avatar Aug 20 '22 14:08 Javernaut