Nam Nguyen
Nam Nguyen
@umer7267 Usually this happens when you use a different version of ExoPlayer. The latest version of Kohii uses ExoPlayer 2.11.8, the 1.3.0 snapshot uses 2.14.0. If you need a newer...
@loicsiret Sorry I could just get back to the library lately. > But on the second one, playback.manager.play(playable) is called, but it didn't play. Is the second one the only...
> If I set kohiiCanPause to false in my controller, my click listener works, but the video did'n't pause when the visibility threshold is reached. This is expected because Kohii...
@loicsiret Let me pull something together to better understand your requirement: Say you have 2 Videos vertically: A above B, both are fully visible to the user (so they have...
> To my knowledge, why looking kohiiCanPause when you checking if it's a manual played ? This flag allows a Video to be manually started, and not be paused automatically...
@loicsiret Thanks, let me consider a snapshot so that you can try. My current manual playback mechanism is having some issues, hope I can handle them as well. For the...
@loicsiret I push an update that you can try with the snapshot build: Follow this [step](https://github.com/eneim/kohii#setup), but add the following line below `jcenter()`: ``` maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } ```...
@uberchilly By saying `leaving the screen` what Android's lifecycle events are happened during that transition? If the application is destroyed, all the information should be cleared, but if only the...
@uberchilly I see. It is not elegant I agree. Sadly I think in the latest stable release there is no convenient way for this. I have an idea about using...
Sadly almost all advance usage of Kohii requires the tag. I'm working on an update that will optionally purge the cache of the Videos when its Manager is destroyed (or...