Conflict between the libcrypto.so and libssl.so native libraries when using both srt and rtmp dependencies. #169
cristiAndreiTarasi
started this conversation in
General
Replies: 2 comments 1 reply
-
Hi, The demos from the project uses this solution. Have a look at StreamPack/demos/camera/build.gradle Line 45 in ab80272 Did you add it in a library or application build.gradle? What AGP version? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used it in a library build.gradle and AGP is 8.2.2. I managed eventually to make it work in the following way:
api.video-rtmpdroid has a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The solution provided in the demo-camera for solving the conflict between libcrypto.so and libssl.so does not work when we use the extensions as implementation dependencies, ex:
Error
2 files found with path 'lib/arm64-v8a/libcrypto.so' from inputs:
occurs. So the solution from README doesn't work:I am only able to use only rtmp or srt, and I couldn't find a way to fix this so far.
Beta Was this translation helpful? Give feedback.
All reactions