You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: