我测试了,这个需要编译ffmpeg的时候打开https的支持才行。
https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.
希望能帮到你。
PLZ add openssl support.
does it solved? i implement all the follow
implementation 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-armv5:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-arm64:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-x86_64:0.8.8'
But not working with https url
Most helpful comment
我测试了,这个需要编译ffmpeg的时候打开https的支持才行。
https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.
希望能帮到你。