Hannes1

Results 11 comments of Hannes1

I saw a @dcvz mentioning that you can handle resolution conflicts with [gradle](https://docs.gradle.org/current/userguide/resolution_rules.html#sec:dependency_resolve_rules), so I came up with the following fix, don't know if there's a better way than replacing...

@DennisdeWitNL What error do you get? I don't have an example app at the momement I'll see If I have time this weekend

@DennisdeWitNL Okay so you need to replace more modules because your package uses more of exoplayers modules For example ``` Duplicate class com.google.android.exoplayer2.database.BuildConfig found in modules jetified-exoplayer-database-2.17.1-runtime (com.google.android.exoplayer:exoplayer-database:2.17.1) and jetified-exoplayer-database-r2.17.2-runtime...

@DennisdeWitNL You are probably looking at the wrong thing Example ``` Duplicate class com.google.android.exoplayer2.upstream.crypto.AesCipherDataSink found in modules jetified-exoplayer-datasource-2.17.1-runtime (com.google.android.exoplayer:exoplayer-datasource:2.17.1) and jetified-exoplayer-datasource-r2.17.2-runtime (com.github.doublesymmetry.Exoplayer:exoplayer-datasource:r2.17.2) ``` The problem isn't with `class com.google.android.exoplayer2.upstream` the...

> still facing issue with [email protected] + [email protected] > https://gist.github.com/stereodenis/8ffe0a7e22a403f94746161253ec9dbb See the [workaround](https://github.com/doublesymmetry/react-native-track-player/issues/1418#issuecomment-1212769004) for now @stereodenis

@stereodenis mmm this might be a react native video issue, it mentions turbomodules does the package support turbomodules? Or does react native video work without react native track player changes?

Hey guys, can someone please post their patch package diff file, mine keeps failing when I generate it😭

> > Hey guys, can someone please post their patch package diff file, mine keeps failing when I generate it😭 > > https://github.com/Nozbe/WatermelonDB/issues/1237#issuecomment-1114305677 Thanks @jwoo92 , I tried this already...

@jwoo92 Greatly appreciated, thanks for the help🙏

https://github.com/alphacep/vosk-android-demo Maybe could also have a look at vosk demo, it's more adapted for streaming though but just for example... This is a bit off topic, I've been playing around...