sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

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

Closed aeiou-st closed 1 year ago

aeiou-st commented 1 year ago

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 .