Skip to content

add setCustomMetadata method to rtmp#2146

Merged
pedroSG94 merged 3 commits into
masterfrom
add-rtmp-custommetadata
Jul 19, 2026
Merged

add setCustomMetadata method to rtmp#2146
pedroSG94 merged 3 commits into
masterfrom
add-rtmp-custommetadata

Conversation

@pedroSG94

Copy link
Copy Markdown
Owner

No description provided.

@pedroSG94
pedroSG94 merged commit 9e56596 into master Jul 19, 2026
1 check passed
@pedroSG94
pedroSG94 deleted the add-rtmp-custommetadata branch July 19, 2026 17:21
@Jerry-Ljie

Copy link
Copy Markdown

Hello Pedro,

Thank you for merging this feature.

I tried to use merge commit 9e56596 through JitPack, but the build failed because of an Android Lint internal error:

https://jitpack.io/com/github/pedroSG94/RootEncoder/9e56596269/build.log

Could you please check the JitPack build or publish a new release containing this feature when possible?

Thank you!

@pedroSG94

Copy link
Copy Markdown
Owner Author

Hello,

Thank you for the report. I fixed it here:
fb373cd
Gradle compilation to test:

  implementation "com.github.pedroSG94.RootEncoder:library:fb373cd83c"

@Jerry-Ljie

Copy link
Copy Markdown

Hello,

Thank you for the report. I fixed it here: fb373cd Gradle compilation to test:

  implementation "com.github.pedroSG94.RootEncoder:library:fb373cd83c"

Thank you for fixing the JitPack build. The dependency can now be downloaded successfully.

However, commit fb373cd requires compileSdk 37, while our project currently uses compileSdk 36 with AGP 8.11.0.

Could you please publish a compatible version based on compileSdk 36 that includes the setCustomMetadata feature?

@pedroSG94

Copy link
Copy Markdown
Owner Author

compilesdk moved to version 35 to match with play store minimum except extra-source that require version 36 because use a dependency that need it.
Try this:

  implementation "com.github.pedroSG94.RootEncoder:library:dde2eb1779"

@Jerry-Ljie

Copy link
Copy Markdown

I tested the latest commit, and it works as expected. Thank you for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants