Javernaut / ffmpeg-android-maker

Contains a script that assembles FFmpeg library for Android
MIT License
586 stars 173 forks source link

Ffmpeg with rtmps support #87

Open sourav-dey opened 7 months ago

sourav-dey commented 7 months ago

Hi, I want to enable rtmps protocol for ffmpeg and for that it looks like we need to enable openssl for ffmpeg build. Do you know a way to enable them?

Javernaut commented 7 months ago

Hello @sourav-dey

You can enable the protocol and the dependency in the same way as the rest of the libraries are integrated here. There are planty of examples. If I remember correctly, you should disable the mbedtls once you enable openssl, as they are incompatible.

You are free to try integrating the library, the PR for that is appreciated.