-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: is it possible to add custom libraries not included in the build script #28
Comments
Unfortunately, |
@tanersener thank you for fast reply. As you mentioned in linked post, you were waiting for the |
Yes, when |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
SRT now has support for building against 3 different crypto libraries: openssl, gnutls and mbedtls. |
A few updates regarding some of the questions asked in this thread:
|
Is your feature request related to a problem? Please describe.
We want to use ffmpeg library for SRT streaming
Describe the solution you'd like
When compiling library for android we can specify --enable-srt to add SRT module (https://github.com/Haivision/srt.git)
Platform
Would be great to have on all platforms
Additional context
Here is how it's enabled when compiling ffmpeg https://medium.com/@eyevinntechnology/using-ffmpeg-and-srt-to-transport-video-signal-to-the-cloud-7160960f846a
The text was updated successfully, but these errors were encountered: