kohii
kohii copied to clipboard
Android Video Playback made easy.
dependancies def kohii_version = "1.1.0.2011003" implementation "im.ene.kohii:kohii-core:${kohii_version}" implementation "im.ene.kohii:kohii-exoplayer:${kohii_version}" implementation "com.google.android.exoplayer:exoplayer:2.13.3" java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/exoplayer2/trackselection/TrackSelection$Factory; at kohii.v1.exoplayer.ExoPlayerConfig.(ExoPlayerConfig.kt:45) at kohii.v1.exoplayer.ExoPlayerConfig.(ExoPlayerConfig.kt:76) at kohii.v1.exoplayer.DefaultExoPlayerProvider.(DefaultExoPlayerProvider.kt:32) at kohii.v1.exoplayer.PlayerViewPlayableCreator$Companion$defaultBridgeCreatorFactory$1.invoke(PlayerViewPlayableCreator.kt:52) at kohii.v1.exoplayer.PlayerViewPlayableCreator$Companion$defaultBridgeCreatorFactory$1.invoke(PlayerViewPlayableCreator.kt:44) at kohii.v1.exoplayer.PlayerViewPlayableCreator$bridgeCreator$1.invoke(PlayerViewPlayableCreator.kt:65) at kohii.v1.exoplayer.PlayerViewPlayableCreator$bridgeCreator$1.invoke(PlayerViewPlayableCreator.kt:37)...
Update ExoPlayer to 2.17.1 Target SDK and Compile SDK to 31 Make it builds
I tried to run the your project using both git link and manually downloading .zip file but project is failed to build.
The app is crashing on initializing Kohii library in fragment Java: ``` kohii = Kohii.get(context); kohii.register(this).addBucket(binding.postsList); ``` Full logcat: 2022-02-25 15:30:26.103 32073-32073/com.levelx.admin E/AndroidRuntime: FATAL EXCEPTION: main Process: com.levelx.admin, PID: 32073...
Do not play music when playing many videos in RecyClerview. Can it somehow fix?
i have playerview in nested recyclerview. how can i use it nested recyclerview
Hi, Thanks for the great library just a quick question though will it be okay to use this library in production or is it still in some beta or alpha...
Playback.StateListener not return any value in java project with exoplayer 2.14.0 I am using : 1.3.0.2014000-SNAPSHOT
Currently, it's not possible to set a cache for a pool, the value from `ExoPlayerConfig` is not used. With these changes, a new pool uses a cache from the config,...
i tried a setup where i have a parent vertical recyclerview which has horizontal recyclerview which contains exoplayer. in this case only audio is playing, rest is all black screen...