Skip to content
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

Android SDK mp4parser issue while implementation to other project because of dependency #464

Closed
aeiou-st opened this issue Mar 30, 2023 · 0 comments

Comments

@aeiou-st
Copy link

Hello ,I know this type question belongs to stackoverflow but can you help me with this issue because i'm new to SDK development and i already did Research about this issue for 3 days but there is nothing any important i get.

In SDK we use iso parser library for video compression and some more. It works fine in testing project but when i implement snapshot version to other project iso parser not work as it should be means while video compression it drops the audio i don't why but when i code write this all works fine

`implementation ('com.name.lib:Library:1.2.19-SNAPSHOT') {

    exclude group: 'com.googlecode.mp4parser', module: 'isoparser'

}

implementation ('com.googlecode.mp4parser:isoparser:1.0.6'){

    force = true

}`

and if i implement our SDK to other projects like it not loose audio while video compression

implementation 'com.name.lib:Library:1.2.19-SNAPSHOT'

And i know it's not good practice to use this type of snippet for lib implementation. Is there any solution you can help it with if you want more details please let me know and please ask for help your colleague to .

@aeiou-st aeiou-st closed this as completed May 4, 2023
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

No branches or pull requests

1 participant