From 6485cea80b1fe8b3adb9aefc23a5cb866cf5f53a Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:27:12 +0100 Subject: [PATCH] feat(android): use rtmpdroid 1.2.1 to fix a synchronization issue between audio and video frames --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 605f9f1..f56057d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -158,7 +158,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation("video.api:rtmpdroid:1.2.0-packed") + implementation("video.api:rtmpdroid:1.2.1-packed") implementation("video.api:android-live-stream:1.3.1") { exclude group: 'video.api', module: 'rtmpdroid' // exclude the transitive dependency to use packed version to avoid conflict with libssl.so and libcrypto.so