Hello,
When I use your aar with https support:
https://github.com/wseemann/FFmpegMediaPlayer/releases/download/v1.0.3/prebuilt-aars-with-https.zip
I cannot upload the App using it, this is the error message:
"Your app is is rejected because its using a version of OpenSSL containing a security vulnerability. Please see this Google Help Centre article for details, including the deadline for fixing the vulnerability."
Will it be possible to playback ressources from https urls, that it can be used
like:
FFmpegMediaPlayer.setDataSource( "https..
FFmpegMediaPlayer.prepareAsync();
best regards,
schauersbergern