Nam Nguyen
Nam Nguyen
@tberghuis Sorry for the late reply. It is totally fine. You can also learn a few things from this issue I think: https://github.com/eneim/kohii/issues/68
I will consider to add a sample with similar UI/UX in next major release.
Each Kohii library has an supported ExoPlayer version. Using other ExoPlayer version may not work well and it can produce crash like this. Please make sure to use the same...
Hi @loicsiret, it is doable, though I need to provide API for client to allow custom selection. The API is still somewhere in my mind because I want to make...
Also, need to mention that multi video playback should also take Audio focus into account. My plan is to force the audio to mute if there are many videos playing....
Thanks @loicsiret , yes I just release a new version that makes playing many Videos easier @cmpeguerog .
It is part of ExoPlayer 2.12.x+, which is not currently supported. Please follow this issue https://github.com/eneim/kohii/issues/150 for updates about supporting the latest version of ExoPlayer.
Hi, thanks for using Kohii. Can you share with me the code you use Kohii? If you use a non-PlayerView as the container, every time the App pauses a Video,...
@digvijayrajat Why do you need to wrap a FrameLayout by a PlayerView? what is the point of that PlayerView? As said, if you bind to a PlayerView instead of FrameLayout,...
Thanks for the PR, will review this soon this weekend.