How to use exoplayer in LazyColumn with Jetpack Compose?
Open
needs triage
question
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
I am using exoplayer to play videos in a LazyColumn in Jetpack Compose. I have a single instance of the exoplayer, and use the LazyListState to play the top video when the list is scrolled. However, the scrolling is janky and I cannot achieve good performance.
I have created a minimal sample to reproduce this here: https://github.com/spencergriffin/exoplayer-compose
Is there something I am doing wrong with exoplayer that is causing such bad performance?
Contributor guide
Assessment
This issue has not been assessed yet.