eneim / kohii

Android Video Playback made easy.
https://eneim.github.io/kohii/
Apache License 2.0
375 stars 50 forks source link

Support for Media3 API's #197

Open rahul-sysquare opened 1 month ago

rahul-sysquare commented 1 month ago

As per google exoplayer2 is now deprectaed and we should migrate to media 3

https://developer.android.com/media/media3/exoplayer/migration-guide

Is there any roadmap for this migration in kohii?

rahul-sysquare commented 1 month ago

Here is another documentation link which will come in handy when migrating

https://developer.android.com/media/media3/exoplayer/mappings

eneim commented 1 month ago

Thanks for the info. I'm drafting Kohii v2 that uses Media 3 out of the box, but it is not ready to be available for an alpha testing yet.

alphater commented 1 month ago

谢谢你的信息。我正在起草使用开箱即用的媒体 3 的 Kohii v2,但它还没有准备好进行 alpha 测试。

Very nice library, looking forward to updating to media3

alphater commented 1 month ago

There is a demo (https://github.com/androidx/media/tree/release/demos/shortform) in media3 that demonstrates the use of media in viewpage2, hoping to help with the upgrade of media3