Skip to content

Commit

Permalink
feat(android): use rtmpdroid 1.2.1 to fix a synchronization issue bet…
Browse files Browse the repository at this point in the history
…ween audio and video frames
  • Loading branch information
ThibaultBee committed Jan 4, 2024
1 parent b76048c commit 5455f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5455f91

Please sign in to comment.